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

Axon 2.4.x migration to Java 17 #2

Open
wants to merge 66 commits into
base: axon-2.4.x
Choose a base branch
from

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    4cf89f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4912538 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    d84e289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94b1f13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29b9cc1 View commit details
    Browse the repository at this point in the history
  4. Fix test due to Runnable.class.getClassLoader() will return null si…

    …nce that interface is part of the core Java and loaded by the Bootstrap classloader.
    adamklinkosz committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    00ef3bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98f18c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09b4f65 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e142436 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8fa3c5c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9aeb9ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c2e0123 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c49d05c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    a5941c3 View commit details
    Browse the repository at this point in the history
  2. Bump EHCache version

    adamklinkosz committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    cfbb88a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f97467d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9642fef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c2f13e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e3aa53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c279c78 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e789386 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d8dbed7 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    86714fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b49df4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    191d496 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9792780 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cd1e95 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0444e1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    85a163a View commit details
    Browse the repository at this point in the history
  8. Ignore a CGROUPS test since it uses PowerMock too heavily, and it's i…

    …ncompatible with Mockito required by Java 17+
    adamklinkosz committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e67e503 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3117ed1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    99b09f4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bebe1fb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9443cdc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    57e3734 View commit details
    Browse the repository at this point in the history
  14. Bump Java to 17

    adamklinkosz committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4570ba0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    63a0ae8 View commit details
    Browse the repository at this point in the history
  16. Remove replacing the logger since it uses forbidden reflection and is…

    … used to cleanup tests logs only
    adamklinkosz committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0712d63 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7900918 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c591fa4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    78f8ec6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    c179c8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    757e6a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da29798 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8df6976 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Further encapsulation of fields in tests since AssertJ has problems w…

    …ith public ones and we never have that anyway
    adamklinkosz committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5765fe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dfcf4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b67cb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0aed4af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edea009 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    189437f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d62dbf4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e867fae View commit details
    Browse the repository at this point in the history
  9. Upgrade RabbitMQ stack

    adamklinkosz committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    72897a3 View commit details
    Browse the repository at this point in the history
  10. Migrate integration tests to Hikari Connection Pool because c3p0 is i…

    …ncompatible with newer Jakarta and its unsupported anymore
    adamklinkosz committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d63eb11 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f722907 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    19fd95b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ccffd9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from onewelcome/axon-2.4.x-java-17-spring-6.x

    Axon 2.4.x migration to Spring Framework 6.x
    adamklinkosz authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2e40b5e View commit details
    Browse the repository at this point in the history
  4. Reformat readme file

    adamklinkosz committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1ab3ab1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3370963 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6e88fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c6f20d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c39734 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6482dd7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    94d7e96 View commit details
    Browse the repository at this point in the history