[jira] Created: (MJAXB-16) Update dependencies to JAXB 2.1.11

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

[jira] Created: (MJAXB-16) Update dependencies to JAXB 2.1.11

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Update dependencies to JAXB 2.1.11
----------------------------------

                 Key: MJAXB-16
                 URL: http://jira.codehaus.org/browse/MJAXB-16
             Project: Maven 2.x JAXB 2.0 Plugin
          Issue Type: Improvement
    Affects Versions: 1.3
            Reporter: Michael Rudolf
            Priority: Trivial
         Attachments: pom.patch

Hi,

Please update the dependencies to the latest stable JAXB version 2.1.11 - patch attached.

Best regards,
Michael

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

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

    http://xircles.codehaus.org/manage_email



[jira] Commented: (MJAXB-16) Update dependencies to JAXB 2.1.11

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MJAXB-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=192394#action_192394 ]

Christian Schulte commented on MJAXB-16:
----------------------------------------

If upgrading the dependencies to JAXB 2.1 - please also add a 'target' option to allow for generating for 2.0.

Using JAXB 2.1 dependencies is possible already, btw.

{{xml}}
        <plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>jaxb2-maven-plugin</artifactId>
          <version>1.2</version>
          <dependencies>
            <dependency>
              <groupId>javax.xml.bind</groupId>
              <artifactId>jaxb-api</artifactId>
              <version>2.1</version>
            </dependency>
            <dependency>
              <groupId>com.sun.xml.bind</groupId>
              <artifactId>jaxb-impl</artifactId>
              <version>2.1.12</version>
            </dependency>
            <dependency>
              <groupId>com.sun.xml.bind</groupId>
              <artifactId>jaxb-xjc</artifactId>
              <version>2.1.12</version>
            </dependency>
          </dependencies>
        </plugin>
{{xml}}


> Update dependencies to JAXB 2.1.11
> ----------------------------------
>
>                 Key: MJAXB-16
>                 URL: http://jira.codehaus.org/browse/MJAXB-16
>             Project: Maven 2.x JAXB 2.0 Plugin
>          Issue Type: Improvement
>    Affects Versions: 1.3
>            Reporter: Michael Rudolf
>            Priority: Trivial
>         Attachments: pom.patch
>
>
> Hi,
> Please update the dependencies to the latest stable JAXB version 2.1.11 - patch attached.
> Best regards,
> Michael

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

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

    http://xircles.codehaus.org/manage_email



[jira] Closed: (MJAXB-16) Update dependencies to JAXB 2.1.11

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MJAXB-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed MJAXB-16.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3
         Assignee: Robert Scholte

Both requests have been changed/added to plugin.

By default the target parameter is not set, so the current version of jaxb is used (2.1)
To avoid current features set the target back to 2.0

> Update dependencies to JAXB 2.1.11
> ----------------------------------
>
>                 Key: MJAXB-16
>                 URL: http://jira.codehaus.org/browse/MJAXB-16
>             Project: Maven 2.x JAXB 2.0 Plugin
>          Issue Type: Improvement
>    Affects Versions: 1.3
>            Reporter: Michael Rudolf
>            Assignee: Robert Scholte
>            Priority: Trivial
>             Fix For: 1.3
>
>         Attachments: pom.patch
>
>
> Hi,
> Please update the dependencies to the latest stable JAXB version 2.1.11 - patch attached.
> Best regards,
> Michael

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

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

    http://xircles.codehaus.org/manage_email