[jira] [Commented] (TAMAYA-331) Add Automatic-Module-Name metadata for use with JDK 9+ module system

2018-03-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAMAYA-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16386820#comment-16386820 ] ASF GitHub Bot commented on TAMAYA-331: --- GitHub user acoburn opened a pull request:

[GitHub] incubator-tamaya-extensions pull request #1: Add Automatic-Module-Name metad...

2018-03-05 Thread acoburn
GitHub user acoburn opened a pull request: https://github.com/apache/incubator-tamaya-extensions/pull/1 Add Automatic-Module-Name metadata Addresses TAMAYA-331 You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (TAMAYA-331) Add Automatic-Module-Name metadata for use with JDK 9+ module system

2018-03-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAMAYA-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16386434#comment-16386434 ] ASF GitHub Bot commented on TAMAYA-331: --- GitHub user acoburn opened a pull request:

[GitHub] incubator-tamaya pull request #18: Add Automatic-Module-Name metadata

2018-03-05 Thread acoburn
GitHub user acoburn opened a pull request: https://github.com/apache/incubator-tamaya/pull/18 Add Automatic-Module-Name metadata Addresses TAMAYA-331 You can merge this pull request into a Git repository by running: $ git pull https://github.com/acoburn/incubator-tamaya

[jira] [Commented] (TAMAYA-330) Make it possible to build Tamaya on JDK 9+

2018-03-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAMAYA-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16386426#comment-16386426 ] ASF GitHub Bot commented on TAMAYA-330: --- GitHub user acoburn opened a pull request:

[GitHub] incubator-tamaya pull request #17: Update maven plugins to support jdk9+ bui...

2018-03-05 Thread acoburn
GitHub user acoburn opened a pull request: https://github.com/apache/incubator-tamaya/pull/17 Update maven plugins to support jdk9+ builds Resolves TAMAYA-330 You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (TAMAYA-331) Add Automatic-Module-Name metadata for use with JDK 9+ module system

2018-03-05 Thread Aaron Coburn (JIRA)
Aaron Coburn created TAMAYA-331: --- Summary: Add Automatic-Module-Name metadata for use with JDK 9+ module system Key: TAMAYA-331 URL: https://issues.apache.org/jira/browse/TAMAYA-331 Project: Tamaya

[jira] [Created] (TAMAYA-330) Make it possible to build Tamaya on JDK 9+

2018-03-05 Thread Aaron Coburn (JIRA)
Aaron Coburn created TAMAYA-330: --- Summary: Make it possible to build Tamaya on JDK 9+ Key: TAMAYA-330 URL: https://issues.apache.org/jira/browse/TAMAYA-330 Project: Tamaya Issue Type:

Re: Java 9 & 10

2018-03-05 Thread Werner Keil
Hi, I raised this for the RI of JSR 385, the upcoming new Units of Measurement standard 2.0: https://github.com/unitsofmeasurement/indriya/issues/25 If this Maven plugin was acceptable by Apache projects it could be used not only by Tamaya. And utilizing the Multi-Release JAR feature of Java 9

Re: Java 9 & 10

2018-03-05 Thread Anatole Tresch
Hi Aaron thank you very much for your mail. Both, opening jira, as well as providing patches are very welcome, as well ad any other feedback! Best Anatole Am 05.03.2018 15:53 schrieb "Aaron Coburn" : > Hi, > > I am a bit new to Tamaya, so apologies if this has already been

Java 9 & 10

2018-03-05 Thread Aaron Coburn
Hi, I am a bit new to Tamaya, so apologies if this has already been discussed. It is clear that the codebase targets Java 8. It is also entirely _usable_ on newer (jdk9 & jdk10) platforms. However, it is not currently possible to build Tamaya on jdk9 or jdk10. My first question is: should it