dev@glassfish.java.net

Re: URGENT: Jane Young: New JSR-303 impl ready for you

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Tue, 04 Aug 2009 05:51:59 -0700

Hi Ed,

Thanks for the info.

You'll need to publish the artifact,

  <groupId>org.glassfish</groupId>
  <artifactId>bean-validator</artifactId>
  <version>3.0-JBoss-4.0.0.Beta2-b02</version>
  <scope>provided</scope>

to the maven repository.

As for the source build, I'll update the top build script.

Jane

BTW: Currently, there is no nightly setup for the source build. Terena
will work on that when she has the time.



Ed Burns wrote:
> ACTION: Jane, please look for the string JANE_ACTION: below.
>
>
>>>>>> On Mon, 27 Jul 2009 17:21:27 -0700, Ed Burns <Ed.Burns_at_Sun.COM> said:
>>>>>>
>
> EB> I've created an SVN tag for the latest source drop of JSR-303 from
>
> [...]
>
> EB> STOP THE PRESSES. Mitesh alerted me to a problem with this binary.
>
> EB> Please hold off. I'll have a new tag.
>
> Not only was there Mitesh's problem, but there were several others as
> well.
>
> Jane, I have another tag, this one rolls in several fixes from JBoss.
>
> The substantive change in this tag vs the previous one is the following:
>
> - Integrate fix to
> <http://opensource.atlassian.com/projects/hibernate/browse/HV-196>.
> This fix touched the following files.
>
> Index: hibernate-validator/src/main/java/org/hibernate/validation/metadata/BeanMetaData.java
> Index: hibernate-validator/src/main/java/org/hibernate/validation/metadata/BeanMetaDataImpl.java
> Index: hibernate-validator/src/main/java/org/hibernate/validation/engine/ValidatorImpl.java
>
> This fix corresponds to revision 17225 of the following SVN repositories.
>
> For JSR-303 API
>
> http://anonsvn.jboss.org/repos/hibernate/beanvalidation/trunk/validation-api
>
> For JSR-303 RI
>
> http://anonsvn.jboss.org/repos/hibernate/validator/trunk
>
> The maven info for the artifact in the bundle/osgi directory is:
>
> <dependency>
> <groupId>org.glassfish</groupId>
> <artifactId>bean-validator</artifactId>
> <version>3.0-JBoss-4.0.0.Beta2-b02</version>
> <scope>provided</scope>
> </dependency>
>
> The subversion tag for the "source build" code that ultimately builds
> this artifact is
>
> http://mercurial.sfbay.sun.com/svn/glassfish/tags/bean-validator-3.0-JBoss-4.0.0.Beta2-b02
>
> JANE_ACTION: Jane, this is the SVN tag you need to put into the
> Glassfish nightly. Note that Nandini will have to make a change to a
> source file on her side, to change the package name of a class that she
> imports already, once you put this in the nightly. I'll followup this
> mail with instructions for her. You'll need to coordinate your timing
> with her.
>
> Ed
>
>
>