Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eclipse-ee4j/eclipselink
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.8
Choose a base ref
...
head repository: eclipse-ee4j/eclipselink
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.9
Choose a head ref
  • 12 commits
  • 227 files changed
  • 3 contributors

Commits on Sep 25, 2025

  1. Version change to 4.0.9-SNAPSHOT (#2538)

    Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
    Radek Felcman authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    259b425 View commit details
    Browse the repository at this point in the history
  2. JDBC prepared statements aren't closed - bugfix 2.0 (#2535) (#2540)

    (cherry picked from commit 3ce4f4a)
    
    Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
    Radek Felcman authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    4d380ba View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. JavaLog moved to org.eclipse.persistence.logging.jul package. (#2539)

    (cherry picked from commit 6f12505)
    
    Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
    Tomáš Kraus authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    15e42a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Accessor and Session removal from AbstractSessionLog and SessionLogEn…

    …try. (#2543) (#2546)
    
    * Update logging to use java.time,
    deprecate usages of Date/DateFormat for removal,
    remove most of the dependencies on internal packages
    
    (cherry picked from commit d1df119)
    
    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    
    * Accessor and Session removal from AbstractSessionLog and SessionLogEntry. (#2543)
    
    (cherry picked from commit 3277c45)
    
    Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
    
    ---------
    
    Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
    Co-authored-by: Lukas Jungmann <lukas.jungmann@oracle.com>
    Tomáš Kraus and lukasj authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    fda3a7a View commit details
    Browse the repository at this point in the history
  2. Maven build - Snapshots publishing change (#2548)

    Snapshots publishing target change from https://jakarta.oss.sonatype.org/content/repositories/snapshots/ into https://central.sonatype.com/repository/maven-snapshots/
    
    Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
    Radek Felcman authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    3eec4a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. Maven build - Release publishing change (#2550) (#2553)

    Release publishing target change from https://jakarta.oss.sonatype.org/ into https://central.sonatype.com/publishing/deployments by org.sonatype.central:central-publishing-maven-plugin
    
    
    (cherry picked from commit c8b11c2)
    
    Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
    Radek Felcman authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    4a7c51f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. ASM 9.9.0 upgrade (#2558)

    Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
    Radek Felcman authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    6e09e49 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Accessor and Session removal from Logs. (#2566)

    Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
    Tomáš Kraus authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    2a6eca0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. StringHelper refactor - unused methods marked as deprecated and usage…

    … replacement by default one from java.lang.String (#2569)
    
    Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
    Radek Felcman authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    b266d35 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Helper and JCEEncryptor API cleanup without removal of deprecated met…

    …hods. (#2578)
    
    (cherry picked from commit 72cc310)
    
    Signed-off-by: Tomas-Kraus <tomas.kraus@oracle.com>
    Tomáš Kraus authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    28611df View commit details
    Browse the repository at this point in the history
  2. Deprecate usage of Sequencing API in the schemaframework model for re…

    …moval (#2571) (#2579)
    
    (cherry picked from commit 6a8a13a)
    
    Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
    Co-authored-by: Radek Felcman <radek.felcman@oracle.com>
    Tomáš Kraus and Radek Felcman authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    4890df4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Schema Framework update (#2575)

    Changes:
    - movement DDL common database platform settings into new `org.eclipse.persistence.tools.schemaframework.DDLPlatform` interface
    - mark some methods in classes in `org.eclipse.persistence.tools.schemaframework` as deprecated as a first step to minimize dependencies on the core other packages
    
    Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
    Radek Felcman authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    0619749 View commit details
    Browse the repository at this point in the history
Loading