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

Update spring-boot version to 3.1.2 #22933

Merged
merged 32 commits into from
Aug 19, 2023
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
793fc84
Switch to specific bom branch
DanielFran Jul 22, 2023
fecad2a
Merge remote-tracking branch 'origin/main' into skip_ci-spring-boot_3…
DanielFran Jul 23, 2023
536086e
Use MvcRequestMatcher in SecurityFilterChain
DanielFran Jul 23, 2023
b956ab0
Merge remote-tracking branch 'origin/skip_ci-spring-boot_3.1.2' into …
DanielFran Jul 23, 2023
3c05237
Merge branch 'main' into skip_ci-spring-boot_3.1.2
DanielFran Jul 23, 2023
0937577
Merge branch 'main' into skip_ci-spring-boot_3.1.2
DanielFran Aug 9, 2023
ce53d8c
Update spring-boot version to 3.1.2
DanielFran Aug 9, 2023
6cda910
Update hibernate version to 6.2.6.Final
DanielFran Aug 9, 2023
87f411e
Remove scope from MvcRequestMatcher.Builder
DanielFran Aug 9, 2023
a8d6dba
Merge remote-tracking branch 'upstream/main' into skip_ci-spring-boot…
mshima Aug 16, 2023
29e8a03
fixes to requestMatchers
mshima Aug 16, 2023
e367376
fix duplicated jdlSamples
mshima Aug 16, 2023
665f4bd
fix SecurityMetersService
mshima Aug 16, 2023
7694a7f
revert r2dbc-mariadb to 1.1.3
mshima Aug 16, 2023
637ec0c
fix swagger base
mshima Aug 17, 2023
9389bba
fix force r2dbc-mariadb version
mshima Aug 17, 2023
7076517
Revert "fix force r2dbc-mariadb version"
mshima Aug 17, 2023
0372aad
Revert "revert r2dbc-mariadb to 1.1.3"
mshima Aug 17, 2023
b123a42
remove netty-resolver-dns-native-macos
mshima Aug 17, 2023
68d5c8a
adjust mariadb r2dbc blockhound
mshima Aug 17, 2023
160046d
test replace mariadb with mysql at reactive
mshima Aug 17, 2023
eabab76
use any matcher
mshima Aug 18, 2023
32dbad7
Update SecurityConfiguration_imperative.java.ejs
mshima Aug 18, 2023
6448c1e
Revert "remove netty-resolver-dns-native-macos"
mshima Aug 17, 2023
1f5ee22
request matchers adjusts.
mshima Aug 18, 2023
3df8c9a
adjust to antMatcher
mshima Aug 18, 2023
05555c5
swagger-ui fix
mshima Aug 19, 2023
a895bd8
springdoc pattern fix
mshima Aug 19, 2023
fe18b29
url matcher adjusts
mshima Aug 19, 2023
a79ca0a
Apply suggestions from code review
mshima Aug 19, 2023
6d8b918
Apply suggestions from code review
mshima Aug 19, 2023
11cbd30
Apply suggestions from code review
mshima Aug 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Switch to specific bom branch
  • Loading branch information
DanielFran authored Jul 22, 2023
commit 793fc84199052e098c34b612ea91908286526e5a
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ inputs:
jhipster-bom-branch:
description: 'JHipster BOM branch'
required: false
default: auto
default: skip_ci-spring-boot_3.1.2
mshima marked this conversation as resolved.
Show resolved Hide resolved
jhipster-bom-directory:
description: 'JHipster BOM path'
required: false
Expand Down