Stephane Nicoll
870df5ab08
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36761
1 year ago
Stephane Nicoll
5ed5820f92
Clarify expected jar size in getting started doc
...
Closes gh-34514
1 year ago
Stephane Nicoll
85f74ba564
Merge branch '3.1.x'
...
Closes gh-36760
1 year ago
Stephane Nicoll
ac1d8a3651
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36759
1 year ago
Stephane Nicoll
f8a5aff160
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36758
1 year ago
Stephane Nicoll
1e5a72f1f8
Provide nested cause if datasource fails to provide DatabaseDriver
...
Closes gh-34728
1 year ago
Stephane Nicoll
05df721d51
Merge branch '2.7.x' into 3.0.x
1 year ago
Stephane Nicoll
97ce95c417
Polish "Upgrade to MariaDB 3.1.4"
...
See gh-36394
1 year ago
Stephane Nicoll
c8334e90f8
Merge branch '3.1.x'
...
Closes gh-36757
1 year ago
Stephane Nicoll
f7c8e48dc4
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36756
1 year ago
Stephane Nicoll
89cb599d0d
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36755
1 year ago
Stephane Nicoll
d101004d5f
Document @DataR2dbcTest support
...
Closes gh-35014
1 year ago
Andy Wilkinson
7038eb4a7d
Upgrade to Spock Framework 2.3-groovy-4.0
...
Closes gh-36733
1 year ago
Andy Wilkinson
dc964642f0
Upgrade to MockK 1.13.5
...
Closes gh-36732
1 year ago
Andy Wilkinson
ce14c70fbd
Upgrade to Maven Resolver 1.9.14
...
Closes gh-36731
1 year ago
Andy Wilkinson
d76e8ad7d1
Upgrade to Maven Invoker 3.2.0
...
Closes gh-36730
1 year ago
Andy Wilkinson
64463fe7ec
Upgrade to Maven 3.9.4
...
Closes gh-36729
1 year ago
Andy Wilkinson
599322c154
Upgrade to Janino 3.1.10
...
Closes gh-36728
1 year ago
Andy Wilkinson
d4f9532644
Upgrade to Commons FileUpload 1.5
...
Closes gh-36727
1 year ago
Andy Wilkinson
c7f32bb8ee
Upgrade to API Guardian 1.1.2
...
Closes gh-36726
1 year ago
Stephane Nicoll
2dc8531000
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36740
1 year ago
Stephane Nicoll
1ca763e5de
Upgrade to MariaDB 3.1.4
...
Closes gh-36394
1 year ago
Stephane Nicoll
37d8760652
Merge branch '3.1.x'
...
Closes gh-36739
1 year ago
Stephane Nicoll
1df70c9f9b
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36738
1 year ago
Stephane Nicoll
6ee002456d
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36737
1 year ago
Stephane Nicoll
747dbc35fe
Warmup connection pool in ConnectionPoolMetricsTests
...
Closes gh-36474
1 year ago
Stephane Nicoll
04d17a7903
Merge branch '3.1.x'
...
Closes gh-36736
1 year ago
Stephane Nicoll
2e37b0ae47
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36735
1 year ago
Stephane Nicoll
de632dd77b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36734
1 year ago
Stephane Nicoll
fd88024402
Add @since for JavaVersion values
...
Closes gh-36608
1 year ago
Andy Wilkinson
80f9d5c9e4
Upgrade to Testcontainers 1.18.3
...
Closes gh-36722
1 year ago
Andy Wilkinson
0ce260fa02
Upgrade to Spock Framework 2.3-groovy-4.0
...
Closes gh-36721
1 year ago
Andy Wilkinson
a642769d73
Upgrade to MockK 1.13.5
...
Closes gh-36720
1 year ago
Andy Wilkinson
14cf2335ee
Upgrade to Maven Resolver 1.9.14
...
Closes gh-36719
1 year ago
Andy Wilkinson
bbe01a89b0
Upgrade to Maven Invoker 3.2.0
...
Closes gh-36718
1 year ago
Andy Wilkinson
0457519fab
Upgrade to Maven 3.9.4
...
Closes gh-36717
1 year ago
Andy Wilkinson
63a94f762a
Upgrade to Janino 3.1.10
...
Closes gh-36716
1 year ago
Andy Wilkinson
de3d39b880
Upgrade to Commons FileUpload 1.5
...
Closes gh-36715
1 year ago
Andy Wilkinson
533168b31b
Upgrade to API Guardian 1.1.2
...
Closes gh-36714
1 year ago
Andy Wilkinson
80a6873a98
Upgrade to Testcontainers 1.18.3
...
Closes gh-36710
1 year ago
Andy Wilkinson
f0d2f6e991
Upgrade to Spock Framework 2.3-groovy-3.0
...
Closes gh-36709
1 year ago
Andy Wilkinson
4b552d5c44
Upgrade to MockK 1.13.5
...
Closes gh-36708
1 year ago
Andy Wilkinson
2c7fe47529
Upgrade to Maven Resolver 1.9.14
...
Closes gh-36707
1 year ago
Andy Wilkinson
7fcf4c7dcf
Upgrade to Maven Invoker 3.2.0
...
Closes gh-36706
1 year ago
Andy Wilkinson
59bd6879a2
Upgrade to Maven 3.9.4
...
Closes gh-36705
1 year ago
Scott Frederick
ecdb9f6b07
Add support for CNB platform API 0.12
...
Closes gh-36712
1 year ago
Moritz Halbritter
726d2e6678
Remove unnecessary synchronization
...
- on AtomicBoolean in SpringApplicationBuilder
- on SimpleFormatter
- in a private method in FileSystemWatcher which is always called in a
synchronized block
- Replaced synchronized guarded HashMap with ConcurrentHashMap
1 year ago
Moritz Halbritter
1a8b8ce26e
Revert "Revise synchronized blocks"
...
This reverts commit 497bbf9c2d
.
1 year ago
Moritz Halbritter
02a7c22f40
Revert "Use virtual threads in JmsHealthIndicator if enabled"
...
This reverts commit 6fc585c5d2
.
1 year ago
Moritz Halbritter
a843aca821
Revert "Polish"
...
This reverts commit 25eb3c8c18
.
1 year ago
Moritz Halbritter
d93d05ade2
Revert "Use virtual threads in BackgroundPreinitializer if enabled"
...
This reverts commit 4bbc336321
.
1 year ago
Stephane Nicoll
f34dc05452
Rename run goal's directories property to additionalClasspathElements
...
This clarifies what used to be called "directories" as both a directory
and a jar file can be provided. A directory with `/*` would also load
all the jar files from that directory.
The "directories" property has been deprecated as a result.
Closes gh-35179
1 year ago
Andy Wilkinson
a709625c24
Upgrade to Commons FileUpload 1.5
...
Closes gh-36704
1 year ago
Andy Wilkinson
f24b56b541
Upgrade to API Guardian 1.1.2
...
Closes gh-36703
1 year ago
Marc Becker
36e31c0612
Add resource hints for MessageSource
...
This only registers the default locations, not the one users can provide
via 'spring.messages.basename'.
This is similar to the approach taken for schema.sql and data.sql
in class SqlInitializationScriptsRuntimeHints.
See gh-36682
1 year ago
Andy Wilkinson
8ce5fb5f06
Merge branch '3.1.x'
...
Closes gh-36701
1 year ago
Andy Wilkinson
664581eb90
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36700
1 year ago
Andy Wilkinson
c6dc505932
Auto-configure JsonpMapper even with user-defined transport
...
Closes gh-36698
1 year ago
Johnny Lim
677db72210
Add Javadoc since to a new constructor for PemSslStoreBundle
...
See gh-36693
1 year ago
Moritz Halbritter
4bbc336321
Use virtual threads in BackgroundPreinitializer if enabled
...
Closes gh-36695
1 year ago
Moritz Halbritter
25eb3c8c18
Polish
1 year ago
Andy Wilkinson
48813a0e5b
Merge branch '3.1.x'
...
Closes gh-36697
1 year ago
Andy Wilkinson
12a2c615a9
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36696
1 year ago
Andy Wilkinson
803c155e69
Order default customizers so that they can be overridden
...
Closes gh-36674
1 year ago
Moritz Halbritter
6fc585c5d2
Use virtual threads in JmsHealthIndicator if enabled
...
Closes gh-36694
1 year ago
Moritz Halbritter
9f5749832b
Polish JettyWebServer
1 year ago
Moritz Halbritter
3515196c2b
Add missing synchronization and remove unnecessary volatile
1 year ago
Moritz Halbritter
497bbf9c2d
Revise synchronized blocks
...
- Replace synchronized with Lock when guarding long-running operations
- Remove unnecessary synchronization in FileSystemWatcher
- Replace HashMap with ConcurrentHashMap in Restarter
- Remove unnecessary locking on AtomicBoolean in
SpringApplicationBuilder
- Remove unnecessary locking in SimpleFormatter
Closes gh-36670
1 year ago
Scott Frederick
6506208d29
Upgrade default CNB builders to Paketo Jammy
...
Closes gh-36689
1 year ago
Scott Frederick
63a8edfa15
Merge branch '3.1.x'
...
Closes gh-36691
1 year ago
Scott Frederick
ecd2b0178f
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36690
1 year ago
Scott Frederick
e25c267585
Update Paketo builder references in documentation
...
Closes gh-36688
1 year ago
Andy Wilkinson
b02c1877fc
Fix configIsReadWithProvidedContext on Windows
...
See gh-36445
1 year ago
Andy Wilkinson
77e382ec64
Polish "Add support for using an AuthTokenManager with Neo4j"
...
See gh-36650
1 year ago
Michael Simons
1f0a3901b2
Add support for using an AuthTokenManager with Neo4j
...
Neo4j Java driver introduced support for an `AuthTokenManager` that can
be used to define expiring tokens for authentication with a database.
This commit adds an `ObjectProvider<AuthTokenManager> authTokenManagers`
parameter to the corresponding auto configuration class. If the provider
resolves to a unique object, that `AuthTokenManager` will have precedence
over any static token.
See gh-36650
1 year ago
Stephane Nicoll
a223834d57
Polish "Order auto-configured ProblemDetailsExceptionHandler beans"
...
See gh-36288
1 year ago
Maurice Zeijen
9955ee7e8a
Order auto-configured ProblemDetailsExceptionHandler beans
...
Add `@Order(0)` to the WebMVC and Webflux
`ProblemDetailsExceptionHandler` beans. This makes it easier to create
custom `@ControllerAdvice` beans that must be ordered before or after
the `ProblemDetailsExceptionHandler`.
See gh-36288
1 year ago
Moritz Halbritter
e677eb7759
Polish Polish R2dbcObservationAutoConfiguration
1 year ago
Moritz Halbritter
20d264150b
Polish R2dbcObservationAutoConfiguration
1 year ago
Moritz Halbritter
7c0fc11480
Merge branch '3.1.x'
...
Closes gh-36673
1 year ago
Moritz Halbritter
4b09d444ba
Upgrade to R2DBC Proxy 1.1.2.RELEASE
...
Closes gh-36672
1 year ago
Moritz Halbritter
3a9fadf30f
Enable virtual threads for Kafka listener
...
Closes gh-36396
1 year ago
Moritz Halbritter
7c5ec73724
Polish SimpleAsyncTaskExecutorBuilderTests
1 year ago
Moritz Halbritter
5d9d0f43b6
Implement AssertJ assertions for SimpleAsyncTaskExecutor
1 year ago
Scott Frederick
f2ad08c292
Add since version to deprecated config properties
...
See gh-36482
1 year ago
Scott Frederick
2e50d11d86
Add since attribute to @DeprecatedConfigurationProperty annotation
...
Closes gh-36482
1 year ago
Andy Wilkinson
0646eabd4a
Merge branch '3.1.x'
...
Closes gh-36665
1 year ago
Andy Wilkinson
92361b5545
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36664
1 year ago
Andy Wilkinson
51b81ced6f
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36663
1 year ago
Andy Wilkinson
28b3054a9e
Try to stabilize DataCouchbaseTestIntegrationTests
...
Closes gh-36662
1 year ago
Andy Wilkinson
806aa45279
Merge branch '3.1.x'
...
Closes gh-36661
1 year ago
Andy Wilkinson
0d646d7c26
Polish "Support ServiceConnection beans in slice tests"
...
See gh-36037
1 year ago
Eddú Meléndez
4dfb60c9a3
Support ServiceConnection beans in slice tests
...
Previously, to use `@ServiceConnection` on a `@Bean` method in a sliced
test required ServiceConnectionAutoConfiguration to be imported using
`@ImportAutoConfiguration`. This commit removes the need for this
import by registering ServiceConnectionAutoConfiguration in specific
slice test annotations.
See gh-36037
1 year ago
Andy Wilkinson
d0d545468a
Revert "Remove invalid check for String-based FactoryBean.OBJECT_TYPE_ATTRIBUTE"
...
This reverts commit 279f8221a5
.
See gh-36659
1 year ago
Stephane Nicoll
75bb862255
Remove dead code
1 year ago
Stephane Nicoll
279f8221a5
Remove invalid check for String-based FactoryBean.OBJECT_TYPE_ATTRIBUTE
...
Closes gh-36659
1 year ago
Stephane Nicoll
191ac10009
Deprecate support for OkHttp
...
Closes gh-36632
1 year ago
Moritz Halbritter
19859a9023
Simplify TaskExecutionAutoConfiguration
1 year ago
Moritz Halbritter
4ba7463d75
Polish
1 year ago
Moritz Halbritter
51008a7d39
Add ThreadPoolTaskSchedulerBuilder and deprecate TaskSchedulerBuilder
...
Closes gh-36651
1 year ago
Stephane Nicoll
922f66a85d
Merge branch '3.1.x'
...
Closes gh-36654
1 year ago
Michael Simons
ef3b99ee51
Fix test declaration in Neo4jAutoConfigurationTests
...
The test was annotated `@Bean`, must be `@Test`.
See gh-36649
1 year ago
Moritz Halbritter
de4b2d679f
Add documentation for SimpleAsyncTaskExecutorBuilder
...
See gh-35711
1 year ago
Moritz Halbritter
e4c38e59a9
Implement SimpleAsyncTaskExecutorBuilder
...
The SimpleAsyncTaskExecutorBuilder can be used to create
SimpleAsyncTaskExecutor. It will be auto-configured into the context.
SimpleAsyncTaskExecutorCustomizer can be used to customize the built
SimpleAsyncTaskExecutor.
If virtual threads are enabled:
- SimpleAsyncTaskExecutor will use virtual threads
- SimpleAsyncTaskExecutorBuilder will be used as the application task
executor
A new property 'spring.task.execution.simple.concurrency-limit' has been
added to control the concurrency limit of the SimpleAsyncTaskExecutor
Closes gh-35711
1 year ago
Moritz Halbritter
32c91af440
Add ThreadPoolTaskExecutorBuilder and deprecate TaskExecutorBuilder
...
Closes gh-36637
1 year ago
Andy Wilkinson
5c845c7ddc
Merge branch '3.1.x'
...
Closes gh-36647
1 year ago
Andy Wilkinson
5f72e441d0
Polish "Add note about enabling docker compose support in tests"
...
See gh-36636
1 year ago
Matteo Bianchi
0e43e81e73
Add note about enabling docker compose support in tests
...
See gh-36636
1 year ago
Moritz Halbritter
1347b998e6
Remove @ConditionalOnVirtualThreads
...
See gh-36624
See gh-35892
1 year ago
Moritz Halbritter
9e212875c3
Remove VirtualThreads bean
...
Reverts eeb1e1fc35
See gh-36615
See gh-36387
1 year ago
Moritz Halbritter
bf48819222
Implement @ConditionalOnThreading
...
Closes gh-36624
1 year ago
Andy Wilkinson
f3d623bb1d
Merge branch '3.1.x'
...
Closes gh-36635
1 year ago
Andy Wilkinson
65bc351847
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36634
1 year ago
Andy Wilkinson
3e99118a48
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36633
1 year ago
Andy Wilkinson
21ce7a08fc
Polish "Polish"
...
See gh-36620
1 year ago
Johnny Lim
5a205dbfd1
Polish
...
See gh-36620
1 year ago
Andy Wilkinson
0191943be2
Merge branch '3.1.x'
...
Closes gh-36631
1 year ago
Andy Wilkinson
8f576c36a2
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36630
1 year ago
Andy Wilkinson
81844c04c4
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36629
1 year ago
rob-valor
4bbfc5e630
Correct RestTemplateBuilder#defaultHeader javadoc
...
Replace reactor.netty.http.client.HttpClientRequest with
org.springframework.http.client.ClientHttpRequest
See gh-36614
1 year ago
Yanming Zhou
f6eaedea35
Reinstate use of configprop macro
...
See gh-36604
1 year ago
Andy Wilkinson
20837bac31
Merge branch '3.1.x'
...
Closes gh-36628
1 year ago
Andy Wilkinson
c3fda93346
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36627
1 year ago
Andy Wilkinson
a92c1abf70
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36626
1 year ago
Andy Wilkinson
c44e7376b4
Upgrade to Spring Asciidoctor Extensions 0.6.2
...
Closes gh-36625
1 year ago
Andy Wilkinson
e3eb2893f0
Merge branch '3.1.x'
...
Closes gh-36623
1 year ago
Andy Wilkinson
3ba5f501ea
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36622
1 year ago
Andy Wilkinson
6b6e8b3fd4
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36621
1 year ago
Christoph Dreis
42e89079d3
Enable debug option for Kotlin in Gradle Plugin tests
...
See gh-36617
1 year ago
Moritz Halbritter
b1a3dad16c
Configure virtual threads on the RabbitMQ listener
...
Closes gh-36387
1 year ago
Moritz Halbritter
eeb1e1fc35
Add VirtualThreads bean and auto-configuration
...
This bean is only in the context if virtual threads are enabled. It can
be used to get access to the virtual thread executor.
1 year ago
Stephane Nicoll
150526a6a0
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36611
1 year ago
Stephane Nicoll
87554fb4dc
Add test for RabbitMQ smoke test
...
Closes gh-36610
1 year ago
Moritz Halbritter
3cc9a3bb32
Remove duplicate applicationTaskExecutor bean method
...
See gh-35710
1 year ago
Moritz Halbritter
39f6b85039
Polish
1 year ago
Moritz Halbritter
b0615dd311
Split OpenTelemetry auto-configuration
...
The OpenTelemetry bean is now configured in the
OpenTelemetryAutoConfiguration. This method also applies
SdkLoggerProvider and SdkMeterProvider.
Additionally, the OpenTelemetry Resource is now a bean. Resource
attributes can now be configured through properties
The resourceAttributes in OtlpProperties have been deprecated in favor
of the new one in OpenTelemetryProperties.
Closes gh-36544
Closes gh-36545
1 year ago
Moritz Halbritter
9cb5763794
Add property to set changeConsumerThreadName for Kafka
...
Closes gh-36343
1 year ago
Moritz Halbritter
49ae8c0998
Auto-configure Kafka's threadNameSupplier
...
Closes gh-36344
1 year ago
Stephane Nicoll
b0438b0f03
Polish "Allow custom RSocket WebsocketServerSpecs to be defined"
...
See gh-29567
1 year ago
Leo Li
f840141652
Allow custom RSocket WebsocketServerSpecs to be defined
...
See gh-29567
1 year ago
Stephane Nicoll
54066791f9
Polish "Add RabbitMQ container forceStop property"
...
See gh-36539
1 year ago
Gary Russell
8b716a2f6c
Add RabbitMQ container forceStop property
...
See gh-36539
1 year ago
Yanming Zhou
b1ac64c7e2
Harmonize Stream.collect() usage
...
use Stream.toList() or collect(Collectors.toSet()) where possible.
See gh-36509
1 year ago
Moritz Halbritter
c6c8a0f8c8
Merge branch '3.1.x'
...
Closes gh-36585
1 year ago
Moritz Halbritter
2bc3d22d68
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36584
1 year ago
Moritz Halbritter
c187d96367
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36583
1 year ago
Francisco Bento
307d6c0a97
Fix Tomcat SSL protocol warn message
...
See gh-36572
1 year ago
Johnny Lim
96c9915f12
Polish
...
See gh-36565
1 year ago
Moritz Halbritter
5cc2d3b764
Merge branch '3.1.x'
...
Closes gh-36582
1 year ago
Moritz Halbritter
3edb3797a0
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36581
1 year ago
Moritz Halbritter
1a8ffd54fc
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36580
1 year ago
Mahatma_Fatal_Error
98f76698c8
Fix server.forward-headers-strategy documentation
...
See gh-36564
1 year ago
Stephane Nicoll
e7b9984f48
Upgrade to Spring AMQP 3.0.7
...
Closes gh-36573
1 year ago
Andy Wilkinson
b476d368db
Polish "Make HikariDataSource participate in checkpoint-restore"
...
See gh-36422
1 year ago
Christoph Strobl
9240f971fb
Make HikariDataSource participate in checkpoint-restore
...
See gh-36422
1 year ago
Andy Wilkinson
14d2675aab
Add `@ConditionalOnCheckpointRestore`
...
Closes gh-36536
1 year ago
Moritz Halbritter
6050fff078
Auto-configure observability for R2DBC
...
The new ConnectionFactoryDecorator can be used to decorate the
ConnectionFactory built by the ConnectionFactoryBuilder.
The new R2dbcObservationAutoConfiguration configures a
ConnectionFactoryDecorator to attach a ObservationProxyExecutionListener
to ConnectionFactories. This enables Micrometer Observations for R2DBC
queries.
Closes gh-33768
1 year ago
Andy Wilkinson
df4c65e494
Merge branch '3.1.x'
...
Closes gh-36568
1 year ago
Andy Wilkinson
ee9574d399
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36567
1 year ago
Andy Wilkinson
e106828fc8
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36566
1 year ago
Andy Wilkinson
5c6a9122cb
Polish "Test Micrometer config to property exposure"
...
See gh-33743
1 year ago
Mirko Sobeck
19e70055a5
Test Micrometer config to property exposure
...
See gh-33743
1 year ago
Andy Wilkinson
2289b725d2
Merge branch '3.1.x'
...
Closes gh-36560
1 year ago
Andy Wilkinson
2766c4b648
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36559
1 year ago
Andy Wilkinson
d290d05f63
Add missing Stackdriver metric-type-prefix property
...
Closes gh-36499
1 year ago
Andy Wilkinson
0f110a5f5b
Merge branch '3.1.x'
...
Closes gh-36557
1 year ago
Andy Wilkinson
22fa904590
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36556
1 year ago
Andy Wilkinson
45624c0a78
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36555
1 year ago
Andy Wilkinson
aae8665db1
Add missing management.metrics.export.wavefront properties
...
Closes gh-36498
1 year ago
Andy Wilkinson
346ebbc6f8
Merge branch '3.1.x'
...
Closes gh-36554
1 year ago
Andy Wilkinson
5d1b2348e8
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36553
1 year ago
Andy Wilkinson
826bad5820
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36552
1 year ago
Andy Wilkinson
a6c19dae07
Add missing management.metrics.export.signalfx properties
...
Closes gh-36497
1 year ago
Stephane Nicoll
4d708641b3
Test Gradle plugin against Gradle 8.2.1
...
Closes gh-36548
1 year ago
Stephane Nicoll
26ff1a2df6
Merge branch '3.1.x'
...
Closes gh-36551
1 year ago
Stephane Nicoll
9889adfa43
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36550
1 year ago
Stephane Nicoll
d30afee06e
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36549
1 year ago
Stephane Nicoll
a350ede711
Test Gradle plugin against Gradle 8.2.1
...
Closes gh-36548
1 year ago
Scott Frederick
2452958f7b
Merge branch '3.1.x'
...
Closes gh-36486
1 year ago
Scott Frederick
bf08cc25df
Use DockerImageNames in Docker compose integration tests
...
Closes gh-36485
1 year ago
Stephane Nicoll
d04daf9184
Merge branch '3.1.x'
...
Closes gh-36533
1 year ago
Stephane Nicoll
a607056b98
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36532
1 year ago
Stephane Nicoll
259fac57a9
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36531
1 year ago
Stephane Nicoll
854c162966
Polish "Fail fast if job name does not exist"
...
See gh-36060
1 year ago
Akshay Dubey
c38cd74542
Fail fast if job name does not exist
...
See gh-36060
1 year ago
Stephane Nicoll
740ed18fa7
Merge branch '3.1.x'
...
Closes gh-36530
1 year ago
Stephane Nicoll
89066b4d1e
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36529
1 year ago
Stephane Nicoll
73cc54ad34
Prevent PostConstruct to be used in production code
...
Closes gh-36528
1 year ago
Andy Wilkinson
c9c36e7e42
Merge branch '3.1.x'
...
Closes gh-36527
1 year ago
Andy Wilkinson
54323d1a95
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36526
1 year ago
Andy Wilkinson
2db45e9ba3
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36525
1 year ago
Andy Wilkinson
a5d5908c27
Add missing management.metrics.export.atlas properties
...
Closes gh-36496
1 year ago
Stephane Nicoll
771a98b192
Merge branch '3.1.x'
...
Closes gh-36521
1 year ago
Stephane Nicoll
f23cb1fa39
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36520
1 year ago
Stephane Nicoll
3aeb853c63
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36519
1 year ago
Stephane Nicoll
cc77b8ace1
Polish contribution
...
See gh-36463
1 year ago
elevne
d59cec9e01
Harmonize use of Stream in ConfigDataLocationBindHandler.onSuccess
...
See gh-36463
1 year ago
Stephane Nicoll
746cb00833
Merge branch '3.1.x'
...
Closes gh-36517
1 year ago
Stephane Nicoll
48622f2b7d
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36516
1 year ago
Stephane Nicoll
74349d1192
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36515
1 year ago