Stephane Nicoll
9efbe5b2ea
Upgrade to Spring GraphQL 1.2.2
...
Closes gh-36191
3 years ago
Andy Wilkinson
fe123e5b10
Fix handling of additional-hosts with Mongo
...
Closes gh-36441
3 years ago
Scott Frederick
4393a2244c
Use Docker CLI context to determine daemon host address for image building
...
Configuration files managed by the Docker CLI are now used to determine
the host address of the Docker daemon used when building images using
buildpacks when a host address is not configured with environment
variables or build tool plugin configuration.
Closes gh-36445
3 years ago
Andy Wilkinson
283dc37db3
Make AnnotatedControllerConfigurer use applicationTaskExecutor
...
Closes gh-36388
3 years ago
Stephane Nicoll
c6e47b86d7
Move Flyway configuration extension properties to dedicated namespace
...
This commit harmonizes the handling of ConfigurationExtension for
Flyway. The existing Oracle and SQLServer extensions are now mapped from
flway.oracle and flyway.sqlserver, respectively. The existing properties
have been deprecated in favor of the new location.
Closes gh-36444
3 years ago
Stephane Nicoll
8da706603e
Add support for flyway.postgresql.transactional.lock
...
Closes gh-32629
3 years ago
Stephane Nicoll
289d458a60
Start building against Spring Framework 6.1.0-M3 snapshots
...
See gh-36443
3 years ago
Stephane Nicoll
71406977c2
Harmonize configuration of Flyway SQL Server extension
...
Closes gh-36440
3 years ago
Stephane Nicoll
fb640c04e7
Upgrade to Flyway 9.20.1
...
Closes gh-36364
Co-authored-by: Andy Wilkinson <wilkinsona@vmware.com>
3 years ago
Andy Wilkinson
d205d10519
Configure WebFlux's blocking execution to use applicationTaskExecutor
...
Closes gh-36331
3 years ago
Stephane Nicoll
0b4bbe99b3
Upgrade to Spring Security 6.2.0-M1
...
Closes gh-36195
3 years ago
Stephane Nicoll
5af99fe219
Upgrade to Spring Security 6.1.2
...
Closes gh-36298
3 years ago
Stephane Nicoll
1dcfb3cfb1
Upgrade to Spring Security 6.0.5
...
Closes gh-36293
3 years ago
Stephane Nicoll
7ec9f45929
Upgrade to Spring Security 5.7.10
...
Closes gh-36295
3 years ago
Stephane Nicoll
4659d1bb93
Upgrade to Spring Kafka 3.0.9
...
Closes gh-36194
3 years ago
Stephane Nicoll
6ed8838209
Upgrade to Spring AMQP 3.0.6
...
Closes gh-36439
3 years ago
Stephane Nicoll
c95c65838b
Upgrade to Lettuce 6.2.5.RELEASE
...
Closes gh-36438
3 years ago
Stephane Nicoll
007e340902
Upgrade to Dependency Management Plugin 1.1.2
...
Closes gh-36437
3 years ago
Stephane Nicoll
7913b22f6a
Upgrade to Spring Kafka 3.0.9
...
Closes gh-36182
3 years ago
Stephane Nicoll
5014861c96
Upgrade to Spring Kafka 3.0.9
...
Closes gh-36187
3 years ago
Stephane Nicoll
3b53c15084
Upgrade to Spring AMQP 3.0.6
...
Closes gh-36403
3 years ago
Stephane Nicoll
10720721bf
Upgrade to Lettuce 6.2.5.RELEASE
...
Closes gh-36436
3 years ago
Stephane Nicoll
c5a951dc9d
Upgrade to Dependency Management Plugin 1.1.2
...
Closes gh-36435
3 years ago
Stephane Nicoll
a838cab65c
Upgrade to Spring AMQP 3.0.6
...
Closes gh-36401
3 years ago
Stephane Nicoll
bf5cdbf3f3
Upgrade to Lettuce 6.2.5.RELEASE
...
Closes gh-36434
3 years ago
Stephane Nicoll
0f396c91f4
Upgrade to Dependency Management Plugin 1.1.2
...
Closes gh-36433
3 years ago
Stephane Nicoll
250868ad84
Upgrade to Spring AMQP 2.4.14
...
Closes gh-36399
3 years ago
Stephane Nicoll
c726a13395
Polish "Add auto-configuration for ObservedAspect"
...
See gh-35191
3 years ago
Vedran Pavic
0dae89e837
Add auto-configuration for ObservedAspect
...
This adds support for auto-configuring `ObservedAspect` when AspectJ is
on the classpath, which enables the usage of `@Observed`.
See gh-35191
3 years ago
Stephane Nicoll
750096b9c2
Polish "Allow custom ExemplarSampler to be used"
...
See gh-35619
3 years ago
Johnny Goncalves
94b17ecd26
Allow custom ExemplarSampler to be used
...
See gh-35619
3 years ago
Stephane Nicoll
09e5d38348
Polish "Replace @CsvSource with @ValueSource where feasible"
...
See gh-36062
3 years ago
Yanming Zhou
acb7acd5d9
Replace @CsvSource with @ValueSource where feasible
...
@ValueSource is more appropriate for single parameter.
See gh-36062
3 years ago
Jonatan Ivanov
58cfdbfa2d
Add missing OTel Span attributes
...
OTel semantic conventions mandate certain resource attributes to present
on exported spans. This commits make sure that the attribute we add are
merged with the defaults, rather than replacing them.
See gh-36155
3 years ago
Stephane Nicoll
60df7e3bce
Polish contribution
...
See gh-36251
3 years ago
Bernardo Bulgarelli
bc2899c1ef
Deprecate DelegatingApplicationContextInitializer and DelegatingApplicationListener
...
See gh-36251
3 years ago
Johnny Lim
9b38db6672
Polish PemSslBundleProperties
...
See gh-36281
3 years ago
Jonatan Ivanov
8115f8f146
Add property for base time unit in OTLP registry
...
Micrometer added a new configuration option to its OTLP registry to
enable configuring the base time unit. These changes provide a
configuration property to support to it.
See gh-36393
3 years ago
Andy Wilkinson
f33874e98e
Allow auto-configured applicationTaskExecutor to use virtual threads
...
With this commit, when virtual threads are enabled, the auto-configured
applicationTaskExecutor changes from a ThreadPoolTaskExecutor to a
SimpleAsyncTaskExecutor with virtual threads enabled.
As before, any TaskDecorator bean is applied to the auto-configured
executor and the spring.task.execution.thread-name-prefix property is
applied. Other spring.task.execution.* properties are ignored as they
are specific to a pool-based executor.
Closes gh-35710
3 years ago
Stephane Nicoll
d2912c6442
Update copyright year of changed files
...
See gh-36306
3 years ago
Christoph Dreis
8321887d6a
Fix typos
...
See gh-36306
3 years ago
Andy Wilkinson
b8c4fb6b9a
Upgrade to Liquibase 4.23.0
...
Closes gh-36377
3 years ago
Stephane Nicoll
7692171119
Upgrade to Spring HATEOAS 2.2.0-M1
...
Closes gh-36192
3 years ago
Stephane Nicoll
1ced770f15
Upgrade to Spring Data Bom 2023.1.0-M1
...
Closes gh-36190
3 years ago
Stephane Nicoll
0e3a151657
Upgrade to Spring HATEOAS 2.1.1
...
Closes gh-36414
3 years ago
Stephane Nicoll
225abf73c6
Upgrade to Spring Data Bom 2023.0.2
...
Closes gh-36184
3 years ago
Stephane Nicoll
60150d96bd
Upgrade to Spring HATEOAS 2.0.5
...
Closes gh-36181
3 years ago
Stephane Nicoll
0a29a6a8c3
Upgrade to Spring Data Bom 2022.0.8
...
Closes gh-36179
3 years ago
Stephane Nicoll
beb4010d07
Upgrade to Spring HATEOAS 1.5.5
...
Closes gh-36413
3 years ago
Stephane Nicoll
67bae9de36
Upgrade to Spring Data Bom 2021.2.14
...
Closes gh-36173
3 years ago