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

X.26 #638

Merged
merged 44 commits into from
May 28, 2024
Merged

X.26 #638

merged 44 commits into from
May 28, 2024

Commits on Apr 29, 2024

  1. Initial branch of x.26

    peter-lawrey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1279634 View commit details
    Browse the repository at this point in the history
  2. Error on deprecated cleanup (#637)

    * Review deprecated methods, change build to error on deprecation
    
    * Fix compilation on Java 21
    
    * revert
    
    * Move ByteBuffers to bytes.internal
    peter-lawrey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b7a294f View commit details
    Browse the repository at this point in the history
  3. Deprecate due x.26

    yevgenp authored and peter-lawrey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    212cde2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eae1252 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1eaebe View commit details
    Browse the repository at this point in the history
  6. Use a common configuration for the compiler-plugin where deprecation … (

    #639)
    
    * Use a common configuration for the compiler-plugin where deprecation warnings cause the build to fail
    
    * Remove annotation processor that is more confusing than useful (and often turned off)
    peter-lawrey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    077e702 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5dbc1ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d7d811d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f38d749 View commit details
    Browse the repository at this point in the history
  10. Revert changes to Jvm.parseSize

    yevgenp authored and peter-lawrey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    515eee2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    75b2139 View commit details
    Browse the repository at this point in the history
  12. Add uncheckedCast to Jvm

    peter-lawrey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0156d32 View commit details
    Browse the repository at this point in the history
  13. Add uncheckedCast to Jvm

    peter-lawrey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    87f873a View commit details
    Browse the repository at this point in the history
  14. Fix deprecated methods/classes in Core (#642)

    * Fix deprecated methods/classes in Core
    
    * Add -Xlint:all,-options as default compiler
    peter-lawrey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c3a4ceb View commit details
    Browse the repository at this point in the history
  15. Tidy up code base

    peter-lawrey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6fc1484 View commit details
    Browse the repository at this point in the history
  16. resolve Javadoc issues

    peter-lawrey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b877bd6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    233f7fb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4d94a4a View commit details
    Browse the repository at this point in the history
  19. Fix javadoc issues

    peter-lawrey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d0241a7 View commit details
    Browse the repository at this point in the history
  20. Fix a rounding error

    peter-lawrey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d3cc44d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5d86617 View commit details
    Browse the repository at this point in the history
  22. Deprecate due x.26

    yevgenp authored and peter-lawrey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    edd7385 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    de7bb6e View commit details
    Browse the repository at this point in the history
  24. resolve Javadoc issues

    peter-lawrey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0bc7839 View commit details
    Browse the repository at this point in the history
  25. Fix Javadoc formatting

    peter-lawrey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    61ee920 View commit details
    Browse the repository at this point in the history
  26. Fix test after merge

    peter-lawrey committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3464ec5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d50490a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    55003c5 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Fix newlines

    peter-lawrey committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e8b7bc0 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    5bd791b View commit details
    Browse the repository at this point in the history
  2. Flaky test (#653)

    * Give more time for bg thread in flaky test
    
    * Give more time for bg thread in flaky test
    peter-lawrey committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7b27376 View commit details
    Browse the repository at this point in the history
  3. Core/issues/656 (#657)

    * don't use reflection and recursion in IOTools.unmonitor
    
    * Using reflection to unmonitor a reference results in errors in Java 17 Fixes #656
    
    * Using reflection to unmonitor a reference results in errors in Java 17 Fixes #656
    
    * Using reflection to unmonitor a reference results in errors in Java 17 Fixes #656
    
    ---------
    
    Co-authored-by: Jerry Shea <jerry.shea@chronicle.software>
    peter-lawrey and JerryShea committed May 20, 2024
    Configuration menu
    Copy the full SHA
    09d9c6b View commit details
    Browse the repository at this point in the history
  4. Recover from java21 failure (#658)

    * Recover from failure on Java21 as mockito isn't supported.
    
    * Recover from failure on Java21 as mockito isn't supported.
    peter-lawrey committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a6cceaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    633919b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    768a692 View commit details
    Browse the repository at this point in the history
  7. Merge with develop

    peter-lawrey committed May 20, 2024
    Configuration menu
    Copy the full SHA
    bd456fc View commit details
    Browse the repository at this point in the history
  8. Merge with develop

    peter-lawrey committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0926def View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d1e9cb1 View commit details
    Browse the repository at this point in the history
  10. remove duplicate

    peter-lawrey committed May 20, 2024
    Configuration menu
    Copy the full SHA
    69ccb4e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. parent poms -> x.26.0

    peter-lawrey committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9f35eb7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    7f607b9 View commit details
    Browse the repository at this point in the history
  2. Allow for aarch64 CPUs

    peter-lawrey committed May 23, 2024
    Configuration menu
    Copy the full SHA
    442b218 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    2c3a43d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b93b0b View commit details
    Browse the repository at this point in the history