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
0440a9a7
Commit
0440a9a7
authored
Jul 23, 2020
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Groovy 2.5.13
Closes gh-22505
parent
ee37ddd6
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 @
0440a9a7
...
@@ -16,10 +16,6 @@ bomr:
...
@@ -16,10 +16,6 @@ bomr:
versions
:
versions
:
# Switches to Jarkarta EE API dependencies resulting in duplicate classes
# Switches to Jarkarta EE API dependencies resulting in duplicate classes
-
'
[2.3.2,2.4)'
-
'
[2.3.2,2.4)'
-
project
:
groovy
versions
:
# Regression with @Log
-
'
[2.5.13,2.5.14)'
-
project
:
saaj-impl
-
project
:
saaj-impl
versions
:
versions
:
# Switches to Jarkarta EE API dependencies resulting in duplicate classes
# Switches to Jarkarta EE API dependencies resulting in duplicate classes
...
...
spring-boot-project/spring-boot-cli/samples/ui.groovy
View file @
0440a9a7
...
@@ -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 @
0440a9a7
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
<elasticsearch.version>
6.4.3
</elasticsearch.version>
<elasticsearch.version>
6.4.3
</elasticsearch.version>
<glassfish-el.version>
3.0.0
</glassfish-el.version>
<glassfish-el.version>
3.0.0
</glassfish-el.version>
<glassfish-jaxb.version>
2.3.1
</glassfish-jaxb.version>
<glassfish-jaxb.version>
2.3.1
</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>
1.3
</hamcrest.version>
<hamcrest.version>
1.3
</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