Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] [External] : No org.eclipse.persistence.asm for Eclipselink 2.7.9?

Hello!

> No, it is intentional. eclipselink 2.7.9 uses org.eclipse.persistence:org.eclipse.persistence.asm:9.1.0

How is that indicated in https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.7.9/eclipselink-plugins-2.7.9.v20210604-2c549e2208.zip? Almost nothing has changed in the MANIFEST.MF and now the jar is just called `org.eclipse.persistence.asm.jar`. Compared to `https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases/2.7.8/eclipselink-plugins-2.7.8.v20201217-ecdf3c32c4.zip`, I don't see anything that changed to indicate this version convention change on maven central. Maybe the JAR bundle name should be `org.eclipse.persistence.asm_9.1.0.v20210604-2c549e2208.jar`?

And no update for ANTRL as well? That hasn't changed from version 3.5.2 for years and we still use '2.7.8', '2.7.9', ect. Granted EclipseLink >= 3.0 doesn't use ANTRL anymore, but 2.7 does. Feels inconsistent for 2.7.

Also, comparing Maven Central with `https://www.eclipse.org/downloads/download.php?file=/rt/eclipselink/releases` I notice another difference. In the `eclipse.org/downloads` artifacts,
the `org.eclipse.persistence.jpa.modelgen` bundle is called `org.eclipse.persistence.jpa.modelgen_2.7.9.v20210604-2c549e2208.jar` and the Manifest also indicates the bundle name to be `org.eclipse.persistence.jpa.modelgen`:
```
    Bundle-Name: EclipseLink JPA ModelGen
    Bundle-SymbolicName: org.eclipse.persistence.jpa.modelgen
    Bundle-Vendor: Eclipse.org - EclipseLink Project
    Bundle-Version: 2.7.9.v20210604-2c549e2208
```

However, on maven central, the we give the artifact an ID of `org.eclipse.persistence.jpa.modelgen.processor` (https://mvnrepository.com/artifact/org.eclipse.persistence/org.eclipse.persistence.jpa.modelgen.processor)? Can we get this inconsistency fixed because it's a bit confusing what the true name of this bundle is supposed to be

Thanks,
Will Dazey


On Wed, Jul 21, 2021 at 12:54 PM Lukas Jungmann <lukas.jungmann@xxxxxxxxxx> wrote:
On 7/21/21 6:37 PM, Jody Grassel wrote:
> I was checking maven central, and noticed there were no resources for
> the maven coordinate 
> "org.eclipse.persistence:org.eclipse.persistence.asm:2.7.9" -- is this
> an omission?

No, it is intention. eclipselink 2.7.9 uses
org.eclipse.persistence:org.eclipse.persistence.asm:9.1.0 - same version
as master and/or 3.0.2.

thanks,
--lukas

>
> _______________________________________________
> eclipselink-dev mailing list
> eclipselink-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/eclipselink-dev__;!!ACWV5N9M2RV99hQ!c282CiRmzlMujtr4Dr0XaiYSiIHmAxdDiXr9s4MI2haeGi5LjKioaMf51c4a3t1ApQQ$
>

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/eclipselink-dev

Back to the top