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

Hotfix 1.5.10 #418

Merged
merged 9 commits into from
Oct 9, 2024
Merged

Hotfix 1.5.10 #418

merged 9 commits into from
Oct 9, 2024

Commits on Oct 8, 2024

  1. Update versions for hotfix

    arteymix committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    4e5c23b View commit details
    Browse the repository at this point in the history
  2. Require a minimum of Maven 3.6.3

    Update Maven plugins
    arteymix committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b8563e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bfde1a View commit details
    Browse the repository at this point in the history
  4. More Nullable checks and fixes

    Use the Optional API for all repository methods that can return null.
    
    Fix a pretty nasty bug where Spring Data would honor the non-null return
    value for UserRepository.findByEmailIgnoreCase().
    
    Remove unused imports.
    arteymix committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a321a91 View commit details
    Browse the repository at this point in the history
  5. Update dependencies

    arteymix committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    38ca90b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4489d5 View commit details
    Browse the repository at this point in the history
  7. Update version in docs

    arteymix committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9052a22 View commit details
    Browse the repository at this point in the history
  8. Properly handle null researcher categories when updating a profile

    Pass it separately so it can be annotated with @nullable.
    arteymix committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fbeb4a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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