javaee / jaxb-v2

Other
211 stars 101 forks source link

Release 2.3.1-b180717.0505 is not visible in Maven Central/Repo #1213

Open RezaLabude opened 6 years ago

RezaLabude commented 6 years ago

Hello,

there was a fix for the problem

"Fix XJC ant task to work without fork. "

created with this commit:

https://github.com/javaee/jaxb-v2/commit/dad8495f19078cb05302132f83dafda5b3dfa98b#diff-9e91db6a172b85bd4a5588d9aa151e85

We checked the released versions of jaxb and this bugfix can be found starting from the release 2.3.1-b180717.0505, but this release has never made it to Maven Central or Maven Repo.

We tried to get 2.4.x running, but we get a lot of dependency issues and compaitiblity problems there, therefore the most simple solution would be, if someone could create another 2.3.x release and make it official in Maven Central or make the release 2.3.1-b180717.0505 available there.

Thank you very much for the support in advance. best Regards,

Reza

Stexxen commented 6 years ago

Have you checked the staging Repo? https://maven.java.net/content/repositories/staging/javax/xml/bind/jaxb-api/ I can see 2.3.1-b180717.0218 on there.

    <repositories>
         <repository>
            <id>jvnet-nexus-staging</id>
            <url>http://maven.java.net/content/repositories/staging/</url>
            <layout>default</layout>
        </repository>
    </repositories>
RezaLabude commented 6 years ago

Hello,

thanks for this idea, but this stating repo from maven.java.net is not part of our offical list of maven-repos, where our company wide nexus can get jars from and therefore we can not get access to this jar (For security reasons we are only allowed to access jars from the company nexus). Therefore we can only access those jars, which are officially hosted at mvnrepository.com or search.maven.org. Also i doubt that our company nexus admins will add this staging repo. Is there any alternative? What is the process to get jars from staging to mvnrepository.com? Best regards,,

Reza

rbjorklin commented 6 years ago

I can't find the released 2.3.1 in maven central. Has something gone wrong with the upload?

lukasj commented 6 years ago

It's in staging currently, should appear in central by the end of this week