Commit Graph

26375 Commits (2807e64e73d3c64f10fac843fdb25aa017c029d1)
 

Author SHA1 Message Date
Brian Clozel b337f67f93 Add ReactorNettyHttpClientMapper
This new customizer-like interface make it possible to configure the
Reactor Netty `HttpClient` that is going to be used by the
`WebClient.Builder` provided by Spring Boot.

Closes gh-21135
5 years ago
Brian Clozel 8f84147f37 Fix deprecations after Reactor Netty upgrade 5 years ago
Phillip Webb 77b9dd900c Merge branch '2.2.x'
See gh-21127
5 years ago
Phillip Webb 7d53f7d27f Attempt to prevent JarFiles from being left open
Update `JarFile` to also call `super.close()` early for nested jars.

See gh-21126
5 years ago
Phillip Webb 4f47b7b46a Merge branch '2.2.x'
See gh-21127
5 years ago
Phillip Webb 7c6e912463 Attempt to prevent JarFiles from being left open
Update `JarFile` so that `super.close()` is called early so that the
file is not left open. Since we re-implement `JarFile` methods to work
directly on the underlying `RandomAccessDataFile`, it should be safe
to close immediately.

See gh-21126
5 years ago
Stephane Nicoll 42ae4cfdd9 Merge pull request #20806 from mikesmithson
* pr/20806:
  Polish "Add instruction to format code in buildSrc"
  Add instruction to format code in buildSrc

Closes gh-20806
5 years ago
Stephane Nicoll 06ce3e0d4d Polish "Add instruction to format code in buildSrc"
See gh-20806
5 years ago
Mike Smithson 942e3dd132 Add instruction to format code in buildSrc
See gh-20806
5 years ago
Stephane Nicoll 85a3fcfb5e Merge branch '2.2.x'
Closes gh-21119
5 years ago
Stephane Nicoll 5ed27ddaef Merge pull request #21077 from nikmanzotti
* pr/21077:
  Polish "Enhance Database initialization how to guide"
  Enhance Database initialization how to guide

Closes gh-21077
5 years ago
Stephane Nicoll 80410997ec Polish "Enhance Database initialization how to guide"
See gh-21077
5 years ago
nikmanzotti f2b10be01e Enhance Database initialization how to guide
See gh-21077
5 years ago
Stephane Nicoll 961be0fea3 Merge branch '2.2.x'
Closes gh-21118
5 years ago
Stephane Nicoll 092c321700 Merge pull request #21002 from dreis2211
* pr/21002:
  Fix typo

Closes gh-21002
5 years ago
dreis2211 e3a9bacf3b Fix typo
See gh-21002
5 years ago
Stephane Nicoll 83131629ca Merge pull request #21117 from dreis2211
* pr/21117:
  Remove unused method

Closes gh-21117
5 years ago
dreis2211 54f319acd5 Remove unused method
See gh-21117
5 years ago
Stephane Nicoll ff31733063 Merge pull request #21110 from izeye
* pr/21110:
  Polish

Closes gh-21110
5 years ago
Johnny Lim ef567388c1 Polish
See gh-21110
5 years ago
Stephane Nicoll 5077943b18 Merge pull request #21103 from dreis2211
* pr/21103:
  Avoid recompiling pattern in Handler#canonicalize

Closes gh-21103
5 years ago
dreis2211 848127ae49 Avoid recompiling pattern in Handler#canonicalize
See gh-21103
5 years ago
Stephane Nicoll 3f96e2165a Merge pull request #21079 from dreis2211
* pr/21079:
  Fix link to R2DBC Query in docs

Closes gh-21079
5 years ago
dreis2211 c2fb95151b Fix link to R2DBC Query in docs
See gh-21079
5 years ago
Stephane Nicoll 6d17c9f151 Merge pull request #21054 from dreis2211
* pr/21054:
  Fix Actuator API PDF name

Closes gh-21054
5 years ago
dreis2211 667033c149 Fix Actuator API PDF name
See gh-21054
5 years ago
Stephane Nicoll 3907fb9e02 Merge pull request #21009 from dreis2211
* pr/21009:
  Update copyright year of changed file
  Polish

