Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abandoning JDK8 support + 3.3.0-SNAPSHOT #45

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 21, 2024

  1. Added impl package to exports - CountStatisticImpl is used by GF

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    96ab9e7 View commit details
    Browse the repository at this point in the history
  2. Base and upper JDK versions set both to 11

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7dc5c26 View commit details
    Browse the repository at this point in the history
  3. No need to exclude module-info with current compiler

    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c91f619 View commit details
    Browse the repository at this point in the history
  4. Project version increased to 3.3.0-SNAPSHOT

    - Note that for 4.0.0 we would have to rebuild all intermediate dependencies
      of GlassFish, ie. webservices-osgi, OR patch their manifests (nasty hack).
    - Nothing much changes in implementation, we just abandon Java 8.
    
    Signed-off-by: David Matějček <[email protected]>
    dmatej committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6b3701a View commit details
    Browse the repository at this point in the history