Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
4f3b03af
Commit
4f3b03af
authored
Jul 23, 2020
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.1.x' into 2.2.x
Closes gh-22525
parents
458b5690
0440a9a7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
6 deletions
+2
-6
bomr.yaml
.bomr/bomr.yaml
+0
-4
ui.groovy
spring-boot-project/spring-boot-cli/samples/ui.groovy
+1
-1
pom.xml
spring-boot-project/spring-boot-dependencies/pom.xml
+1
-1
No files found.
.bomr/bomr.yaml
View file @
4f3b03af
...
@@ -12,10 +12,6 @@ bomr:
...
@@ -12,10 +12,6 @@ bomr:
versions
:
versions
:
# 10.15 requires Java 9
# 10.15 requires Java 9
-
'
[10.15,)'
-
'
[10.15,)'
-
project
:
groovy
versions
:
# Regression with @Log
-
'
[2.5.13,2.5.14)'
verify
:
verify
:
ignored-dependencies
:
ignored-dependencies
:
# Avoid conflicting transitive requirements for
# Avoid conflicting transitive requirements for
...
...
spring-boot-project/spring-boot-cli/samples/ui.groovy
View file @
4f3b03af
...
@@ -26,7 +26,7 @@ class MvcConfiguration extends WebMvcConfigurerAdapter {
...
@@ -26,7 +26,7 @@ class MvcConfiguration extends WebMvcConfigurerAdapter {
log
.
info
"Creating interceptor"
log
.
info
"Creating interceptor"
[
[
postHandle:
{
request
,
response
,
handler
,
mav
->
postHandle:
{
request
,
response
,
handler
,
mav
->
log
.
info
"Intercepted: model="
+
mav
.
model
MvcConfiguration
.
log
.
info
"Intercepted: model="
+
mav
.
model
}
}
]
as
HandlerInterceptorAdapter
]
as
HandlerInterceptorAdapter
}
}
...
...
spring-boot-project/spring-boot-dependencies/pom.xml
View file @
4f3b03af
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
<elasticsearch.version>
6.8.10
</elasticsearch.version>
<elasticsearch.version>
6.8.10
</elasticsearch.version>
<glassfish-el.version>
3.0.3
</glassfish-el.version>
<glassfish-el.version>
3.0.3
</glassfish-el.version>
<glassfish-jaxb.version>
2.3.3
</glassfish-jaxb.version>
<glassfish-jaxb.version>
2.3.3
</glassfish-jaxb.version>
<groovy.version>
2.5.1
2
</groovy.version>
<groovy.version>
2.5.1
3
</groovy.version>
<gson.version>
2.8.6
</gson.version>
<gson.version>
2.8.6
</gson.version>
<h2.version>
1.4.200
</h2.version>
<h2.version>
1.4.200
</h2.version>
<hamcrest.version>
2.1
</hamcrest.version>
<hamcrest.version>
2.1
</hamcrest.version>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment