lucas persson
275f15b8d3
Use hazelcast's Config.loadFromStream()
...
To allow the private function Config.applyEnvAndSystemVariableOverrides()
to override with environment variables
See gh-33687
2 years ago
Moritz Halbritter
48db5ff35c
Merge branch '3.0.x'
...
Closes gh-34018
2 years ago
Moritz Halbritter
0a080736d8
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34017
2 years ago
Johnny Lim
5eeb429e44
Polish
...
See gh-33966
2 years ago
Moritz Halbritter
23f1c896c9
Merge branch '3.0.x'
...
Closes gh-34015
2 years ago
Johnny Lim
bc7fc90550
Replace Base64Utils with JDK's Base64
...
See gh-33967
2 years ago
Marcin Grzejszczak
06aec1a9bf
Adds CompositeSpanExporter
...
Micrometer Tracing comes with 3 generic interfaces, SpanExportingPredicate,
SpanReporter and SpanFilter, thanks to which you can decide whether you
want to export a span, how you want to report it and how to mutate it
regardless of which tracer library you are using.
Without this change usage of these 3 interfaces is not possible
for OpenTelemetry.
With this change we're putting all SpanExporters to the
CompositeSpanExporter and apply the exporters only after predicates,
filtering and reporting took place.
See gh-34002
2 years ago
Eddú Meléndez
92dd004375
Add property `headers` in `OtlpProperties`
...
In Micrometer 1.11, headers property has been introduced.
See gh-34004
2 years ago
Phillip Webb
390892f11b
Merge branch '3.0.x'
...
Closes gh-33998
2 years ago
Krzysztof Krason
94996664bc
Drop unnecessary Collections.unmodifiableSet
...
See gh-33987
2 years ago
Krzysztof Krason
f4af93fb03
Use for loop rather than iterator
...
See gh-33987
2 years ago
Krzysztof Krason
55a50d565c
Use Comparator.comparing
...
See gh-33987
2 years ago
Krzysztof Krason
d3efd7e091
Use try with close
...
See gh-33987
2 years ago
Krzysztof Krason
0e68cae57f
Use instanceof patterns
...
See gh-33987
2 years ago
Krzysztof Krason
a9c547e767
Use text blocks
...
See gh-33987
2 years ago
Krzysztof Krason
6e46423983
Use diamond operators
...
See gh-33987
2 years ago
Phillip Webb
5120242996
Merge branch '2.7.x' into 3.0.x
2 years ago
Krzysztof Krason
a8958471f6
Switch anonymous inner classes to lambdas
...
See gh-33987
2 years ago
Krzysztof Krason
888d4ac392
Use '==' rather than '.equals' with enum value
...
See gh-33987
2 years ago
Phillip Webb
95963b7dee
Merge branch '3.0.x'
...
Closes gh-33996
2 years ago
Phillip Webb
058914f1cf
Merge branch '2.7.x' into 3.0.x
...
Closes gh-33995
2 years ago
Phillip Webb
c7a8151313
Restore "Use Jedis Instead of Lettuce" how-to documentation
...
Closes gh-33994
2 years ago
Moritz Halbritter
2601020337
Merge branch '3.0.x'
...
Closes gh-33964
2 years ago
Moritz Halbritter
dfda153da5
Merge branch '2.7.x' into 3.0.x
...
Closes gh-33963
2 years ago
Moritz Halbritter
9975ec8be3
Report deprecated Map properties
...
Closes gh-27854
2 years ago
Moritz Halbritter
4b370250e0
Merge pull request #33911 from mhalbritter
...
* mh/19605:
Use bean name for servlet and filter registrations if name is not set
Closes gh-33911
2 years ago
Moritz Halbritter
a4e7a8bae0
Use bean name for servlet and filter registrations if name is not set
...
If the name is set, it is used. If not, the bean name is used. If that's
not set, the convention based name is taken.
Registration failures now throw an IllegalStateException instead of
being logged. DynamicRegistrationBean.setIgnoreRegistrationFailure
can be used to restore the old behavior.
See gh-33911
2 years ago
Scott Frederick
7c313a7b4a
Remove dependency management for Apache HttpClient 4
...
Closes gh-33535
2 years ago
Scott Frederick
0b6dade142
Migrate CLI to Apache HttpClient 5
...
Closes gh-33534
2 years ago
Scott Frederick
1588f9d881
Migrate buildpack-platform to Apache HttpClient 5
...
Closes gh-33533
2 years ago
Stefano Cordio
ec1f1f949e
Upgrade to AssertJ 3.24.2
...
This commit also switches to use the AssertJ bom.
See gh-33711
2 years ago
Andy Wilkinson
d7e5b61393
Upgrade to Artemis 2.27.1
...
Closes gh-33955
2 years ago
Andy Wilkinson
ceb9721db8
Upgrade to Angus Mail 1.1.0
...
Closes gh-33956
2 years ago
Andy Wilkinson
f0ef47eb2d
Merge branch '3.0.x'
...
Closes gh-33948
2 years ago
Andy Wilkinson
1eb6de0b6d
Correct artifact ID of some Angus Mail modules
...
Closes gh-33947
2 years ago
Andy Wilkinson
fee0daf127
Set bomr upgrade policy to same major version
2 years ago
Andy Wilkinson
63abaa4cd2
Start working on 3.1.0
2 years ago
Andy Wilkinson
ff630c4647
Correct link to Actuator's HTTP Exchange Recording support
...
Closes gh-33933
2 years ago
Phillip Webb
a995741ed4
Merge branch '2.7.x'
...
Closes gh-33933
2 years ago
Phillip Webb
b7ae9fbfdf
Restore actuator section in documentation overview
...
Closes gh-33932
2 years ago
Moritz Halbritter
f72f3579d0
Merge branch '2.7.x'
...
Closes gh-33919
2 years ago
Johnny Lim
ebde850031
Add Javadoc since to OperationParameter.getAnnotation()
...
See gh-33914
2 years ago
Phillip Webb
e05b7e49c6
Polish 'Order SessionRepositoryCustomizer before other customizers'
...
See gh-33514
2 years ago
Michael Weidmann
19ce32dc34
Order SessionRepositoryCustomizer before other customizers
...
Update `JdbcSessionConfiguration` so the `SessionRepositoryCustomizer`
used to map properties is always applied before other customizers.
See gh-33514
2 years ago
Phillip Webb
0a50b83c75
Add DataSourceBuilderRuntimeHints
...
Add hints for DataSourceBuilderRuntime.
Closes gh-33692
2 years ago
Andy Wilkinson
1d4480f900
Upgrade to RxJava3 3.1.6
...
Closes gh-33908
2 years ago
Andy Wilkinson
7dc19a009e
Upgrade to Netty 4.1.87.Final
...
Closes gh-33907
2 years ago
Andy Wilkinson
1944374c6d
Upgrade to MySQL 8.0.32
...
Closes gh-33906
2 years ago
Andy Wilkinson
4211b8e716
Upgrade to MSSQL JDBC 11.2.3.jre17
...
Closes gh-33905
2 years ago
Andy Wilkinson
34d630fc68
Upgrade to MongoDB 4.8.2
...
Closes gh-33904
2 years ago