jira-importer

Results 1253 comments of jira-importer

**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented Why not compiling/running on JDK11 and defining release to 8 ?

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented How come that it is empty? Manually?

**[Sergey Ponomarev](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=stokito)** commented This was fixed and merged so can be closed. But I think we should remove the useless validation that caused the exception https://github.com/apache/maven-compiler-plugin/pull/266

**[Sergey Ponomarev](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=stokito)** commented The `outputTimestamp.length() > 1` really confused me. The one char (not digit) will make the `outputTimestamp` ignored as if it was empty. It looks like I understood...

**[Benjamin Marwell](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mampf86)** commented If I replace the jakarta-activation-api with javax.xml.bind:jaxb-api:2.3.1:provided,  compilation works.   (surefire stuff following) If using no profile, surefire hangs (yay…). Using cxf profile: VM crash Using jersey/resteasy profile: ...

**[Benjamin Marwell](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mampf86)** commented If I instead use jakarta.xml.bind:jakarta.xml.bind-api:2.3.3:test, I get: [ERROR] module not found: java.xml.bind. Huh…

**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented Comparing both module paths, it looks like the following line disappears during test-compile: [DEBUG] d:\maven_repo\.m2\repository\jakarta\activation\jakarta.activation-api\1.2.2\jakarta.activation-api-1.2.2.jar

**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented Found the bug in https://github.com/codehaus-plexus/plexus-languages/blob/master/plexus-java/src/main/java/org/codehaus/plexus/languages/java/jpms/LocationManager.java#L215 With test dependencies, a second module with the name java.xml.bind is available: next to jakarta.xml.bind-api,jar there's now also a jaxb-api.jar. The first...

**[Benjamin Marwell](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mampf86)** commented Wow, that was enormously fast! Thanks a lot! I will wait as soon as there is a plexus-languages release and create a dep update commit here. Btw,...

**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented exclude jaxb-api?