Dominik Derwiński
Dominik Derwiński
I think the problems mentioned are a bit superficial. Similar ones could be asked about non-collection local field converters, which throw exception if they can't handle type referenced by the...
I'm pretty sure these issues can be resolved. I'd see these converters added in parallel to local field converters so that existing API is not affected. XStreamValueConverter to define local...
I was looking at Jackson these days, and it seems they didn't have problems with including using, keyUsing, and contentUsing attributes in @JsonSerialize and @JsonDeserialize annotations, that allow to define...
I'd very much like this to work in NB 17. For now I have to keep xhtml and taglib files using EE7-9 versions and namespaces for the editor not to...
Please do.
Any news about new release?
My project is not using LibGDX (not directly at least). So the version pulled from dependencies is 1.9.9, quite a bit behind the version on the linked page.
Meanwhile I got completely lost between JInput, 2 versions of Jamepad, sdl2gdx, and gdx-controllers with or without the rest of gdx...
Even placing libusb-1.0.dll in java.library.path doesn't make the message go away.
Server: WildFly 27.0.1 Dependencies: JAXB: org.glassfish.jaxb:jaxb-runtime:4.0.3 JAX-WS: com.sun.xml.ws:jaxws-rt:4.0.1 As for JAXP I have only located configuration: ``` javax.xml.validation.SchemaFactory\:http\://www.w3.org/2001/XMLSchema=com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory javax.xml.validation.SchemaFactory\:http\://www.w3.org/XML/XMLSchema/v1.0=com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory javax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl javax.xml.xpath.XPathFactory\:http\://java.sun.com/jaxp/xpath/dom=com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl javax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl javax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl javax.xml.bind.JAXBContext=org.glassfish.jaxb.runtime.v2.JAXBContextFactory javax.xml.datatype.DatatypeFactory=com.sun.org.apache.xerces.internal.jaxp.datatype.DatatypeFactoryImpl ```