Stephane Nicoll
c2b69d560a
Merge pull request #23028 from bedla
...
* pr/23028:
Polish "Add example of custom Actuator operations"
Add example of custom Actuator operations
Closes gh-23028
4 years ago
Stephane Nicoll
f1455b156a
Polish "Add example of custom Actuator operations"
...
See gh-23028
4 years ago
Ivo Smid
e8de069e00
Add example of custom Actuator operations
...
See gh-23028
4 years ago
Andy Wilkinson
947ba7081a
Merge branch '2.1.x' into 2.2.x
...
Closes gh-23056
4 years ago
Andy Wilkinson
7a14477ac6
Upgrade to Gradle Enterprise Maven Extension 1.6.2
...
Closes gh-23055
4 years ago
Phillip Webb
17e2d72bcb
Fix Windows path issue in JarFileWrapperTests
...
See gh-22991
4 years ago
Phillip Webb
3fe2005e06
Use @AfterEach to close the source jar file
...
Update `JarFileWrapperTests` so that the jar files are closed after each
test.
See gh-22991
4 years ago
Stephane Nicoll
47e5db9e43
Merge pull request #23002 from dreis2211
...
* pr/23002:
Mention correct JUnit 5 annotations in Kotlin testing section
Closes gh-23002
4 years ago
dreis2211
06eb7e9777
Mention correct JUnit 5 annotations in Kotlin testing section
...
See gh-23002
4 years ago
Phillip Webb
2a137a2d8a
Remove Mockito from JarFileWrapperTests
...
Remove Mockto from JarFileWrapperTests since it seems to be failing on
later versions of Java.
See gh-22991
4 years ago
Phillip Webb
4e76138ebc
Update copyright year of changed files
4 years ago
Phillip Webb
5997cbd21f
Refine AbstractJarFile method visibility
...
Refine method visibility in an attempt to fix test issues on Java 11+.
See gh-22991
4 years ago
Phillip Webb
aac367e9c5
Attempt to fix memory leak in JarFile class
...
Create a new `JarFileWrapper` class so that we can wrap and existing
`JarFile` and offer a version that can be safely closed.
Prior to this commit, we provided wrapper functionality in the `JarFile`
class itself. Unfortunately, because we override `close` and also create
a lot of wrappers this caused memory issues when running on Java 11.
With Java 11 `java.util.zip.ZipFile` class uses `FinalizableResource`
for any implementation that overrides `close()`. This means that any
wrapper classes will not be garbage collected until the JVM finalizer
thread runs.
Closes gh-22991
4 years ago
Phillip Webb
460fb3ccb8
Merge pull request #21134 from bendiscz
...
* pr/21134:
Polish 'Order metrics auto-configurations correctly'
Order metrics auto-configurations correctly
Closes gh-21134
4 years ago
Phillip Webb
10da595302
Polish 'Order metrics auto-configurations correctly'
...
See gh-21134
4 years ago
Martin Benda
02b7ec787e
Order metrics auto-configurations correctly
...
Update metrics auto-configurations so that they are auto-configured
after `CompositeMeterRegistryAutoConfiguration` in order to ensure
the `MeterRegistry` bean has been defined.
Prior to this commit, metrics auto-configurations that depended on a
`MeterRegistry` has `@AutoConfigureAfter(MetricsAutoConfiguration.class)`
which is not sufficient since `MetricsAutoConfiguration` does not export
a `MeterRegistry`.
See gh-21134
4 years ago
Phillip Webb
3271542d98
Add @Interited to @TypeExcludeFilters
...
Update `@TypeExcludeFilters` so that it is also annotated with
`@Inherited`.
Closes gh-22939
4 years ago
Phillip Webb
89a6f83344
Fix and improve SpringApplicationBuilder javadoc
...
Update SpringApplicationBuilder.properties method javadoc to fix
inaccuracies and apply more consistency.
Closes gh-22962
4 years ago
Phillip Webb
3e939cbabd
Polish method order
4 years ago
Phillip Webb
2fe446335a
Merge pull request #22948 from maciejwalkowiak
...
* pr/22948:
Fix typo `Assert4J` -> `AssertJ`
Closes gh-22948
4 years ago
Maciej Walkowiak
15de956566
Fix typo `Assert4J` -> `AssertJ`
...
See gh-22948
4 years ago
Stephane Nicoll
70f1216359
Merge pull request #22919 from smlc
...
* pr/22919:
Polish "Fix conditions that lead to auto-configure PushGateway"
Fix conditions that lead to auto-configure PushGateway
Closes gh-22919
4 years ago
Stephane Nicoll
f61a632a37
Polish "Fix conditions that lead to auto-configure PushGateway"
...
See gh-22919
4 years ago
smlc
c355b95f6c
Fix conditions that lead to auto-configure PushGateway
...
See gh-22919
4 years ago
Andy Wilkinson
4f65f2e9f1
Merge pull request #22765 from izeye
...
* gh-22765:
Mention configuration customizers for WebTestClient and RestAssured
Closes gh-22765
4 years ago
Johnny Lim
68e2dd626d
Mention configuration customizers for WebTestClient and RestAssured
...
See gh-22765
4 years ago
Stephane Nicoll
5c14e853cf
Merge pull request #22898 from johncfranco
...
* pr/22898:
Polish "Harmonize Discover the HTTP Port at Runtime How-To"
Harmonize Discover the HTTP Port at Runtime How-To
Closes gh-22898
4 years ago
Stephane Nicoll
ee2363fca7
Polish "Harmonize Discover the HTTP Port at Runtime How-To"
...
See gh-22898
4 years ago
John Franco
303768b2b5
Harmonize Discover the HTTP Port at Runtime How-To
...
See gh-22898
4 years ago
Madhura Bhave
cdbb7f441a
Do not ignore null/empty values from SPRING_APPLICATION_JSON
...
Fixes gh-21542
4 years ago
Stephane Nicoll
ccffd50285
Document the limitation of default value detection
...
Closes gh-22685
4 years ago
Stephane Nicoll
64a5aa9340
Polish
4 years ago
Andy Wilkinson
b2c0c958c9
Upgrade to Dependency Management Plugin 1.0.10.RELEASE
...
Closes gh-22615
4 years ago
Stephane Nicoll
afe99ad64c
Merge pull request #21615 from Larisho
...
* pr/21615:
Polish "Migrate legacy endpoint that have a dash in their id"
Migrate legacy endpoint that have a dash in their id
Closes gh-21615
4 years ago
Stephane Nicoll
dd9c9fd171
Polish "Migrate legacy endpoint that have a dash in their id"
...
See gh-21615
4 years ago
Gabriele Bianchet-David
0f9f10f97e
Migrate legacy endpoint that have a dash in their id
...
See gh-21615
4 years ago
Stephane Nicoll
8962d6ca21
Polish
4 years ago
Stephane Nicoll
8836dc96ac
Merge pull request #22777 from davidbilge
...
* pr/22777:
Polish "Propagate the cause that led Reactor"s debug agent to fail"
Propagate the cause that led Reactor"s debug agent to fail
Closes gh-22777
4 years ago
Stephane Nicoll
333af3d4e7
Polish "Propagate the cause that led Reactor"s debug agent to fail"
...
See gh-22777
4 years ago
davidbilge
12c419054a
Propagate the cause that led Reactor"s debug agent to fail
...
Prior to this commit, DebugAgentEnvironmentPostProcessor throws a
RuntimeException with a generic error message if its initialization
fails. The causing exception is discarded, which makes error analysis
unnecessarily difficult.
This commit attaches the cause to the newly thrown RuntimeException.
See gh-22777
4 years ago
Madhura Bhave
f39f33bb8d
Fix documentation related to the health endpoint's inner details
...
Closes gh-22490
4 years ago
Phillip Webb
fdd6a89a61
Polish
4 years ago
Andy Wilkinson
07699ea6ff
Retry when dependency resolution fails in ModifiedClassPathClassLoader
...
Closes gh-22763
4 years ago
Andy Wilkinson
63f7c75b61
Polish
4 years ago
Andy Wilkinson
b53f54f2cf
Add tip about using AopTestUtils.getTargetProxy with proxied spy beans
...
Closes gh-22281
4 years ago
Stephane Nicoll
6232ece61d
Upgrade Java 8 version in CI image
...
Closes gh-22752
4 years ago
Stephane Nicoll
63718d4e72
Merge branch '2.1.x' into 2.2.x
4 years ago
Stephane Nicoll
64264b5240
Upgrade Java 8 version in CI image
...
Closes gh-22755
4 years ago
Andy Wilkinson
bfe250e5d3
Clarify docs on schema and data SQL scripts with Flyway and Liquibase
...
Closes gh-20920
4 years ago
Andy Wilkinson
71ffb44a3c
Remove WebClient's in-memory buffer size limit for endpoint tests
...
Previously, the endpoints' responses could occasionally exceed
WebClient's in-memory buffer limt, for example if the threads endpoint
was reporting a large number of threads or the threads had large
stacks.
This commit disables WebClient's in-memory buffer size limit so that
the tests passing is not dependent on the size of the endpoints'
responses.
Closes gh-22743
4 years ago