Lukas Jungmann

Results 495 comments of Lukas Jungmann

have you tried https://github.com/highsource/jaxb2-basics ?

why ``` xjc 'org.glassfish.jaxb:jaxb-runtime:3.0.1' xjc 'org.glassfish.jaxb:jaxb-xjc:3.0.2' ``` are not at the same version? I'm not saying that will help, just that it looks strange to me. There are two things...

note that jaxb2-basics (formerly jaxb2-commons project at java.net) has been community driven with no involvement of the jaxb(-ri) team since its beginning - if my memory works well after those...

I agree with you. We just have to deal with current situation somehow.... There is that Eclipse Transformer project, some similar alternative from Apache but I don't think they help...

> there is need to support 2 different (if similar at many levels) APIs and that cannot be done with just one package It depends on what exactly you want...

com.sun packages are not part of the spec, they are part of the particular implementation and is available at https://eclipse-ee4j.github.io/mail/docs/api/ which is reachable from the implementation project home page, which...

@kwsutter can you try jakarta.mail:jakarta.mail-api:2.1.0-RC1 please? You may need activation 2.1.0-RC1 for that..

API javadoc reachable from https://jakartaee.github.io/mail-api/ contains specification API only and javadoc reachable from https://eclipse-ee4j.github.io/angus-mail/ contains API and angus implementation specific packages

file an issue in angus mail project, please. We'll fix it for angus 2.0.0 release