[VOTE] Release Maven JAXB 2.1 Plugin 1.3

View: New views
8 Messages — Rating Filter:   Alert me  

[VOTE] Release Maven JAXB 2.1 Plugin 1.3

by Robert Scholte :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi,
 
I would like to release version 1.3 of the Maven JAXB 2.1 Plugin
 
Staging site:
http://codehaus.org/~rfscholte/jaxb2-maven-plugin/
 
An up-to-date snapshot is deployed.

[ ] +1
[ ] 0
[ ] -1

The vote is open for 72 hours and will succeed by lazy consensus.

- regards,
 
Robert Scholte
  

Release Notes - Maven 2.x JAXB 2.1 Plugin - Version 1.3

Bug

  • [MJAXB-2] - cowardly refuses to write to a non-existent directory exception when there are many executions of the plugin
  • [MJAXB-17] - Filter out directories when collecting schema and binding files
  • [MJAXB-28] - Plugin site shows incorrect issue tracking URL

Improvement

  • [MJAXB-13] - add generated date to staleFile
  • [MJAXB-14] - Support generation from DTDs
  • [MJAXB-15] - jaxb2-maven-plugin: support for URLs
  • [MJAXB-16] - Update dependencies to JAXB 2.1.11
  • [MJAXB-18] - Use Plexus FileUtils.copyURLToFile(URL, File) instead of hand-written code
  • [MJAXB-19] - Use StringBuilder instead of StringBuffer to avoid unnecessary synchronization
  • [MJAXB-21] - Show system ID in error output if public ID is unavailable

New Feature



New Windows 7: Find the right PC for you. Learn more.

RE: [VOTE] Release Maven JAXB 2.1 Plugin 1.3

by Robert Scholte-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
My +1
 

From: rfscholte@...
To: dev@...
Date: Sat, 31 Oct 2009 12:59:50 +0000
Subject: [mojo-dev] [VOTE] Release Maven JAXB 2.1 Plugin 1.3

Hi,
 
I would like to release version 1.3 of the Maven JAXB 2.1 Plugin
 
Staging site:
http://codehaus.org/~rfscholte/jaxb2-maven-plugin/
 
An up-to-date snapshot is deployed.

[ ] +1
[ ] 0
[ ] -1

The vote is open for 72 hours and will succeed by lazy consensus.

- regards,
 
Robert Scholte
  

Release Notes - Maven 2.x JAXB 2.1 Plugin - Version 1.3

Bug

  • [MJAXB-2] - cowardly refuses to write to a non-existent directory exception when there are many executions of the plugin
  • [MJAXB-17] - Filter out directories when collecting schema and binding files
  • [MJAXB-28] - Plugin site shows incorrect issue tracking URL

Improvement

  • [MJAXB-13] - add generated date to staleFile
  • [MJAXB-14] - Support generation from DTDs
  • [MJAXB-15] - jaxb2-maven-plugin: support for URLs
  • [MJAXB-16] - Update dependencies to JAXB 2.1.11
  • [MJAXB-18] - Use Plexus FileUtils.copyURLToFile(URL, File) instead of hand-written code
  • [MJAXB-19] - Use StringBuilder instead of StringBuffer to avoid unnecessary synchronization
  • [MJAXB-21] - Show system ID in error output if public ID is unavailable

New Feature



New Windows 7: Find the right PC for you. Learn more.

Express yourself instantly with MSN Messenger! MSN Messenger

Re: [VOTE] Release Maven JAXB 2.1 Plugin 1.3

by olamy-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

--
Olivier

2009/10/31 Robert Scholte <rfscholte@...>:

> Hi,
>
> I would like to release version 1.3 of the Maven JAXB 2.1 Plugin
>
> Staging site:
> http://codehaus.org/~rfscholte/jaxb2-maven-plugin/
>
> An up-to-date snapshot is deployed.
>
> [ ] +1
> [ ] 0
> [ ] -1
>
> The vote is open for 72 hours and will succeed by lazy consensus.
>
> - regards,
>
> Robert Scholte
>
>
> Release Notes - Maven 2.x JAXB 2.1 Plugin - Version 1.3
>
> Bug
>
> [MJAXB-2] - cowardly refuses to write to a non-existent directory exception
> when there are many executions of the plugin
> [MJAXB-17] - Filter out directories when collecting schema and binding files
> [MJAXB-28] - Plugin site shows incorrect issue tracking URL
>
> Improvement
>
> [MJAXB-13] - add generated date to staleFile
> [MJAXB-14] - Support generation from DTDs
> [MJAXB-15] - jaxb2-maven-plugin: support for URLs
> [MJAXB-16] - Update dependencies to JAXB 2.1.11
> [MJAXB-18] - Use Plexus FileUtils.copyURLToFile(URL, File) instead of
> hand-written code
> [MJAXB-19] - Use StringBuilder instead of StringBuffer to avoid unnecessary
> synchronization
> [MJAXB-21] - Show system ID in error output if public ID is unavailable
>
> New Feature
>
> [MJAXB-11] - Add schemagen goal
>
> ________________________________
> New Windows 7: Find the right PC for you. Learn more.



