dreis2211
52cd9c6cac
Fix compilation error
...
Closes gh-16476
6 years ago
Madhura Bhave
3c203e9b0d
Update devtools to use @Lazy(false)
...
Fixes gh-16184
6 years ago
Madhura Bhave
ce0282406f
Skip lazy init for beans that explicitly set lazy to false
...
This commit also adds tests to ensure that the child
management context works when lazy initialization is
enabled. Also, it adds a BeanFactoryPostProcessor to
the child context so that the server is created and
listening for requests but other beans in the child
context are not created until requested.
See gh-16184
6 years ago
Andy Wilkinson
ff1e5076dc
Merge branch '2.1.x'
...
Closes gh-16473
6 years ago
Andy Wilkinson
c0a91478f1
Only start management server once main server is initialized
...
Closes gh-15378
6 years ago
Phillip Webb
8626a33bbb
Polish "Migrate ApplicationContext to common hierarchy"
...
Users calling the methods will still face problems but at least they
will have some guidance.
Closes gh-16096
6 years ago
Stephane Nicoll
c432288ed1
Migrate ApplicationContext to common hierarchy
...
This commit migrates `AnnotationConfigReactiveWebApplicationContext`
parent to the `GenericApplicationContext` abstraction. Any use of
`AnnotationConfigWebApplicationContext` is also removed as it also
inherits from the `AbstractRefreshableApplicationContext` outdated
hierarchy.
A new `AnnotationConfigServletWebApplicationContext` context is
introduced instead, extending from `GenericApplicationContext` and
providing the counter part of the reactive context for the Servlet-based
web app tests.
See gh-16096
6 years ago
Stephane Nicoll
dbf8245c1d
Polish "Polish embedded tomcat setup"
...
Closes gh-16446
6 years ago
Rudy Adams
06028f83b2
Polish embedded tomcat setup
...
See gh-16446
6 years ago
Madhura Bhave
7587af343d
Merge pull request #16342 Pascal Zwick
...
* pr/16342:
Polish "Simplify the configuration of the ProtocolHandler"
Simplify the configuration of the ProtocolHandler
6 years ago
Madhura Bhave
ad767ca4e1
Polish "Simplify the configuration of the ProtocolHandler"
...
Closes gh-16342
6 years ago
Pascal Zwick
2eaa64f82e
Simplify the configuration of the ProtocolHandler
...
This commit introduces a new callback interface that can
be used to customize the ProtocolHandler on a Tomcat Connector.
See gh-16342
6 years ago
Stephane Nicoll
0972ef3422
Merge branch '2.1.x'
...
Closes gh-16451
6 years ago
Stephane Nicoll
fbb5ffe0a4
Avoid infinite cycle resolving generic type that refers itself
...
This commit improves type resolution for a unresolved generic type that
uses itself in its upper bound declaration.
Closes gh-16451
6 years ago
Andy Wilkinson
537a97c1e5
Merge branch '2.1.x'
...
Closes gh-16461
6 years ago
Andy Wilkinson
8a04e2cc86
Honor custom change log tables in Liquibase endpoint
...
Closes gh-16442
6 years ago
Stephane Nicoll
bb4e559724
Let Hibernate detect the dialect to use
...
Closes gh-16172
6 years ago
Stephane Nicoll
5f6d8e1ead
Polish
6 years ago
Stephane Nicoll
763c1a99e0
Polish
6 years ago
Phillip Webb
8aec4de399
Merge branch '2.1.x'
6 years ago
Phillip Webb
617f97f788
Fix checkstyle violation
6 years ago
Phillip Webb
ddbfb2530d
Update copyright header of changed files
6 years ago
Phillip Webb
ad7eebee9e
Merge branch '2.1.x'
6 years ago
Phillip Webb
f12ab1ff90
Update copyright header of changed files
6 years ago
Phillip Webb
34fee1adfa
Polish
6 years ago
Andy Wilkinson
c5c53849ce
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
e404ac39bf
Upgrade to Spring Integration 5.1.4
...
See gh-16350
6 years ago
Andy Wilkinson
efd2f685d3
Upgrade to Spring Session Bean-SR4
...
See gh-16357
6 years ago
Andy Wilkinson
c3b5d9c363
Upgrade to Sqlite Jdbc 3.27.2
...
Closes gh-16440
6 years ago
Andy Wilkinson
4cf273770c
Upgrade to Mockito 2.25.1
...
Closes gh-16439
6 years ago
Andy Wilkinson
78a15c2234
Upgrade to Mariadb 2.4.1
...
Closes gh-16438
6 years ago
Andy Wilkinson
3fd0c26402
Upgrade to Junit Jupiter 5.4.1
...
Closes gh-16437
6 years ago
Andy Wilkinson
62462c9ced
Upgrade to Hibernate 5.4.2.Final
...
Closes gh-16436
6 years ago
Andy Wilkinson
fe4d96e60b
Upgrade to Elasticsearch 6.6.2
...
Closes gh-16435
6 years ago
Andy Wilkinson
8b195940a6
Upgrade to Assertj 3.12.2
...
Closes gh-16434
6 years ago
Andy Wilkinson
e7261f3d3f
Upgrade to Artemis 2.7.0
...
Closes gh-16432
6 years ago
Andy Wilkinson
7661287760
Upgrade to Thymeleaf Layout Dialect 2.4.1
...
Closes gh-16431
6 years ago
Andy Wilkinson
674a96e369
Upgrade to Classmate 1.5.0
...
Closes gh-16430
6 years ago
Andy Wilkinson
ca0119950f
Align with new fail-fast behaviour in Micrometer 1.1.4
...
Closes gh-16425
6 years ago
Stephane Nicoll
5f4bd37eb1
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
3c058585bf
Upgrade to Micrometer 1.1.4
...
Close gh-16425
6 years ago
Andy Wilkinson
e3f4d4a165
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
961b0307d6
Upgrade to Netty Tcnative 2.0.24.Final
...
Closes gh-16429
6 years ago
Stephane Nicoll
c5d0ebccff
Merge branch '2.1.x'
6 years ago
Brian Clozel
f221061d81
Avoid bean method proxying in WebMVC and WebFlux config
...
This commit applies changes similar to what's been done in gh-9068, for
MVC and WebFlux configurations. This is now possible thanks to the
changes done in Spring Framework in
https://github.com/spring-projects/spring-framework/pull/22596
Fixes gh-16427
6 years ago
Stephane Nicoll
a90d0a224f
Upgrade to Spring Batch 4.1.2
...
Closes gh-16423
6 years ago
Stephane Nicoll
edb5937571
Merge branch '2.1.x'
6 years ago
Johnny Lim
9fae1e5d0e
Check for Reactor Netty disconnected client errors
...
Closes gh-16046
6 years ago
Andy Wilkinson
5c4537add9
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
52ebf20cbf
Merge branch '2.0.x' into 2.1.x
6 years ago