highsource / jaxb2-basics

Useful plugins and tools for JAXB2.
BSD 2-Clause "Simplified" License
108 stars 54 forks source link

Is the latest release published on Maven Repository? #170

Open bezbos opened 1 year ago

bezbos commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

@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 commented 1 year ago

@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 commented 1 year ago

@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 commented 7 months ago

@michael-o : readme updated :)