Stephane Nicoll
94013aaba6
Add support for DataSize
...
This commit adds support for Spring Framework's `DataSize` allowing to
express a size in bytes and other convenient units.
Similar to the `Duration` support introduced previously, this commit
adds transparent binding support as well as detection of default values
in `@ConfigurationProperties`-annotated object.
Closes gh-13974
6 years ago
Andy Wilkinson
78dd7bd934
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
6e5ff77bb0
Merge branch '1.5.x' into 2.0.x
...
The 3.0.1 version of the Maven Javadoc Plugin contains a bug [1] that
means that a link URL must redirect otherwise it is ignored.
[1] https://issues.apache.org/jira/browse/MJAVADOC-532
6 years ago
Stephane Nicoll
eede660b84
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
f4b0101632
Merge branch '1.5.x' into 2.0.x
6 years ago
Johnny Lim
b90113ac33
Align server.tomcat.max-swallow-size with Tomcat's default value
...
Closes gh-14025
6 years ago
Stephane Nicoll
a12ca0a0dc
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
a023bd030a
Add configurable timeout for Couchbase health indicator
...
This commit makes sure to use a configurable timeout to check if the
Couchbase cluster is up, rather than relying on the default that can be
quite long.
Closes gh-13879
6 years ago
Stephane Nicoll
cc79cbd09f
Merge branch '2.0.x'
6 years ago
dreis2211
47ed48625c
Fix typo
...
Closes gh-14013
6 years ago
Madhura Bhave
bc6e4e6e55
Add auto-config for reactive OAuth2 Resource Server
...
Closes gh-13948
6 years ago
Stephane Nicoll
5cfe8dbee9
Polish
6 years ago
Stephane Nicoll
ace242db7a
Fix javadoc generation on Java 9/10
6 years ago
Madhura Bhave
d6b6a5f81f
Add auto-config for spring-security-oauth2-resource-server
...
Closes gh-13787
6 years ago
Stephane Nicoll
6a2cb883a5
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
f731f6aa39
Restore customization of HTTP trace request headers
...
This commit restore the use of the `postProcessRequestHeaders` method
when overridden in a custom HttpExchangeTracer implementation.
Closes gh-13924
6 years ago
Stephane Nicoll
e6b44189e0
Polish "Add global support for JMX unique names"
...
This commit ensures that the new "spring.jmx.unique-names" property
deprecates the Endpoint's specific property as they share the same goal.
If both are set with an incompatible value, an exception is thrown
inviting the user to update their configuration.
Closes gh-13990
6 years ago
artsiom
1a3f08d772
Add global support for JMX unique names
...
See gh-13990
6 years ago
Stephane Nicoll
c071f34a4a
Add auto-configuration support for TaskExecutor
...
This commit adds support for providing a default ThreadPoolTaskExecutor
with sensible defaults. A new TaskExecutorBuilder is provided with
defaults from the `spring.task.*` namespace and can be used to create
custom instances.
If no custom `Executor` bean is present, `@EnableAsync` now uses the
auto-configure application task executor. Same goes for the async support
in Spring MVC.
Closes gh-1563
6 years ago
Stephane Nicoll
a8b9718073
Polish "Make "MaxSwallowSize" more easily configurable"
...
Closes gh-13966
6 years ago
artsiom
0d40c5aecc
Make "MaxSwallowSize" more easily configurable
...
See gh-13966
6 years ago
Stephane Nicoll
71d26f9ceb
Add missing dependency for Javadoc generation
6 years ago
Johnny Lim
7b72fe0ffa
Polish
...
See gh-13963
6 years ago
Stephane Nicoll
960817a8c6
Merge branch '2.0.x'
6 years ago
Johnny Lim
94468e5865
Polish
...
See gh-13963
6 years ago
Stephane Nicoll
435c47925e
Switch JMS pooling to `pooled-jms`
...
This commit removes support for `activemq-pool` in benefit of
`pooled-jms`. While the former is not JMS 2 compliant, the latter is and
is independent of the ActiveMQ codebase (so potentially reusable in
custom code).
Closes gh-13927
6 years ago
Stephane Nicoll
fbf95b6997
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
d31f68380a
Deprecate PooledConnectionFactory properties
...
This commit deprecated the properties of `PooledConnectionFactory` that
are no longer supported by an alternative that is a JMS 2 compliant.
This commit also adds a note to warn users that this pool implementation
is not JMS 2 compliant.
Closes gh-13956
6 years ago
Stephane Nicoll
fd85cebfef
Polish "Make RabbitTemplate default receive queue configurable"
...
Closes gh-13930
6 years ago
artsiom
d7621261b2
Make RabbitTemplate default receive queue configurable
...
See gh-13930
6 years ago
Stephane Nicoll
f1e2abce2d
Merge branch '2.0.x'
6 years ago
Muhammad Hewedy
2f69785c6a
Add classpath prefix to the flyway location
...
Closes gh-13933
6 years ago
Phillip Webb
a6c9c92f2e
Merge branch '2.0.x'
6 years ago
Phillip Webb
7fc455654a
Fix checkstyle ternary issues
...
Fix checkstyle issues with ternary expressions following the
spring-javaformat upgrade.
See gh-13932
6 years ago
Stephane Nicoll
e9a42e27d6
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
2a0d1918f1
Merge branch '1.5.x' into 2.0.x
6 years ago
Stephane Nicoll
a2494df596
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
e6cf082dbc
Fix typo
6 years ago
Stephane Nicoll
af0aa11d15
Polish "Add reactive health indicator for Cassandra"
...
Closes gh-13864
6 years ago
Brian Clozel
dd79143d1a
Support http/2 configuration with Reactor-Netty
...
Just like Jetty, Reactor Netty supports ALPN with JDK8 or with a
dependency that delegates TLS to a native library using boringSSL.
Closes gh-13333
6 years ago
Stephane Nicoll
5fb2060566
Polish "Add configuration for Tomcat's cachingAllowed property"
...
Closes gh-13614
6 years ago
Rob Tompkins
200ac6db30
Add configuration for Tomcat's cachingAllowed property
...
See gh-13614
6 years ago
Stephane Nicoll
dcd230fc00
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
7d2e25f6f8
Merge branch '1.5.x' into 2.0.x
6 years ago
Stephane Nicoll
6dc0cb4f67
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
ecb8da2536
Polish "Upgrade to Micrometer 1.0.6"
...
Closes gh-13819
6 years ago
Madhura Bhave
14a0064c53
Merge branch '2.0.x'
6 years ago
Madhura Bhave
660d284f45
Document when and how to use brackets when binding to maps
...
Closes gh-13506
6 years ago
Stephane Nicoll
5be84dd32b
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
cdbe6fa122
Document properties migrator usage
...
Closes gh-13600
6 years ago
Stephane Nicoll
1c0eb8de36
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
a1ef3f070a
Improve documentation for using a mock environment with @SpringBootTest
...
Closes gh-13827
6 years ago
Madhura Bhave
ceaac98847
Update docs with OIDC provider configuration
...
See gh-13210
6 years ago
Madhura Bhave
ddce819e6f
Merge branch '2.0.x'
6 years ago
Madhura Bhave
c36804908c
Merge branch '1.5.x' into 2.0.x
6 years ago
Stephane Nicoll
c0b9c72d74
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
e679690a74
Clarify the WebTestClient requires WebFlux on the classpath
...
Closes gh-13469
6 years ago
Stephane Nicoll
ada699a9f6
Allow to customize the RabbitMQ RetryTemplate
...
This commit adds the ability to customize the RetryTemplate used in the
RabbitMQ infrastructure. The customizer is slightly unusual and offer
a `Target` enum that define the component that will use the retry
template: `SENDER` for the auto-configured `RabbitTemplate` and
`LISTENER` for a listener container created by a
`RabbitListenerContainerFactoryConfigurer`.
Closes gh-13793
6 years ago
Stephane Nicoll
fd6023fe49
Polish contribution
...
Closes gh-13790
6 years ago
Johnny Lim
58df752af4
Polish
...
See gh-13790
6 years ago
Stephane Nicoll
3c67edafcd
Expose more Quartz properties
...
Closes gh-13782
6 years ago
Stephane Nicoll
66cb4ce3c7
Polish "Allow to configure Quartz's "overwriteExistingJobs" property"
...
Closes gh-13582
6 years ago
Taras Danylchuk
910e6dc4cc
Allow to configure Quartz's "overwriteExistingJobs" property
...
See gh-13582
6 years ago
Brian Clozel
0654dd4de2
Add JUnit Jupiter API to spring-boot-docs build
...
This is required for the docs module to inspect Spring Boot
annotations for meta-annotations.
See gh-13739
6 years ago
Johnny Lim
1ae420670a
Polish
...
Closes gh-13776
6 years ago
Andy Wilkinson
ac1f2a5817
Polish
6 years ago
Madhura Bhave
c0574c8437
Update docs to reflect new health & info security
...
See gh-13722
6 years ago
Stephane Nicoll
42bba4e1c5
Document Liquibase default values
...
Closes gh-13765
6 years ago
Miguel Gomes
b5cb074219
Upgrade to Liquibase 3.6.2
...
See gh-13625
6 years ago
Stephane Nicoll
8fc1e0ed4e
Merge branch '2.0.x'
6 years ago
dreis2211
ac8eebfbad
Fix typos
...
Closes gh-13762
6 years ago
Stephane Nicoll
04bca3f37f
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
19709f7dea
Polish
6 years ago
Andy Wilkinson
6a48a440b2
Annotate our test annotations with @ExtendWith(SpringExtension.class)
...
Closes gh-13739
6 years ago
Stephane Nicoll
611f2332e6
Polish Flyway keys
6 years ago
Stephane Nicoll
42f4f2ded8
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
331775d6c0
Document latest version of gradle-git-properties plugin
...
Closes gh-13747
6 years ago
Andy Wilkinson
c1a81cfca0
Prohibit bean overriding by default and analyze override failures
...
Closes gh-13609
6 years ago
Madhura Bhave
63ae682a95
Merge branch '2.0.x'
6 years ago
Madhura Bhave
4e7719f1c7
Fix typo
6 years ago
Andy Wilkinson
063e8e4dc6
Revert "Prohibit bean overriding by default and analyze override failures"
...
This reverts commit 710cdbab92
.
6 years ago
Andy Wilkinson
710cdbab92
Prohibit bean overriding by default and analyze override failures
...
Closes gh-13609
6 years ago
Stephane Nicoll
60457f1d9a
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
44b9aa168e
Polish "Improve description of Endpoint exclude"
...
Closes gh-13619
6 years ago
Andy Wilkinson
fde534c877
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
809e30506f
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
4799a539fe
Stop using groovy-all as it does not exist in Groovy 2.5
6 years ago
Andy Wilkinson
b6b37c91bb
Upgrade to Flyway 5.1.3
...
Closes gh-13672
6 years ago
Madhura Bhave
149c7a85c3
Merge branch '2.0.x'
6 years ago
Madhura Bhave
673a08d228
Support microseconds in Duration conversions
...
Closes gh-13624
6 years ago
Andy Wilkinson
45fdf2ffa4
Support Tomcat 9 and Undertow 2
...
Closes gh-11749
Closes gh-12243
6 years ago
Andy Wilkinson
8dbeb68afa
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
04119585e8
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
a097f923c1
Provide sensible defaults for launch script properties when using Gradle
...
Closes gh-4458
7 years ago
Andy Wilkinson
a612ba1b11
Merge branch '2.0.x'
7 years ago
Andy Wilkinson
48c5e70ac8
Merge branch '1.5.x' into 2.0.x
7 years ago
Stephane Nicoll
56a7aa552f
Polish
7 years ago
Johnny Lim
bb60edaca6
Polish
...
Closes gh-13534
7 years ago
Stephane Nicoll
d4d169277d
Merge branch '2.0.x'
7 years ago
Johnny Lim
b9ea0fd5a7
Polish
...
See gh-13534
7 years ago
Stephane Nicoll
8365d53554
Add support for JMS session caching
...
This commit adds support for CachingConnectionFactory for both Artemis
and ActiveMQ. If connection pooling is not enabled explicitly, sessions,
producers and consumers are cached. The factory can be further
customized, including reverting to the raw ConnectionFactory, using the
`spring.jms.*` namespace.
Closes gh-12161
7 years ago
Stephane Nicoll
0ef54a79b1
Add support for connection pooling with Artemis
...
This commit expands ActiveMQ's connection pooling to artemis. The same
pooling features are now shared by the two brokers and a
PooledConnectionFactory can be auto-configured when the necessary jar is
present.
Closes gh-13523
7 years ago
Stephane Nicoll
b4584e6a28
Support profile expression in Logback's <springProfile>
...
Closes gh-13496
7 years ago
Stephane Nicoll
a89b2ae46e
Support profile expression in yml profile matching
...
Closes gh-12469
7 years ago
Stephane Nicoll
0c4176f596
Drop JsonSimpleJsonParser and JSON simple dependency
...
Closes gh-13471
7 years ago
Andy Wilkinson
db7789ad87
Merge branch '2.0.x'
7 years ago
Andy Wilkinson
7b3be82cfa
Merge branch '1.5.x' into 2.0.x
7 years ago
Brian Clozel
59746de63b
Backport web server configuration doc changes
...
Closes gh-13401
7 years ago
Rossen Stoyanchev
a4ee33bf56
Follow-up dates for web server config documentation
...
See gh-13315
7 years ago
Stephane Nicoll
a9e56aa089
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
5c96943e59
Merge branch '1.5.x' into 2.0.x
7 years ago
Brian Clozel
0004550f7b
Document Reactor Netty server configuration
...
This commit regroups the documentation on how to configure a web server
in Spring Boot. The same concepts apply, whether the server is
Tomcat/Netty/Jetty/Undertow, or if it's deployed for a Servlet or
Reactive web application.
Closes gh-13315
7 years ago
Stephane Nicoll
42c2059dd8
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
f6c99361a4
Merge branch '1.5.x' into 2.0.x
7 years ago
Madhura Bhave
26b826e017
Merge branch '2.0.x'
7 years ago
Madhura Bhave
d0a2a8e929
Document ConfigurableServletWebServerFactory variants
...
Closes gh-13083
7 years ago
Brian Clozel
56ab0da287
Support EncodedResourceResolver in resource chain
...
As of https://jira.spring.io/browse/SPR-16381 , Spring Framework now
supports both gzip and Brotli as compression formats for static
resources resolved by the resource chain.
The `GzipResourceResolver` has been deprecated and replaced by the
`EncodedResourceResolver`. This commit uses this new resolver and adapts
the configuration key to reflect those changes.
Note that this resolver is now configured ahead of the
`VersionResourceResolver`.
Closes gh-13242
7 years ago
Stephane Nicoll
51cf4e5d74
Polish "Add support to set visibility via JacksonProperties"
...
Closes gh-13214
7 years ago
Eddú Meléndez
ca3659059a
Add support to set visibility via JacksonProperties
...
This commit allows to configure properties visibility.
See gh-13214
7 years ago
Stephane Nicoll
3248400665
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
b4f8361989
Make JMX metrics domain configurable
...
Closes gh-13356
7 years ago
Brian Clozel
bd8106d77f
Upgrade to Spring Framework 5.1
...
As of Spring Framework 5.1, we're depending on the Reactor Californium
release train.
Reactor Netty is now at version 0.8 and changed its artifact
coordinates, package names and broke several APIs. Spring Framework is
now up-to-date with those changes and this commit does the same for
Spring Boot.
Note that in that process, the `NettyServerCustomizer` has been changed
since the former `HttpServerOptions.Builder` API is now gone from
Reactor Netty, and we're now relying on immutable server instances
instead of a stateful builder pattern.
See gh-13321
7 years ago
Stephane Nicoll
93396aef51
Polish
7 years ago
Stephane Nicoll
ee158df993
Merge branch '2.0.x'
7 years ago
Dmytro Nosan
20003489be
Auto-configure jOOQ with TransactionListenerProvider
...
Closes gh-13331
7 years ago
Stephane Nicoll
8bcea0d8cc
Polish "Add auto-configuration for WebServiceTemplate"
...
Closes gh-1270
7 years ago
dnosan
c9df1c551a
Add auto-configuration for WebServiceTemplate
...
See gh-12707
7 years ago
Stephane Nicoll
bc47bf44a9
Merge branch '2.0.x'
7 years ago
Johnny Lim
6b0ce46491
Polish
...
Closes gh-13320
7 years ago
Stephane Nicoll
74379da726
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
32aa5b9bae
Merge branch '1.5.x' into 2.0.x
7 years ago
Stephane Nicoll
55d70d5691
Merge branch '2.0.x'
7 years ago
James McShane
d74c768cdd
Remove outdated reference to @EnableReactor
...
Closes gh-13308
7 years ago
Madhura Bhave
9f4a5c13a5
Add auto-config for WebFlux OAuth2 Login
...
Closes gh-13142
7 years ago
Stephane Nicoll
bb69339a82
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
b47a72731f
Merge branch '1.5.x' into 2.0.x
7 years ago
Stephane Nicoll
3f001899b4
Harmonize ssl properties for Kafka
...
Closes gh-13239
7 years ago
Stephane Nicoll
56dd53bfba
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
7849d73828
Polish
...
See gh-13031
7 years ago
Andy Wilkinson
32a9addb57
Merge branch '2.0.x'
7 years ago
Andy Wilkinson
1ce22aa50a
Polish
7 years ago
Stephane Nicoll
ec65cb1753
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
15ba50ab3e
Merge branch '1.5.x' into 2.0.x
7 years ago
Johnny Lim
de01e7aad4
Polish
...
See gh-13243
7 years ago
Stephane Nicoll
1bb53ff44c
Merge branch '2.0.x'
7 years ago
Arnaud Heritier
b60eadb10b
Add missing semicolon in example
...
Closes gh-13266
7 years ago
Stephane Nicoll
75c10e615e
Merge branch '2.0.x'
7 years ago
Andrea Vacondio
aed118c410
Fix documentation error
...
Closes gh-13260
7 years ago
Stephane Nicoll
699b6ce6dc
Remove reference to Jersey 1
...
Closes gh-12582
7 years ago
Stephane Nicoll
8364d121b1
Merge branch '2.0.x'
7 years ago