[jira] [Updated] (OWB-701) Support ASM for Bean Proxies

2012-09-15 Thread David Blevins (JIRA)
[ https://issues.apache.org/jira/browse/OWB-701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Blevins updated OWB-701: -- Component/s: Core Summary: Support ASM for Bean Proxies (was: Remove Javassist) Support ASM

[jira] [Resolved] (OWB-701) Support ASM for Bean Proxies

2012-09-15 Thread David Blevins (JIRA)
[ https://issues.apache.org/jira/browse/OWB-701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Blevins resolved OWB-701. --- Resolution: Fixed Support ASM for Bean Proxies

Re: [DISCUSS] release OWB-1.1.6 end of this week?

2012-09-15 Thread David Blevins
Got the ASM support finished. OWB-701 officially closed. We still use Javassist by default, but we have the ability to use ASM. Mark, do you need help with the release? (I know you have a *very* busy week coming up :) -David On Sep 12, 2012, at 11:03 AM, Mark Struberg wrote: 2nd try as

Re: [DISCUSS] release OWB-1.1.6 end of this week?

2012-09-15 Thread Mark Struberg
Hi David! I can roll the release tonight or tomorrow morning. Udo still likes to get a few things done afaik. UnitTests and stuff... Thomas, did you commit all your changes which you have Jiras created for? LieGrue, strub - Original Message - From: David Blevins

Re: [DISCUSS] release OWB-1.1.6 end of this week?

2012-09-15 Thread Thomas Andraschko
Hi, i will commit today :) Regards, Thomas 2012/9/15 Mark Struberg strub...@yahoo.de Hi David! I can roll the release tonight or tomorrow morning. Udo still likes to get a few things done afaik. UnitTests and stuff... Thomas, did you commit all your changes which you have Jiras created

JIRA permissions

2012-09-15 Thread Thomas Andraschko
Hi, how can i change the assignee of a ticket to myself or mark the issue as fixed? I can't find any button/view for this :) Do i need special permissions? Regards, Thomas

Re: JIRA permissions

2012-09-15 Thread Mark Struberg
I've added you to the OWB committers group in Jira. Could you please try again now? LieGrue, strub - Original Message - From: Thomas Andraschko zoi...@gmail.com To: dev@openwebbeans.apache.org Cc: Sent: Saturday, September 15, 2012 2:38 PM Subject: JIRA permissions Hi,

Re: [DISCUSS] release OWB-1.1.6 end of this week?

2012-09-15 Thread Udo Schnurpfeil
Hi! Yes, I've put the stuff as a diff+comment in OWB-703. It would be nice if somebody can check and commit it. Regards, Udo Am 15.09.12 11:32, schrieb Mark Struberg: Hi David! I can roll the release tonight or tomorrow morning. Udo still likes to get a few things done afaik. UnitTests

[jira] [Updated] (OWB-702) Add serialization unit tests to openwebbeans-web to catch future regressions

2012-09-15 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/OWB-702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko updated OWB-702: -- Assignee: Thomas Andraschko (was: Joe Bergmark) Add serialization unit tests to

[jira] [Resolved] (OWB-702) Add serialization unit tests to openwebbeans-web to catch future regressions

2012-09-15 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/OWB-702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko resolved OWB-702. --- Resolution: Fixed Add serialization unit tests to openwebbeans-web to catch future

[jira] [Commented] (OWB-703) getBeans cache key algorithm must be unique

2012-09-15 Thread Udo Schnurpfeil (JIRA)
[ https://issues.apache.org/jira/browse/OWB-703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13456438#comment-13456438 ] Udo Schnurpfeil commented on OWB-703: - Hmmm, the BeanCacheKeyUnitTest is in the wrong

[jira] [Commented] (OWB-703) getBeans cache key algorithm must be unique

2012-09-15 Thread Joe Bergmark (JIRA)
[ https://issues.apache.org/jira/browse/OWB-703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13456444#comment-13456444 ] Joe Bergmark commented on OWB-703: -- For some reason when I applied your patch it dropped all

Re: Eclipse/Checkstyle errors

2012-09-15 Thread Joseph Bergmark
Which test classes are you getting check style errors in? When I build on the command line I don't see any check style errors: [INFO] --- maven-checkstyle-plugin:2.7:check (verify-style) @ openwebbeans-web --- [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:2.7:check (verify-style) @

Re: Eclipse/Checkstyle errors

2012-09-15 Thread Thomas Andraschko
It's only in test-classes because the won't be checked by maven. For example - AbstractUnitTest#addExtension 2012/9/15 Joseph Bergmark bergm...@apache.org Which test classes are you getting check style errors in? When I build on the command line I don't see any check style errors: [INFO]

Re: Eclipse/Checkstyle errors

2012-09-15 Thread Joseph Bergmark
I haven't used the checkstyle plugin for Eclipse, so afraid I can't provide much advice here. Its too bad it doesn't appear to follow the same rules as the maven plugin. Sincerely, Joe On Sat, Sep 15, 2012 at 1:15 PM, Thomas Andraschko zoi...@gmail.com wrote: It's only in test-classes because

Re: Eclipse/Checkstyle errors

2012-09-15 Thread Thomas Andraschko
I use the same rules as the maven plugin, you must just import the settings. The problem is that maven-checkstyle-plugin does not check the test-src but eclipse does (per default). So what do you think? should we fix this errors or should the developers exclude test classes? 2012/9/15 Joseph

Re: Eclipse/Checkstyle errors

2012-09-15 Thread Romain Manni-Bucau
We can filter them http://checkstyle.sourceforge.net/config.html#Filters Le 15 sept. 2012 20:09, Thomas Andraschko zoi...@gmail.com a écrit : I use the same rules as the maven plugin, you must just import the settings. The problem is that maven-checkstyle-plugin does not check the test-src but

Re: [ANN] Welcome Thomas Andraschko as OpenWebBeans committer!

2012-09-15 Thread Gerhard Petracek
welcome! regards, gerhard 2012/9/12 Mark Struberg strub...@yahoo.de Hi community! I'm happy to announce that Thomas will help us with making OWB even better. He is an expert on passivation and clustering and uses OWB in production for a few projects. Welcome Thomas! The Apache

Re: Eclipse/Checkstyle errors

2012-09-15 Thread David Jencks
My opinion as a pretty much completely inactive contributor to OWB is that it would be better to have the test classes follow the same style rules as the main code, but I'm not prepared to help fix it. thanks david jencks On Sep 15, 2012, at 11:09 AM, Thomas Andraschko wrote: I use the same