[jira] [Commented] (TAMAYA-19) Cleanup implementation code

2014-12-05 Thread Werner Keil (JIRA)
[ https://issues.apache.org/jira/browse/TAMAYA-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14235411#comment-14235411 ] Werner Keil commented on TAMAYA-19: --- Does this include the fix of the "annot" package or

Re: "annotation" instead of "annot"

2014-12-05 Thread Otávio Gonçalves de Santana
full name is really better. "org.apache.tamaya.annotation", On Wed, Dec 3, 2014 at 11:51 AM, Werner Keil wrote: > Hi, > > Looking not only at Java EE (http://docs.oracle.com/javaee/7/api/) you'll > find plenty of packages from "javax.annotation" to > "javax.servlet.annotation", etc. > > I alread

Re: "annotation" instead of "annot"

2014-12-05 Thread Oliver B. Fischer
+1 because it helps us to find what we need... IMHO Am 05.12.14 15:38, schrieb Otávio Gonçalves de Santana: full name is really better. "org.apache.tamaya.annotation", On Wed, Dec 3, 2014 at 11:51 AM, Werner Keil wrote: Hi, Looking not only at Java EE (http://docs.oracle.com/javaee/7/api/)

Re: "annotation" instead of "annot"

2014-12-05 Thread Romain Manni-Bucau
annotation or annotations? :p. More seriously: what's the issue with "mapping" for @ConfiguredX, @WithX - we'll surely need to rename it to something more intuitive - and dynamic, event, listener for @ConfigChangeListener? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibu

[jira] [Commented] (TAMAYA-19) Cleanup implementation code

2014-12-05 Thread Anatole Tresch (JIRA)
[ https://issues.apache.org/jira/browse/TAMAYA-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236065#comment-14236065 ] Anatole Tresch commented on TAMAYA-19: -- I could do that, but I don't see a consensus a

[jira] [Commented] (TAMAYA-19) Cleanup implementation code

2014-12-05 Thread Anatole Tresch (JIRA)
[ https://issues.apache.org/jira/browse/TAMAYA-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236431#comment-14236431 ] Anatole Tresch commented on TAMAYA-19: -- Also renamed annot package to mapping. Makes m

Re: "annotation" instead of "annot"

2014-12-05 Thread Anatole Tresch
Hi all I would simply put all into a package called *mapping*, based on the discussions we had this looks most feasible for me For met that looks good. If we have more event related annotations, we might reconsider adding an additional one. WDYT? Anatole 2014-12-05 19:44 GMT+01:00 Romain Manni

Re: "annotation" instead of "annot"

2014-12-05 Thread Romain Manni-Bucau
Ok. Wonder if the listener annotation makes sense btw. We can use an interface in standalone and I am sure we ll strongly type it to integrate it with spring cdi etc.. giving the property change event and the config object instance. Wdyt? Le 6 déc. 2014 02:13, "Anatole Tresch" a écrit : > Hi all