Closes gh-21009
5 years ago
Stephane Nicoll c7baf5fda1 Update copyright year of changed file
See gh-21009
5 years ago
dreis2211 5eb5bf0a2d Polish
See gh-21009
5 years ago
Stephane Nicoll 5b1b7bcb9b Merge pull request #21007 from izeye
* pr/21007:
  Update copyright year of changed files
  Remove this keyword on member method invocations

Closes gh-21007
5 years ago
Stephane Nicoll 85e9f713b0 Update copyright year of changed files
See gh-21007
5 years ago
Johnny Lim 29717423a3 Remove this keyword on member method invocations
See gh-21007
5 years ago
Stephane Nicoll f0d4192df9 Merge pull request #20992 from mikaelparsekyan
* pr/20992:
  Polish ApplicationHome

Closes gh-20992
5 years ago
Mikael c06edbe6f4 Polish ApplicationHome
See gh-20992
5 years ago
Andy Wilkinson 076a384c9c Merge branch '2.2.x'
Closes gh-21112
5 years ago
Andy Wilkinson 29dc236bb2 Broaden deprecation warning check in Gradle Plugin's tests
Closes gh-21111
5 years ago
Andy Wilkinson d5b944140a Attempt to stabilise CouchbaseAutoConfigurationIntegrationTests
Starting the CouchbaseContainer fails intermittently when creation
of the primary index for the bucket fails with a read timeout. The
test doesn't require a primary index for the bucket so this commit
disables it creation in the hope that it will help to stabilise the
test.
5 years ago
Andy Wilkinson dc75ca3942 Avoid capturing TCCL when creating DefaultResourceLoaders
Previously, DefaultResourceLoader instances were created using the
default constructor. This causes the resource loader to capture the
TCCL that was in place at that time. This can lead to a class loader
leak if the resource loader is referenced directly or indirectly from
a static field of a class loaded by a different class loader.

This commit updates the creation of DefaultResourceLoader instances
in main code so that the resource load will use the class loader of
the creating class. In almost all cases this will be the same class
loader as was the thread context class loader that was being captured
so the change in behavior is minimal. Crucially, it will still address
the situation where the TCCL was different.

Note the DevTools' ApplicationContextResourceLoader has been updated
to explicitly use the TCCL. This ensures that it uses the restart
class loader which is required for DevTools to function correctly.

Fixes gh-20900
5 years ago
Andy Wilkinson d53be18582 Deprecate support for Bitronix
Closes gh-20823
5 years ago
Phillip Webb 6ccba24494 Merge branch '2.2.x'
Close gh-20507 in 2.3.0.RC1
5 years ago
Phillip Webb 581ce09f88 Merge branch '2.1.x' into 2.2.x
Closes gh-21106
5 years ago
Phillip Webb 416cfc2c86 Improve @Value documentation
Improve "@ConfigurationProperties vs. @Value" documentation with the
recommendation that kebab-case is used with the `@Value` annotation.

Closes gh-20507
5 years ago
Phillip Webb 96baf2713c Merge branch '2.2.x' 5 years ago
Phillip Webb db28c0c65c Backport "Attempt to fix CI" 5 years ago
Phillip Webb 4de69c380d Attempt to fix CI 5 years ago
Phillip Webb c2a21f00ee Merge pull request #21104 from dreis2211
* pr/21104:
  Fix PropertiesMigrationListenerTests

Closes gh-21104
5 years ago
dreis2211 1be8312886 Fix PropertiesMigrationListenerTests
See gh-21104
5 years ago
Phillip Webb 49345025ac Merge branch '2.2.x'
Closes gh-21105
5 years ago
Phillip Webb 93f7e2b6ba Limit when PortInUseException is thrown
Refactor `PortInUseException` logic to a single place and refine when
the exception is thrown.

Prior to this commit, we assumed that a `BindException` was only thrown
when the port was in use. In fact, it's possible that the exception
could be thrown because the requested address "could not be assigned".

We now only throw a `PortInUserException` if the `BindException` message
includes the phrase "in use".

Fixes gh-21101
5 years ago
Phillip Webb b73d5038d5 Merge branch '2.2.x' 5 years ago