Stephane Nicoll
38051d98fd
Merge pull request #13175 from kesslerj
...
* pr/13175:
Polish "Respect lombok.AccessLevel attributes"
Respect lombok.AccessLevel attributes
7 years ago
Stephane Nicoll
563d7d70a2
Polish "Respect lombok.AccessLevel attributes"
...
Closes gh-13175
7 years ago
Andy Wilkinson
69aa4913e3
Align tests for OAuth properties adapter with changes in Spring Security
...
Closes gh-13185
7 years ago
Andy Wilkinson
d8f9aad8d4
Upgrade to Spring Security 5.1.0.M1
...
Closes gh-13185
7 years ago
Jonas Keßler
3699132cf0
Respect lombok.AccessLevel attributes
...
See gh-13175
7 years ago
Stephane Nicoll
9ea4fce03e
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
ba2e9cccf7
Merge pull request #13174 from izeye:render-error-view
...
* pr/13174:
Polish DefaultErrorWebExceptionHandler.renderErrorView()
7 years ago
Johnny Lim
652bbf4ab2
Polish DefaultErrorWebExceptionHandler.renderErrorView()
...
Closes gh-13174
7 years ago
Andy Wilkinson
1f551e9e9c
Merge branch 'lovelace-upgrade'
7 years ago
Andy Wilkinson
38b491018c
Upgrade to Solr 7.2.1
...
Closes gh-13182
7 years ago
Andy Wilkinson
b5185fbe10
Upgrade to Lettuce 5.1.0.M1
...
Closes gh-13181
7 years ago
Andy Wilkinson
148997fd43
Upgrade to Elasticsearch 6.2.4
...
Closes gh-13178
7 years ago
Andy Wilkinson
795ff45a65
Upgrade to Cassandra Java Driver 3.5.0
...
Closes gh-13177
7 years ago
Andy Wilkinson
150a19523c
Start building against Spring Data Lovelace M3 snapshots
...
See gh-13169
7 years ago
Andy Wilkinson
33fadda4d9
Upgrade to Mongo Driver Reactive Streams 1.9.0-beta1
...
Closes gh-13180
7 years ago
Andy Wilkinson
3dfacaa1e3
Upgrade to MongoDB 3.8.0-beta2
...
Closes gh-13179
7 years ago
Stephane Nicoll
e5ac3bc391
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
be2234a8f0
Merge pull request #13171 from izeye:set-key-value
...
* pr/13171:
Remove @Deprecated on CouchbaseProperties.Endpoints.setKeyValue()
7 years ago
Johnny Lim
b9aa934d78
Remove @Deprecated on CouchbaseProperties.Endpoints.setKeyValue()
...
Closes gh-13171
7 years ago
Stephane Nicoll
d84cb44b1e
Merge pull request #11061 from axtavt:gh-7659
...
* pr/11061:
Polish "Allow repackage maven goal to take a source classifier"
Allow repackage maven goal to take a source classifier
7 years ago
Stephane Nicoll
ed02d02d19
Polish "Allow repackage maven goal to take a source classifier"
...
Closes gh-11061
7 years ago
Björn
3c8e012411
Allow repackage maven goal to take a source classifier
...
Previously, the "classifier" attribute was only used to determine the
target classifier of the repackaged archive, always using the main
artifact as the source.
This commit changes the semantic of the attribute so that an existing
archive matching the "classifier" attribute can be used as source,
replacing the archive the same way the goal replaces the main archive
if no classifier is found.
If no artifact with the specified classifier exists, the repackaged
archive is still processed based on the main archive and attached to
the lifecycle using the value of the classifier attribute.
See gh-11061
7 years ago
Andy Wilkinson
08a12e7964
Merge branch '2.0.x'
7 years ago
Andy Wilkinson
be0b8eb871
Merge branch '1.5.x' into 2.0.x
7 years ago
Andy Wilkinson
0c55c54cb7
Document how to use Jersey with Spring Security's method security
...
Closes gh-12995
7 years ago
Andy Wilkinson
72b45584eb
Merge branch '2.0.x'
7 years ago
Andy Wilkinson
8b028e30d3
Merge branch '1.5.x' into 2.0.x
7 years ago
Andy Wilkinson
e52b721d23
Update the link that's used for Jetty's javadoc
...
Closes gh-13167
7 years ago
Andy Wilkinson
46855ab8eb
Merge branch '2.0.x'
7 years ago
Andy Wilkinson
73e525a280
Merge branch '1.5.x' into 2.0.x
7 years ago
Andy Wilkinson
339fd74810
Call ServletContextListener.contextDestroyed() when Undertow is stopped
...
Previously, when the embedded Undertow container was stopped, the
servlet deployment was stopped but it was not undeployed. This meant
that contextDestroyed() callback of any registered
ServletContextListeners was not called.
This commit updates UndertowEmbeddedServletContainer to call undeploy
on the deployment manager in addition to the existing call to stop.
Undeploying the servlet deployment calls Undertow to drive the
contextDestroyed callback on any registered ServletContextListeners.
Closes gh-13134
7 years ago
Andy Wilkinson
9bdfc414e5
Merge branch '2.0.x'
7 years ago
Andy Wilkinson
1ffc8a564a
Merge branch '1.5.x' into 2.0.x
7 years ago
Andy Wilkinson
f07daf898b
Merge pull request #12071 from imgx64
...
* gh-12071:
Polish "Suppress debug log output during Logback initialization"
Suppress debug log output during Logback initialization
7 years ago
Andy Wilkinson
1fc2eba98b
Polish "Suppress debug log output during Logback initialization"
...
See gh-12071
7 years ago
imgx64
8f44bb9d42
Suppress debug log output during Logback initialization
...
Closes gh-12071
7 years ago
Andy Wilkinson
16457ad988
Merge branch '2.0.x'
7 years ago
Andy Wilkinson
cddc2b4483
Merge branch '1.5.x' into 2.0.x
7 years ago
Andy Wilkinson
b559cadda9
Provide dependency management for spring-xml
...
Closes gh-13150
7 years ago
Stephane Nicoll
497aebe010
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
eab05e8845
Merge pull request #12541 from andreysaksonov:spring-boot-cli_scoop_install
...
* pr/12541:
Polish "Add CLI manifest for Scoop"
Add CLI manifest for Scoop
7 years ago
Stephane Nicoll
a3a6a2b291
Polish "Add CLI manifest for Scoop"
...
Closes gh-12541
7 years ago
Andrey Saksonov
daccdbb18d
Add CLI manifest for Scoop
...
See gh-12541
7 years ago
Stephane Nicoll
24024b00da
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
f934e00e7e
Merge pull request #12209 from Dav1dde:bugfix-12088
...
* pr/12209:
Polish "Set classloader for JMX endpoints to application classloader"
Set classloader for JMX endpoints to application classloader
7 years ago
Stephane Nicoll
2be1c8f527
Polish "Set classloader for JMX endpoints to application classloader"
...
Closes gh-12209
7 years ago
David Herberth
e44c81672f
Set classloader for JMX endpoints to application classloader
...
See gh-12209
7 years ago
Stephane Nicoll
a8767a0123
Merge pull request #12890 from fpavageau:mockito-junit5
...
* pr/12890:
Manage the Mockito/JUnit 5 dependency
7 years ago
Frank Pavageau
ab7f6654d8
Manage the Mockito/JUnit 5 dependency
...
This requires an updated Mockito dependency as well, since it was
introduced in Mockito 2.17.0 but really works starting with 2.18.0.
Closes gh-12890
7 years ago
Stephane Nicoll
33addf1a12
Merge pull request #13159 from vkiriushkin:master
...
* pr/13159:
Polish "Add liquibase test rollback on update property"
Add liquibase test rollback on update property
7 years ago