Re: Fixing up bean validation in OSGi

2015-12-14 Thread Christian Schneider
If you want to provide a pull request for karaf I would be happy to apply it. Christian 2015-12-15 4:55 GMT+01:00 Benson Margulies : > Or move them to Karaf, for that matter. > > > On Mon, Dec 14, 2015 at 3:25 PM, Benson Margulies > wrote: > > I've had a PR outstanding at Bval for weeks, with n

Re: Fixing up bean validation in OSGi

2015-12-14 Thread Benson Margulies
Or move them to Karaf, for that matter. On Mon, Dec 14, 2015 at 3:25 PM, Benson Margulies wrote: > I've had a PR outstanding at Bval for weeks, with no response to the > email or JIRA. My patch might fix it's current behavior in OSGi for > me, which is to call every bean valid. If any of you can

Re: Fixing up bean validation in OSGi

2015-12-14 Thread Benson Margulies
I've had a PR outstanding at Bval for weeks, with no response to the email or JIRA. My patch might fix it's current behavior in OSGi for me, which is to call every bean valid. If any of you can wake the bval committers up from their, ahem, hibernating state, I would work further on it. I'm happy to

Re: Fixing up bean validation in OSGi

2015-12-14 Thread Christian Schneider
+1 for making the bean-validation feature independent from hibernate. I intended to do this for 3.2 anyway. I propose to just add the javax.validation api bundle with dependency=true and remove the reference to the bean-validation-core feature. Not sure if this is a good idea in 3.1.x as it is slig

Re: Fixing up bean validation in OSGi

2015-12-14 Thread Francesco Chicchiriccò
On 14/12/2015 13:34, Romain Manni-Bucau wrote: 2015-12-14 13:17 GMT+01:00 Francesco Chicchiriccò : On 14/12/2015 12:59, Romain Manni-Bucau wrote: 2015-12-14 12:45 GMT+01:00 Sergey Beryozkin : Hi Benson On 11/12/15 16:19, Benson Margulies wrote: https://issues.apache.org/jira/browse/CXF-670

Re: Fixing up bean validation in OSGi

2015-12-14 Thread Romain Manni-Bucau
2015-12-14 13:17 GMT+01:00 Francesco Chicchiriccò : > On 14/12/2015 12:59, Romain Manni-Bucau wrote: > >> 2015-12-14 12:45 GMT+01:00 Sergey Beryozkin : >> >> Hi Benson >>> >>> On 11/12/15 16:19, Benson Margulies wrote: >>> >>> https://issues.apache.org/jira/browse/CXF-6706 https://issues

Re: Fixing up bean validation in OSGi

2015-12-14 Thread Francesco Chicchiriccò
On 14/12/2015 12:59, Romain Manni-Bucau wrote: 2015-12-14 12:45 GMT+01:00 Sergey Beryozkin : Hi Benson On 11/12/15 16:19, Benson Margulies wrote: https://issues.apache.org/jira/browse/CXF-6706 https://issues.apache.org/jira/browse/CXF-6705 The changes I've committed for CXF-6705 make it po

Re: Fixing up bean validation in OSGi

2015-12-14 Thread Romain Manni-Bucau
2015-12-14 12:45 GMT+01:00 Sergey Beryozkin : > Hi Benson > > On 11/12/15 16:19, Benson Margulies wrote: > >> https://issues.apache.org/jira/browse/CXF-6706 >> >> https://issues.apache.org/jira/browse/CXF-6705 >> >> The changes I've committed for CXF-6705 make it possible to use bean >> validation

Re: Fixing up bean validation in OSGi

2015-12-14 Thread Sergey Beryozkin
Hi Benson On 11/12/15 16:19, Benson Margulies wrote: https://issues.apache.org/jira/browse/CXF-6706 https://issues.apache.org/jira/browse/CXF-6705 The changes I've committed for CXF-6705 make it possible to use bean validation, but ... 1: only with hibernate 2: only with extra code to obtain

Fixing up bean validation in OSGi

2015-12-11 Thread Benson Margulies
https://issues.apache.org/jira/browse/CXF-6706 https://issues.apache.org/jira/browse/CXF-6705 The changes I've committed for CXF-6705 make it possible to use bean validation, but ... 1: only with hibernate 2: only with extra code to obtain the validation provider. This raises two questions. 1: