Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the latest release published on Maven Repository? #170

Open
bezbos opened this issue Jul 4, 2023 · 6 comments
Open

Is the latest release published on Maven Repository? #170

bezbos opened this issue Jul 4, 2023 · 6 comments

Comments

@bezbos
Copy link

bezbos commented Jul 4, 2023

The last published version is 1.11.1 on Jun 29, 2016, but on GitHub the latest release is much more recent. How do you usually add this to your projects? Is there an alternative repository, or do you manually add this to the classpath?

https://mvnrepository.com/artifact/org.jvnet.jaxb2_commons/jaxb2-basics-runtime

@laurentschoelens
Copy link
Collaborator

laurentschoelens commented Jul 15, 2023

Hi @bezbos
From what I remember, the 1.11.1 version has been released by mistake
Don't use it but use the latest github release instead
We are currently working with @mattrpav to get a final v2 version from jaxb-tools repo (which will be the merge of this project, the maven plugin one and jaxb annotate) to get to jakarta (v3)

@laurentschoelens
Copy link
Collaborator

See 1.11.1-PUBLISHED-BY-MISTAKE version on mvn central which confirms my thoughts on it
The latest version is 0.13.1

@laurentschoelens
Copy link
Collaborator

laurentschoelens commented Aug 25, 2023

@bezbos : we moved the jaxb2-basics project to jaxb-tools repository here : https://github.com/highsource/jaxb-tools

You can use the latest version :

<dependency>
    <groupId>org.jvnet.jaxb</groupId>
    <artifactId>jaxb2-basics</artifactId>
    <version>2.0.4</version>
</dependency>

Jakarta support will be done in v3.X

@michael-o
Copy link

@bezbos : we moved the jaxb2-basics project to jaxb-tools repository here : https://github.com/highsource/jaxb-tools

You can use the latest version :

<dependency>
    <groupId>org.jvnet.jaxb</groupId>
    <artifactId>jaxb2-basics</artifactId>
    <version>2.0.4</version>
</dependency>

Jakarta support will be done in v3.X

Since it has been merged with jaxb-tools, can you set this repo to read-only and archive it? Otherwise it confuses people which is the right repo.

@laurentschoelens
Copy link
Collaborator

@michael-o : that will be done, and that's the plan indeed.
We have to do a last release to publish relocation info in pom.xml files to inform maven (and users) that it has moved to another location, and also update the README.md the same way

@laurentschoelens
Copy link
Collaborator

@michael-o : readme updated :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants