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

Spring3 migration #479

Merged
merged 21 commits into from
May 20, 2024
Merged

Spring3 migration #479

merged 21 commits into from
May 20, 2024

Commits on May 5, 2024

  1. Updated spring boot to version 3.0

    - Changed spring boot from 2.7 to 3.0
    - Removed javax.el-api dependency (https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migration-Guide#jakarta-ee)
    - Updaed thymeleaf to use spring6 and springsecurity6
    07joshua03 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    de518ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c2d1b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a346e24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaf0882 View commit details
    Browse the repository at this point in the history
  5. Remove Java8TimeDialect

    TODO: Check whether this breaks anything
    07joshua03 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    ecaf4fc View commit details
    Browse the repository at this point in the history
  6. Temp fix validation errors becuse of NotNull constraint in Order

    TODO: Figure out how to keep this constraint?
    07joshua03 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    7cebd72 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    2839847 View commit details
    Browse the repository at this point in the history
  2. Fix first tests

    07joshua03 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    eb6135d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    ce1f7e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3a59b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6106a42 View commit details
    Browse the repository at this point in the history
  4. Spring boot 3.1

    07joshua03 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8738178 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    053e2ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0cc60e View commit details
    Browse the repository at this point in the history
  7. Remove unused imports

    07joshua03 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ce59057 View commit details
    Browse the repository at this point in the history
  8. Setup java 17 for codeql

    JoepdeJong committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ba6bd97 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d8db0f9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #480 from WISVCH/patch/spring3-migration-codeql

    Setup java 17 for codeql
    07joshua03 authored May 9, 2024
    Configuration menu
    Copy the full SHA
    5a22119 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aef6829 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Merge pull request #481 from WISVCH/fix/deprecated-thymeleaf-syntax

    Replace deprecated thymeleaf syntax
    07joshua03 authored May 14, 2024
    Configuration menu
    Copy the full SHA
    7bc2dc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f809f9 View commit details
    Browse the repository at this point in the history