Commit 4f3b03af authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.1.x' into 2.2.x

Closes gh-22525
parents 458b5690 0440a9a7
...@@ -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
......
...@@ -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
} }
......
...@@ -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.12</groovy.version> <groovy.version>2.5.13</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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment