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

chore(deps): upgrade gravitee-bom to 7.0.10 #6804

Merged
merged 6 commits into from Mar 2, 2024
Merged

Commits on Mar 1, 2024

  1. Copy the full SHA
    33abe69 View commit details
    Browse the repository at this point in the history
  2. refactor: adapt code following the removal of deprecated methods

    Jackson 2.16 has removed several deprecated methods. We were massively
    using DeserializationContext#mappingException, but this one has been
    deprecated since Jackson 2.9
    As an alternative, I used JsonMappingException#from to create the same
    exception that were created with the deprecated method.
    jgiovaresco committed Mar 1, 2024
    Copy the full SHA
    fa3e296 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    360a98d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1b64c2e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    85a6470 View commit details
    Browse the repository at this point in the history
  6. fix(mongo): add missing indexes

    With the upgrade of the gravitee-bom, some Mongo Repositories tests were
    failing. After a bit of investigation, all failing tests were missing
    indexes.
    I don't really understand what dependencies make this required...
    jgiovaresco committed Mar 1, 2024
    Copy the full SHA
    9576f51 View commit details
    Browse the repository at this point in the history