It all worked on Jenkins: https://builds.apache.org/view/S-Z/view/Tamaya/job/Tamaya-Sandbox-Master/353/org.apache.tamaya.ext$tamaya-uom/console
Aside from AssertJ for some of the other modules, that'll be my main goal for the next few days or weeks. Similar to HOCON ( https://github.com/typesafehub/config/blob/master/HOCON.md#hocon-human-optimized-config-object-notation) there's a lot of documentation either in the MD format or Asciidoc around it. The ultimate side-effect could be a "tamaya-hocon" module similar to YAML support that allows tamaya to seamlessly read and process Typesafe/Lagom configuration files using HOCOM. As this is also an option for Archaius backed by Typesafe Config, it could be beneficial both in a distributed Cloud where configuration files and services are shared, or to switch between systems and frameworks without having to change your config files if they make sense to more than one. Werner On Tue, Jan 31, 2017 at 11:32 PM, Werner Keil <[email protected]> wrote: > Added the first converter from String to Unit. > I hope it finds everything from the central Apache mirror of the Maven > repo? I saw JSR 363 and the RI (probably can be reduced to "test" scope, at > least for now I found no need in the library) > > > > On Tue, Jan 31, 2017 at 11:16 PM, Werner Keil (JIRA) <[email protected]> > wrote: > >> >> [ https://issues.apache.org/jira/browse/TAMAYA-234?page=com. >> atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] >> >> Werner Keil reassigned TAMAYA-234: >> ---------------------------------- >> >> Assignee: Werner Keil >> >> > Which JSR 363 implementations to use? >> > ------------------------------------- >> > >> > Key: TAMAYA-234 >> > URL: https://issues.apache.org/jira/browse/TAMAYA-234 >> > Project: Tamaya >> > Issue Type: Sub-task >> > Components: Sandbox >> > Reporter: Werner Keil >> > Assignee: Werner Keil >> > Labels: implementations, question >> > Fix For: 0.3-incubating >> > >> > >> > There are at least 2 major JSR 363 implementations at the moment. >> > - The Reference Implementation (supports Java SE 7 and ME 8 Embedded) >> > - UoM-SE (supports Java SE 8 and above) >> > As long as Tamaya core supports both Java SE 7 and 8 or above, I guess >> I'll focus on the RI for now. Where modules only use the API to >> communicate, it should matter very little. In some cases e.g. {BigDecimal} >> support or similar, a variation may be necessary, or >> implementation-specific sub-modules to tamaya-uom. >> >> >> >> -- >> This message was sent by Atlassian JIRA >> (v6.3.15#6346) >> > >