--
Olivier

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: [VOTE] Release Maven JAXB 2.1 Plugin 1.3

by jgenender :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1.

Jeff

Robert Scholte wrote:
Hi,

 

I would like to release version 1.3 of the Maven JAXB 2.1 Plugin

 

Staging site:

http://codehaus.org/~rfscholte/jaxb2-maven-plugin/

 

An up-to-date snapshot is deployed.

[ ] +1
[ ] 0
[ ] -1

The vote is open for 72 hours and will succeed by lazy consensus.


- regards,

 

Robert Scholte

 

Release Notes - Maven 2.x JAXB 2.1 Plugin - Version 1.3
Bug

[MJAXB-2] - cowardly refuses to write to a non-existent directory exception when there are many executions of the plugin
[MJAXB-17] - Filter out directories when collecting schema and binding files
[MJAXB-28] - Plugin site shows incorrect issue tracking URL
Improvement

[MJAXB-13] - add generated date to staleFile
[MJAXB-14] - Support generation from DTDs
[MJAXB-15] - jaxb2-maven-plugin: support for URLs
[MJAXB-16] - Update dependencies to JAXB 2.1.11
[MJAXB-18] - Use Plexus FileUtils.copyURLToFile(URL, File) instead of hand-written code
[MJAXB-19] - Use StringBuilder instead of StringBuffer to avoid unnecessary synchronization
[MJAXB-21] - Show system ID in error output if public ID is unavailable
New Feature

[MJAXB-11] - Add schemagen goal      
_________________________________________________________________
New Windows 7: Find the right PC for you. Learn more.
http://windows.microsoft.com/shop

Re: [VOTE] Release Maven JAXB 2.1 Plugin 1.3

by jgenender :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1.

Jeff

Robert Scholte wrote:
Hi,

 

I would like to release version 1.3 of the Maven JAXB 2.1 Plugin

 

Staging site:

http://codehaus.org/~rfscholte/jaxb2-maven-plugin/

 

An up-to-date snapshot is deployed.

[ ] +1
[ ] 0
[ ] -1

The vote is open for 72 hours and will succeed by lazy consensus.


- regards,

 

Robert Scholte

 

Release Notes - Maven 2.x JAXB 2.1 Plugin - Version 1.3
Bug

[MJAXB-2] - cowardly refuses to write to a non-existent directory exception when there are many executions of the plugin
[MJAXB-17] - Filter out directories when collecting schema and binding files
[MJAXB-28] - Plugin site shows incorrect issue tracking URL
Improvement

[MJAXB-13] - add generated date to staleFile
[MJAXB-14] - Support generation from DTDs
[MJAXB-15] - jaxb2-maven-plugin: support for URLs
[MJAXB-16] - Update dependencies to JAXB 2.1.11
[MJAXB-18] - Use Plexus FileUtils.copyURLToFile(URL, File) instead of hand-written code
[MJAXB-19] - Use StringBuilder instead of StringBuffer to avoid unnecessary synchronization
[MJAXB-21] - Show system ID in error output if public ID is unavailable
New Feature

[MJAXB-11] - Add schemagen goal      
_________________________________________________________________
New Windows 7: Find the right PC for you. Learn more.
http://windows.microsoft.com/shop

Re: [VOTE] Release Maven JAXB 2.1 Plugin 1.3

by jgenender :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1.

Jeff

Robert Scholte wrote:
Hi,

 

I would like to release version 1.3 of the Maven JAXB 2.1 Plugin

 

Staging site:

http://codehaus.org/~rfscholte/jaxb2-maven-plugin/

 

An up-to-date snapshot is deployed.

[ ] +1
[ ] 0
[ ] -1

The vote is open for 72 hours and will succeed by lazy consensus.


- regards,

 

Robert Scholte

 

Release Notes - Maven 2.x JAXB 2.1 Plugin - Version 1.3
Bug

[MJAXB-2] - cowardly refuses to write to a non-existent directory exception when there are many executions of the plugin
[MJAXB-17] - Filter out directories when collecting schema and binding files
[MJAXB-28] - Plugin site shows incorrect issue tracking URL
Improvement

