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

Support Spring Boot 3 and jakarta #882

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

Commits on Oct 4, 2023

  1. Bump major version; Update javax to jakarta throughout

    joshuapsteele authored and Kyle Thorpe committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    abc4375 View commit details
    Browse the repository at this point in the history
  2. Bump Gradle to 8.3

    To be compatible with java version, bump gradle version. Disable some plugins for now to get building
    Kyle Thorpe committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    0b45ee3 View commit details
    Browse the repository at this point in the history
  3. Version bumps

    Kyle Thorpe committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    7d3f44d View commit details
    Browse the repository at this point in the history
  4. Bump deltaspike for CDI tests

    Kyle Thorpe committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    f632c39 View commit details
    Browse the repository at this point in the history
  5. crnk-setup-spring-boot3 and remove 1 and 2

    Attempt to remove incompatible SB setup modules and update the rest of the framework to use the SB3 module
    Kyle Thorpe committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ef03704 View commit details
    Browse the repository at this point in the history
  6. Disable CDI tests, more version bumps

    At least now more tests are running
    Kyle Thorpe committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    8f2bd53 View commit details
    Browse the repository at this point in the history
  7. Various version bumps

    Kyle Thorpe committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    817e3d4 View commit details
    Browse the repository at this point in the history
  8. Fix vertx/reactive

    Kyle Thorpe committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    28de3e9 View commit details
    Browse the repository at this point in the history
  9. Use a different ProGuard dependency

    Kyle Thorpe committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    40fa9f7 View commit details
    Browse the repository at this point in the history
  10. Update mockito, equalsverifier, tests

    Kyle Thorpe committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    fadf0c7 View commit details
    Browse the repository at this point in the history
  11. Fix hibernate dependencies

    Kyle Thorpe committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c954d0e View commit details
    Browse the repository at this point in the history
  12. Re-enable CDI

    Uncomment CDI dependencies, declare explicit dependency on crnk-setup-cdi in the modules that use it
    Kyle Thorpe committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    6f1de8d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Update swagger versions

    Kyle Thorpe committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    2d59640 View commit details
    Browse the repository at this point in the history
  2. Update commons-io version

    Kyle Thorpe committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    0af64b8 View commit details
    Browse the repository at this point in the history
  3. Fix java 17 source/target version

    Kyle Thorpe committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    e916d1f View commit details
    Browse the repository at this point in the history
  4. Update dropwizard version and example

    Kyle Thorpe committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    8981853 View commit details
    Browse the repository at this point in the history
  5. Bump graphviz-java to latest version

    Kyle Thorpe committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    171da43 View commit details
    Browse the repository at this point in the history
  6. Remove unneeded dependency

    Kyle Thorpe committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    8861c21 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. A few small version bumps, remove unused deps

    Kyle Thorpe committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    a665a99 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Start MVC Observation classes

    Kyle Thorpe committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    a7ed9f7 View commit details
    Browse the repository at this point in the history
  2. fixup! Start MVC Observation classes

    Kyle Thorpe committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    12809ef View commit details
    Browse the repository at this point in the history
  3. Bring in Spring Boot deps to projects that need them

    Kyle Thorpe committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    8d60afc View commit details
    Browse the repository at this point in the history
  4. Add equalsverifier dependency to crnk-core

    Kyle Thorpe committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b27c18b View commit details
    Browse the repository at this point in the history
  5. Cleanup unneeded dependencies

    Kyle Thorpe committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    65bd339 View commit details
    Browse the repository at this point in the history
  6. Cleanup dependencies

    Kyle Thorpe committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    fee8476 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Use jakarta variants of jackson dependencies

    If excluding crnk-setup-cdi, this allows more tests to pass without javax errors
    Kyle Thorpe committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    7091ddc View commit details
    Browse the repository at this point in the history
  2. Start updating documentation

    Kyle Thorpe committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    fa63bcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2c1861 View commit details
    Browse the repository at this point in the history
  4. Replace CrnkWebMvcTagsProvider and CrnkSpringActuatorMetricsAutoConfi…

    …guration with CrnkServerRequestObservationConvention and CrnkMvcObservationAutoConfiguration; Add tests
    joshuapsteele committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    3def931 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b6f40a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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

Commits on Sep 7, 2024

  1. Merge pull request #3 from tory-kk/JAVAX-TO-JAKARTA

    Javax to jakarta fixes
    kjthorpe18 authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    365251d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    496aad0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10bd990 View commit details
    Browse the repository at this point in the history