Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] [External] : EclipseLink 2.7.9

 Hello Lukas!

On Mon, Jun 7, 2021 at 12:54 PM Lukas Jungmann
<lukas.jungmann@xxxxxxxxxx> wrote:
>
> Since 3.0.2-RC1 is out (in central), can you test it fixes all issues
> you've had with 3.0.1? If it does, 3.0.2 will be done this week. Same
> applies to 2.7.9-RC1/Final.

I never had any issues with the artifacts uploaded to central. I can
download the individual artifacts for `3.0.1` and `3.0.2-RC1`
(org.eclipse.persistence.core, jpa, jpql, modelgen, asm, antlr) and it
appears that everything is fine with those artifacts.
However, the issue I was having with `3.0.1` was in the `EclipseLink
3.0.1 OSGi Bundles Zip` found @
https://www.eclipse.org/eclipselink/downloads/. I'm not sure how it
happened, but the bundles were created with incorrect package
versions.

For instance, `eclipselink-plugins-3.0.1.v20210407-569c89c116\org.eclipse.persistence.core_3.0.1.qualifier.jar\META-INF\MANIFEST.MF`:
```
Export-Package:
    org.eclipse.persistence;version="3.0.2",
    org.eclipse.persistence.annotations;version="3.0.2"
...
```

I can sign off on `3.0.2-RC1` and `2.7.9-RC1` on central, but it seems
that the `OSGi Bundles Zip` found on our downloads page is built
separately and could still have errors regardless of how central
looks. The issue did get addressed in
https://github.com/eclipse-ee4j/eclipselink/pull/1158, but I don't
know if it was fixed until that process is run and new bundles are
created.

Thanks,
Will Dazey


Back to the top