You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by Steve Viens <st...@viens.net> on 2009/02/12 01:15:28 UTC

Re: [VOTE] jUDDI-3.0.0.alpha preview release

+1 from me as well.

On 2/11/09, Kurt T Stam <ku...@gmail.com> wrote:
>
> This is a vote for releasing jUDDI-3.0.0.alpha preview release. This vote
> will be open for 72 hours.
>
> The project branch lives in SVN under:
>
> http://svn.apache.org/repos/asf/webservices/juddi/branches/v3_trunk/
>
> or using viewvc
>
> http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk
>
> The release artifacts can be found at:
>
> http://people.apache.org/~kstam/releases/juddi-3.0.0.alpha
>
> Major features:
>
>   - UDDIv3 support; this release implements the Inquiry, Publish and
> Security APIs
>   - JPA in the backend (plugin your favorite persistence provider,
> Hibernate, OpenJPA)
>   - JAX-WS and JAXB on the frontend (plugin your favorite WS stack, CXF,
> Axis2)
>   - jUDDI-tomcat bundle with CXF and Derby embedded database.
>   - UDDI-client library.
>   - User and Developer Documention guides.
>
>
> Release Notes - jUDDI - Version 3.0.0.alpha
>
> Bug
>
>   * [JUDDI-142] - JPA retrievals result in sporadic ordering of collections
>   * [JUDDI-162] - Block off unimplemented API's with
> DispositionFaultReports
>   * [JUDDI-163] - Need to do something about v2 requests received by v3
>   * [JUDDI-165] - Remove juddi-web, add juddi-axis
>   * [JUDDI-167] - Modify pom.xml, move hibernate/openjpa profiles to top
> level, remove top level dependencies
>   * [JUDDI-173] - WS marshalling exception
>   * [JUDDI-179] - Building jUDDI Tomcat Packaging fails on build machine
>   * [JUDDI-186] - Failing unittests on the uddi-client module
>
> Improvement
>
>   * [JUDDI-18] - Reduce the use of the Singleton pattern
>   * [JUDDI-47] - Make juddi a J2EE 1.4 compliant Web Service
>   * [JUDDI-71] - Integrating JUDDI in a managed environment
>   * [JUDDI-176] - configure derby to create it's database files in the
> target directory
>
> New Feature
>
>   * [JUDDI-171] - Add uddi-client
>   * [JUDDI-172] - In the juddi-client - convert cargo to use the
> juddi-tomcat module.
>
> Task
>
>   * [JUDDI-122] - After Axis2 goes in go through a dependency check
>   * [JUDDI-132] - Add persistenceManager
>   * [JUDDI-135] - Create a tomcat bundle
>   * [JUDDI-137] - Add unittest frame work which can use the persistence
> layer
>   * [JUDDI-143] - Add documentation on Dev and user Setup, and features
>   * [JUDDI-145] - Adjust model to meet UDD v3 requirements
>   * [JUDDI-154] - Create launcher for tests
>   * [JUDDI-155] - Create installation process
>   * [JUDDI-158] - Need a profile so that we can switch between testing
> hibernate and OpenJPA
>   * [JUDDI-159] - Implement category searching
>   * [JUDDI-160] - Need release metadata
>   * [JUDDI-168] - Clean up UUID code
>   * [JUDDI-174] - Switch cargo to different port
>   * [JUDDI-180] - Add release profile to the maven build for signing our
> release artifacts
>   * [JUDDI-187] - Updating AuthenticationTest and Adding documentation on
> the new Authentication Approach
>
>
>
> My Vote +1
>
> Cheers
>
> Kurt
>
> kstam@apache.org
>
>
>
>
>

Re: [VOTE] jUDDI-3.0.0.alpha preview release

Posted by Marcos Vinícius de Paiva Célio <vi...@gmail.com>.
My vote is +1 definitely.

2009/2/11 Steve Viens <st...@viens.net>

> +1 from me as well.
>
>
> On 2/11/09, Kurt T Stam <ku...@gmail.com> wrote:
>>
>> This is a vote for releasing jUDDI-3.0.0.alpha preview release. This vote
>> will be open for 72 hours.
>>
>> The project branch lives in SVN under:
>>
>> http://svn.apache.org/repos/asf/webservices/juddi/branches/v3_trunk/
>>
>> or using viewvc
>>
>> http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk
>>
>> The release artifacts can be found at:
>>
>> http://people.apache.org/~kstam/releases/juddi-3.0.0.alpha
>>
>> Major features:
>>
>>   - UDDIv3 support; this release implements the Inquiry, Publish and
>> Security APIs
>>   - JPA in the backend (plugin your favorite persistence provider,
>> Hibernate, OpenJPA)
>>   - JAX-WS and JAXB on the frontend (plugin your favorite WS stack, CXF,
>> Axis2)
>>   - jUDDI-tomcat bundle with CXF and Derby embedded database.
>>   - UDDI-client library.
>>   - User and Developer Documention guides.
>>
>>
>> Release Notes - jUDDI - Version 3.0.0.alpha
>>
>> Bug
>>
>>   * [JUDDI-142] - JPA retrievals result in sporadic ordering of
>> collections
>>   * [JUDDI-162] - Block off unimplemented API's with
>> DispositionFaultReports
>>   * [JUDDI-163] - Need to do something about v2 requests received by v3
>>   * [JUDDI-165] - Remove juddi-web, add juddi-axis
>>   * [JUDDI-167] - Modify pom.xml, move hibernate/openjpa profiles to top
>> level, remove top level dependencies
>>   * [JUDDI-173] - WS marshalling exception
>>   * [JUDDI-179] - Building jUDDI Tomcat Packaging fails on build machine
>>   * [JUDDI-186] - Failing unittests on the uddi-client module
>>
>> Improvement
>>
>>   * [JUDDI-18] - Reduce the use of the Singleton pattern
>>   * [JUDDI-47] - Make juddi a J2EE 1.4 compliant Web Service
>>   * [JUDDI-71] - Integrating JUDDI in a managed environment
>>   * [JUDDI-176] - configure derby to create it's database files in the
>> target directory
>>
>> New Feature
>>
>>   * [JUDDI-171] - Add uddi-client
>>   * [JUDDI-172] - In the juddi-client - convert cargo to use the
>> juddi-tomcat module.
>>
>> Task
>>
>>   * [JUDDI-122] - After Axis2 goes in go through a dependency check
>>   * [JUDDI-132] - Add persistenceManager
>>   * [JUDDI-135] - Create a tomcat bundle
>>   * [JUDDI-137] - Add unittest frame work which can use the persistence
>> layer
>>   * [JUDDI-143] - Add documentation on Dev and user Setup, and features
>>   * [JUDDI-145] - Adjust model to meet UDD v3 requirements
>>   * [JUDDI-154] - Create launcher for tests
>>   * [JUDDI-155] - Create installation process
>>   * [JUDDI-158] - Need a profile so that we can switch between testing
>> hibernate and OpenJPA
>>   * [JUDDI-159] - Implement category searching
>>   * [JUDDI-160] - Need release metadata
>>   * [JUDDI-168] - Clean up UUID code
>>   * [JUDDI-174] - Switch cargo to different port
>>   * [JUDDI-180] - Add release profile to the maven build for signing our
>> release artifacts
>>   * [JUDDI-187] - Updating AuthenticationTest and Adding documentation on
>> the new Authentication Approach
>>
>>
>>
>> My Vote +1
>>
>> Cheers
>>
>> Kurt
>>
>> kstam@apache.org
>>
>>
>>
>>
>>
>


-- 
At.
Marcos Vinícius
55 19 93545207