[MJAXB-13] - add generated date to staleFile
[MJAXB-14] - Support generation from DTDs
[MJAXB-15] - jaxb2-maven-plugin: support for URLs
[MJAXB-16] - Update dependencies to JAXB 2.1.11
[MJAXB-18] - Use Plexus FileUtils.copyURLToFile(URL, File) instead of hand-written code
[MJAXB-19] - Use StringBuilder instead of StringBuffer to avoid unnecessary synchronization
[MJAXB-21] - Show system ID in error output if public ID is unavailable
New Feature

[MJAXB-11] - Add schemagen goal      
_________________________________________________________________
New Windows 7: Find the right PC for you. Learn more.
http://windows.microsoft.com/shop

Re: [VOTE] Release Maven JAXB 2.1 Plugin 1.3

by Stephen Connolly-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

Stephen

2009/11/1 jgenender <jgenender@...>:

>
> +1.
>
> Jeff
>
>
> Robert Scholte wrote:
>>
>>
>> Hi,
>>
>>
>>
>> I would like to release version 1.3 of the Maven JAXB 2.1 Plugin
>>
>>
>>
>> Staging site:
>>
>> http://codehaus.org/~rfscholte/jaxb2-maven-plugin/
>>
>>
>>
>> An up-to-date snapshot is deployed.
>>
>> [ ] +1
>> [ ] 0
>> [ ] -1
>>
>> The vote is open for 72 hours and will succeed by lazy consensus.
>>
>>
>> - regards,
>>
>>
>>
>> Robert Scholte
>>
>>
>>
>> Release Notes - Maven 2.x JAXB 2.1 Plugin - Version 1.3
>> Bug
>>
>> [MJAXB-2] - cowardly refuses to write to a non-existent directory
>> exception when there are many executions of the plugin
>> [MJAXB-17] - Filter out directories when collecting schema and binding
>> files
>> [MJAXB-28] - Plugin site shows incorrect issue tracking URL
>> Improvement
>>
>> [MJAXB-13] - add generated date to staleFile
>> [MJAXB-14] - Support generation from DTDs
>> [MJAXB-15] - jaxb2-maven-plugin: support for URLs
>> [MJAXB-16] - Update dependencies to JAXB 2.1.11
>> [MJAXB-18] - Use Plexus FileUtils.copyURLToFile(URL, File) instead of
>> hand-written code
>> [MJAXB-19] - Use StringBuilder instead of StringBuffer to avoid
>> unnecessary synchronization
>> [MJAXB-21] - Show system ID in error output if public ID is unavailable
>> New Feature
>>
>> [MJAXB-11] - Add schemagen goal
>> _________________________________________________________________
>> New Windows 7: Find the right PC for you. Learn more.
>> http://windows.microsoft.com/shop
>>
>
> --
> View this message in context: http://old.nabble.com/-VOTE--Release-Maven-JAXB-2.1-Plugin-1.3-tp26142140p26148907.html
> Sent from the mojo - dev mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



RE: [VOTE] Release Maven JAXB 2.1 Plugin 1.3

by Robert Scholte-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
The vote has passed with the following result:
 
+1: Olivier Lamy, Jeff Genender, Stephen Connolly and myself.
 
The release will be planned soon,
 
Robert
 

From: rfscholte@...
To: dev@...
Date: Sat, 31 Oct 2009 12:59:50 +0000
Subject: [mojo-dev] [VOTE] Release Maven JAXB 2.1 Plugin 1.3

Hi,
 
I would like to release version 1.3 of the Maven JAXB 2.1 Plugin
 
Staging site:
http://codehaus.org/~rfscholte/jaxb2-maven-plugin/
 
An up-to-date snapshot is deployed.

[ ] +1
[ ] 0
[ ] -1

The vote is open for 72 hours and will succeed by lazy consensus.

- regards,
 
Robert Scholte
  

Release Notes - Maven 2.x JAXB 2.1 Plugin - Version 1.3

Bug

  • [MJAXB-2] - cowardly refuses to write to a non-existent directory exception when there are many executions of the plugin
  • [MJAXB-17] - Filter out directories when collecting schema and binding files
  • [MJAXB-28] - Plugin site shows incorrect issue tracking URL

Improvement

  • [MJAXB-13] - add generated date to staleFile
  • [MJAXB-14] - Support generation from DTDs
  • [MJAXB-15] - jaxb2-maven-plugin: support for URLs
  • [MJAXB-16] - Update dependencies to JAXB 2.1.11
  • [MJAXB-18] - Use Plexus FileUtils.copyURLToFile(URL, File) instead of hand-written code
  • [MJAXB-19] - Use StringBuilder instead of StringBuffer to avoid unnecessary synchronization
  • [MJAXB-21] - Show system ID in error output if public ID is unavailable

New Feature



New Windows 7: Find the right PC for you. Learn more.

Express yourself instantly with MSN Messenger! MSN Messenger