[jira] [Commented] (DIRSTUDIO-1227) mvn clean install command throwing NPE

2019-06-17 Thread Stefan Seelmann (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16866271#comment-16866271 ] Stefan Seelmann commented on DIRSTUDIO-1227: There is currently no real s

[GitHub] [directory-server] elecharny merged pull request #16: Switch to using https everywhere

2019-06-17 Thread GitBox
elecharny merged pull request #16: Switch to using https everywhere URL: https://github.com/apache/directory-server/pull/16 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [directory-server] elecharny merged pull request #17: Updating Jetty + BouncyCastle

2019-06-17 Thread GitBox
elecharny merged pull request #17: Updating Jetty + BouncyCastle URL: https://github.com/apache/directory-server/pull/17 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[jira] [Commented] (DIRSERVER-2277) ApacheDS Migration

2019-06-17 Thread Sathish Kumar (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16866046#comment-16866046 ] Sathish Kumar commented on DIRSERVER-2277: -- [~elecharny] Do you have any upd

[jira] [Commented] (DIRSTUDIO-1227) mvn clean install command throwing NPE

2019-06-17 Thread Raju (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16865998#comment-16865998 ] Raju commented on DIRSTUDIO-1227: - Hi Stefan, Thanks for the confirmation but unfort

[jira] [Updated] (DIRSTUDIO-1227) mvn clean install command throwing NPE

2019-06-17 Thread Raju (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raju updated DIRSTUDIO-1227: Attachment: MojoError.log > mvn clean install command throwing NPE > -

[jira] [Commented] (DIRSTUDIO-1227) mvn clean install command throwing NPE

2019-06-17 Thread Stefan Seelmann (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16865890#comment-16865890 ] Stefan Seelmann commented on DIRSTUDIO-1227: Just FYI, you attached the s

Re: Supporting Java9++

2019-06-17 Thread Stefan Seelmann
Yes, with other Directory projects (LDAP API, server, studio still WIP) we do it exactly like that. Additionally in CI we use the lowest (Java 8) to build artifacts (installers and JARs uploaded to snapshot repo) just to be on the safe side. Reading JAXB made me shrug, I didn't manage to get it wo

[GitHub] [directory-server] coheigea opened a new pull request #17: Updating Jetty + BouncyCastle

2019-06-17 Thread GitBox
coheigea opened a new pull request #17: Updating Jetty + BouncyCastle URL: https://github.com/apache/directory-server/pull/17 This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: Supporting Java9++

2019-06-17 Thread Brian Demers
IMHO, setting the source & target to 1.8 (or whatever the lower end of your support range is) and running a CI job with a range of versions is the way to go (1.8, 11, etc) That way this uncovers the issues similar to you have mentioned and retains backward compatibility with any of the dependencies

Supporting Java9++

2019-06-17 Thread Shawn McKinney
Hello, An assertion about Java9 support… Directory projects should support Java9++ but not require it. The adding part is pretty easy. Update the pom, change the compiler plugin, add missing dependencies for JAXB, … The not requiring is perhaps the tricky part. What is the best way to allow

[jira] [Commented] (DIRSTUDIO-1227) mvn clean install command throwing NPE

2019-06-17 Thread Raju (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16865531#comment-16865531 ] Raju commented on DIRSTUDIO-1227: - Hi Stefan, I tried the master branch to check out

[jira] [Updated] (DIRSTUDIO-1227) mvn clean install command throwing NPE

2019-06-17 Thread Raju (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raju updated DIRSTUDIO-1227: Attachment: MojoError.log > mvn clean install command throwing NPE > -

[jira] [Updated] (DIRSTUDIO-1227) mvn clean install command throwing NPE

2019-06-17 Thread Raju (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raju updated DIRSTUDIO-1227: Attachment: MojoError.log > mvn clean install command throwing NPE > -

[jira] [Commented] (DIRSTUDIO-1227) mvn clean install command throwing NPE

2019-06-17 Thread Raju (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16865409#comment-16865409 ] Raju commented on DIRSTUDIO-1227: - Hi Stefan, Thanks for the confirmation, I was abl