Phillip Webb
2fb08ca48f
Merge branch '2.3.x'
4 years ago
Phillip Webb
15a0cbc96b
Update copyright year of changed files
4 years ago
Phillip Webb
aa2580bb51
Merge branch '2.3.x'
4 years ago
Phillip Webb
ba2ab3363b
Merge branch '2.2.x' into 2.3.x
4 years ago
Phillip Webb
60b5de192c
Merge branch '2.2.x' into 2.3.x
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
Scott Frederick
341615d7d0
Merge branch '2.3.x'
...
Closes gh-23000
4 years ago
Scott Frederick
3f80638a36
Fail on layertools extract with launch script
...
This commit adds a check to the `layertools extract` command to
ensure that the jar file being processed is readable and has a
valid directory.
Fixes gh-22993
4 years ago
Phillip Webb
b60820564e
Merge branch '2.3.x'
...
Closes gh-22999
4 years ago
Phillip Webb
2b1b096fac
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22998
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
Stephane Nicoll
0b28236e55
Rename neo4j.version to neo4j-java-driver.version
...
Closes gh-22952
4 years ago
Phillip Webb
9460d74e8a
Rename CompositeMeterRegistryAutoConfiguration
...
Rename `CompositeMeterRegistryAutoConfiguration` to
`MeterRegistryAutoConfiguration` since it can also create non-composite
registries.
Closes gh-22988
4 years ago
Phillip Webb
12bae2ad52
Merge branch '2.3.x'
...
Closes gh-22990
4 years ago
Phillip Webb
ff36f8bab8
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22989
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
Scott Frederick
b7fdf8fe87
Preserve user-provided values in MongoClientSettings
...
Prior to this commit, values from MongoProperties would always
overwrite matching fields in MongoClientSettings. This commit
preserves all values in MongoClientSettings if the client app
provides the MongoClientSettings bean, and only overwrites from
MongoProperties if no MongoClientSettings bean is provided.
Fixes gh-22321
4 years ago
Phillip Webb
9c6f0d8f7e
Merge branch '2.3.x'
...
Closes gh-22984
4 years ago
Phillip Webb
b8a8b85a58
Merge pull request #22750 from Lopfest
...
* pr/22750:
Polish "Fix include exception handling in DefaultErrorAttributes"
Fix include exception handling in DefaultErrorAttributes
Closes gh-22750
4 years ago
Scott Frederick
c2ec46c5b1
Polish "Fix include exception handling in DefaultErrorAttributes"
...
See gh-22750
4 years ago
Lopfest
c49605cd7b
Fix include exception handling in DefaultErrorAttributes
...
This commit fixes a problem with the handling of the includeException
field in DefaultErrorAttributes.
See gh-22750
4 years ago
Stephane Nicoll
f8265e3e44
Merge branch '2.3.x'
...
Closes gh-22980
4 years ago
Stephane Nicoll
d452bbbea8
Merge pull request #22918 from jnizet
...
* pr/22918:
Fix custom image name example and documentation
Closes gh-22918
4 years ago
Jean-Baptiste Nizet
27528fdd07
Fix custom image name example and documentation
...
There is no `artifactId` property in a gradle Project, and the default
value uses the project name.
See gh-22918
4 years ago
Stephane Nicoll
b1e631e8a6
Remove trailing whitespaces
4 years ago
Stephane Nicoll
5985c58d3d
Merge pull request #22973 from anshlykov
...
* pr/22973:
Polish "Consider RecordFilterStrategy in Kafka auto-configuration"
Consider RecordFilterStrategy in Kafka auto-configuration
Closes gh-22973
4 years ago
Stephane Nicoll
8c0318edc7
Polish "Consider RecordFilterStrategy in Kafka auto-configuration"
...
See gh-22973
4 years ago
anshlykov
f68dfde35e
Consider RecordFilterStrategy in Kafka auto-configuration
...
See gh-22973
4 years ago
Stephane Nicoll
943a6d2a2b
Merge pull request #22945 from dreis2211
...
* pr/22945:
Fix typos in docs
Closes gh-22945
4 years ago
dreis2211
61838eede1
Fix typos in docs
...
See gh-22945
4 years ago
Stephane Nicoll
80e9bfb9a6
Merge branch '2.3.x'
4 years ago
Stephane Nicoll
6b679b7d64
Polish
...
See gh-22945
4 years ago
Phillip Webb
4df618a2b1
Merge branch '2.3.x'
...
Closes gh-22967
4 years ago
Phillip Webb
f75e988450
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22966
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
7a85373fea
Merge branch '2.3.x'
...
Closes gh-22965
4 years ago
Phillip Webb
1675b47637
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22964
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
5591a6ab77
Merge branch '2.3.x'
...
Closes gh-22961
4 years ago
Phillip Webb
03d4b89c06
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22960
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
Madhura Bhave
bbbbe8e4d2
Make security auto-configs back off when SecurityFilterChain present
...
Closes gh-22739
4 years ago
Andy Wilkinson
c9b8a05321
Merge branch '2.3.x'
4 years ago
Andy Wilkinson
3e35fd480f
Wait longer for server port and improve diagnostics on timeout
...
See gh-22909
4 years ago
Phillip Webb
310ef6e999
Rename volumemount -> configtree
...
Closes gh-22941
4 years ago