Skip to main content

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

Hi Will,

	thank You for Your comments.
About ASM. That is correct in master, 3.0 and 2.7 branches is ASM used from separated build/sub project
https://ci.eclipse.org/eclipselink/job/asm-promote/
https://github.com/eclipse-ee4j/eclipselink/tree/master/plugins/org.eclipse.persistence.asm

But as understand Your question leads into org.eclipse.persistence.asm*.jar naming .
I see there two options:
1. Keep there naming without qualifier "org.eclipse.persistence.asm.jar" because it is used/consumed as a 3rd party dependency from 2.7.9?
2. Change file name into previous format e.g. "org.eclipse.persistence.asm_9.0.0.v202010211629.jar" ?

I don't have any priority there. If You want I can change it into qualified form. But this change will be visible in the next release.

About 3.0.2 release:
Did You find some time to check:
Lukas PR https://github.com/eclipse-ee4j/eclipselink/pull/1182
and My PR https://github.com/eclipse-ee4j/eclipselink/pull/1183
We'd like to know Your opinion about this (which modification You prefer).

Thank You
Radek

On 6/21/21 6:28 PM, William Dazey wrote:
Hello!

Thank you for getting this built! I really appreciate getting this
done so that we can pull in these bug fixes!

One thing I wanted to point out upon reviewing the bundles @
https://urldefense.com/v3/__https://www.eclipse.org/downloads/download.php?file=*rt*eclipselink*releases*2.7.9*eclipselink-plugins-2.7.9.v20210604-2c549e2208.zip__;Ly8vLy8!!GqivPVa7Brio!OWb9gCMWooHTEMh8T95tWDmb1DjKKTDpjnkrVbNP83JtchO0AJJH5nHboY3C4IX5rHQ$

It seems the ASM bundle was built a bit differently than it used to be?

eclipselink-plugins-2.7.8.v20201217-ecdf3c32c4
```
     org.eclipse.persistence.asm_9.0.0.v202010211629.jar
```

eclipselink-plugins-2.7.9.v20210604-2c549e2208
```
     org.eclipse.persistence.asm.jar
```
Also, the internal structure (manifest, license files) have all
changed. I'm guessing this is because a different build process was
used this time. Since the package versions in the manifest and the
bundle version appear to be fine, I'm not reporting an issue (though
the missing license file might be...), I just wanted to bring the
difference to your attention so you can investigate it. I'm sure
you're tired of hearing me pick differences apart at this point -_-'
sorry. I really appreciate you getting this built though and going
through the process!

Thanks,
Will Dazey

On Thu, Jun 17, 2021 at 6:16 AM Radek Felcman <radek.felcman@xxxxxxxxxx> wrote:

Hello,

      let me inform you, that EclipseLink 2.7.9 (Final) is available at Maven Central and at the https://urldefense.com/v3/__https://www.eclipse.org/eclipselink/downloads__;!!GqivPVa7Brio!OWb9gCMWooHTEMh8T95tWDmb1DjKKTDpjnkrVbNP83JtchO0AJJH5nHboY3CXpnzRgA$  page.
      This is maintenance release focused on buxfixes. There is list of the changes/bugfixes in the release:

- ASM Component is standalone project, it's used as a Maven dependency
- Ant/Jenkins build - Nightly build extension to publish output to Jakarta snapshots
- Bug 570378: NullPointerException from MapKey Temporals
- Fix TCK failure for Character type
- Tweaking annotation processor
- Bug/New Feature 559307: EclipseLink on all versions can dead-lock forever
- EclipseLink doesn't generate SQL UPDATE correctly if @ReturnUpdate is used in InheritanceType.JOINED
- Bug 535088 - [test] SubSelectFromClauseTest2 failing randomly on public infra
- MOXy @XmlNullPolicy not working with enums
- ConcurrencyManager dead-lock detection diagnostic improvement
- Force deferred locks persistence query property
- Bug 571794: Enable Input parameters for Criteria API SELECT clause
- Bug 570702: Add support for Embeddable fields as JOIN targets
- Fixes #1069: let JpaEntityManager(Factory) extend AutoCloseable
- Bug 573094: TRIM function generates incorrect SQL for CriteriaBuilder
- Bug 521402: Add support for Criteria queries with only literals
- Bug 573198: ConcurrentModificationException in PersistenceProvider
- Jenkins build - pipeline notifications
- Bug 573094: TRIM function generates incorrect SQL for CriteriaBuilder (Oracle platform fix)
- Bug 573435: CriteriaBuilder construct throws argument type mismatch exception with Case Select
- Bug 573094: Fix LTRIM/RTRIM inversion of indices
- Bugfix for - Indention not working if custom CharacterEscapeHandler is set and encoding is set to UTF-8
- Bug 573361: Add support for parameters within CriteriaBuilder case/coalesce expressions
- DBWS Builder generates incorrect ORM mapping for SQL TIMESTAMP bugfix
- Bug 573794: Add support for parameters within CriteriaBuilder IN expressions
- Extended logging of JPA L2 cache usage and UnitOfWork with thread info
- Replace ENCRYPT MySQL function with SHA2
- Use MySQL 8 for tests
- Bug 417259: Add support for parameters within CriteriaBuilder HAVING clause


Thank You
Radek Felcman
_______________________________________________
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__;!!GqivPVa7Brio!OWb9gCMWooHTEMh8T95tWDmb1DjKKTDpjnkrVbNP83JtchO0AJJH5nHboY3CgYoi7kU$
_______________________________________________
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__;!!GqivPVa7Brio!OWb9gCMWooHTEMh8T95tWDmb1DjKKTDpjnkrVbNP83JtchO0AJJH5nHboY3CgYoi7kU$



Back to the top