Stephane Nicoll
cb31d9547c
Merge branch '2.3.x'
4 years ago
Stephane Nicoll
d1e503602b
Polish
4 years ago
Brian Clozel
5fceb9d5b7
Change favicon StaticResourceLocation
...
Prior to this commit, the `StaticResourceLocation` for favicons would
point to `"/**/favicon.ico"`. This location does not reflect the current
web development landscape, since the png format and size variants are
not supported here. Also, the `"**"` pattern can be costly at runtime
and is deprecated by the new path pattern support in Spring Framework
(see gh-22833).
This commit changes the default locations to `"/favicon.*","/*/icon-*"`,
supporting common use cases such as `"/favicon.ico"`, `"/favicon.png"`
and `"/icons/icon-48x48.png"`.
Closes gh-23126
4 years ago
Stephane Nicoll
d0975d659f
Polish "Remove RabbitMQ AutoConfig Boolean Coercion"
...
See gh-23799
4 years ago
Gary Russell
32ce453997
Remove RabbitMQ AutoConfig Boolean Coercion
...
See gh-23799
4 years ago
Andy Wilkinson
2d8528d5bd
Adapt to deprecation of StringUtils.isEmpty(Object)
...
See gh-23774
4 years ago
Stephane Nicoll
17e12ea025
Polish "Add configuration options for RabbitMQ's batch listener config"
...
See gh-23766
4 years ago
Gary Russell
3aa247f1ca
Add configuration options for RabbitMQ's batch listener config
...
See gh-23766
4 years ago
Stephane Nicoll
e77dc60744
Add configuration properties for SAML2 relying party registration's ASM
...
This commit allows to configure the location and binding of the
Assertion Consumer Service used by a SAML2 relying party.
Closes gh-23746
4 years ago
Stephane Nicoll
72eaf93dba
Polish assertions
...
See gh-23762
4 years ago
izeye
0e50e87e58
Polish
...
See gh-23762
4 years ago
Andy Wilkinson
a0afb73923
Merge branch '2.3.x'
...
Closes gh-23751
4 years ago
Andy Wilkinson
a754b791a2
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23750
4 years ago
Andy Wilkinson
11bc62fb83
Stop using PostConstruct to default session timeout to ServerProperties'
...
Fixes gh-23716
4 years ago
Andy Wilkinson
4a38401cef
Align relying party entity ID property with Spring Security
...
Closes gh-23745
4 years ago
Stephane Nicoll
dd74810c80
Revert "Fix detection logic for embedded databases"
...
This reverts commit c4a5a34702
.
See gh-23721
4 years ago
Asha Somayajula
c4a5a34702
Fix detection logic for embedded databases
...
Closes gh-23721
4 years ago
Stephane Nicoll
c0b267feb4
Polish "Fix detection logic for embedded databases"
...
See gh-23693
4 years ago
Asha Somayajula
ab02084e7b
Fix detection logic for embedded databases
...
See gh-23693
4 years ago
Andy Wilkinson
d0c6dbc2c7
Rename eagerInitFilters to align with Undertow's naming
...
Closes gh-23674
4 years ago
Stephane Nicoll
b960fa3237
Polish "Add configuration options for Kafka Stream's CleanupConfig"
...
See gh-23636
4 years ago
Adrien Bennadji
f4799c7484
Add configuration options for Kafka Stream's CleanupConfig
...
See gh-23636
4 years ago
Johnny Lim
4a26e11268
Polish
...
See gh-23634
Closes gh-23634
4 years ago
Andy Wilkinson
a64f2699cc
Configure Undertow not to presever path on forward by default
...
Closes gh-23619
4 years ago
Andy Wilkinson
5d5afbc70d
Merge branch '2.3.x'
...
Closes gh-23677
4 years ago
Andy Wilkinson
0abe38d478
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23676
4 years ago
Andy Wilkinson
7fc345f587
Apply server.undertow.eager-filter-init to factory
...
Fixes gh-23675
4 years ago
Stephane Nicoll
2577c67185
Fix mapping of outputQueryResults property
...
Closes gh-23645
4 years ago
Stephane Nicoll
679bd34ea4
Upgrade to Flyway 7.0.2
...
Closes gh-23645
4 years ago
Stephane Nicoll
d7cf8fae5c
Fix formatting
4 years ago
Stephane Nicoll
34c4c3f235
Expose cache metrics for Redis
...
This commit adds support for Redis cache metrics. Users can opt-in for
statistics using the "spring.cache.redis.enable-statistics" property.
Closes gh-22701
4 years ago
Stephane Nicoll
5beeeac4b3
Polish "Prefer JdbcTransactionManager over DataSourceTransactionManager"
...
See gh-23672
4 years ago
Marten Deinum
f9d50ee86a
Prefer JdbcTransactionManager over DataSourceTransactionManager
...
Spring 5.3 introduced the JdbcTransactionManager with exception
translation on commit and rollback. This commit updates the
auto-configuration to use this implementation rather than
DataSourceTransactionManager.
See gh-23672
4 years ago
Phillip Webb
2c487f7cb8
Polish
4 years ago
Andy Wilkinson
1d610fe1c8
Add configuration properties for Flyway 7's new config options
...
Closes gh-23579
4 years ago
Andy Wilkinson
847aecf621
Upgrade to Flyway 7.0.0
...
Closes gh-23514
4 years ago
Stephane Nicoll
ebc9c575e3
Allow to customize RSocketServer's fragment size
...
Closes gh-23247
4 years ago
Stephane Nicoll
5feaf2bc1a
Polish "Polish empty string checks"
...
See gh-23550
4 years ago
Santhoshkumar. P
5cb07e292d
Polish empty string checks
...
See gh-23550
4 years ago
Stephane Nicoll
294af45bb3
Replace reflection call in HttpMessageConverters
...
Closes gh-23485
4 years ago
dreis2211
ecee9c0f9b
Avoid unnecessary explicit initialization of Atomics
...
Constructor calls like new AtomicInteger(0) cause a volatile write that
can be saved in cases where the constructor parameter is the default
value.
See gh-23575
4 years ago
dreis2211
efbbd8b367
Improve performance of DispatcherServletRegistrationCondition
...
See gh-23554
4 years ago
Stephane Nicoll
c4e1b4f5dd
Polish "Add configuration option for channelRpcTimeout"
...
See gh-23564
4 years ago
Jasmine Howard
baa9d129f2
Add configuration option for channelRpcTimeout
...
This commit adds a configuration option to configure
RabbitConnectionFactory's channelRpcTimeout property.
See gh-23564
4 years ago
Madhura Bhave
351929a616
Merge branch '2.3.x'
...
Closes gh-23570
4 years ago
Madhura Bhave
e2289e2f21
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23569
4 years ago
Madhura Bhave
c0f158dffd
Polish "Do not fail if h2Console bean cannot connect to db"
...
See gh-23566
4 years ago
Shraddha Yeole
2d76de29ff
Do not fail if h2Console bean cannot connect to db
...
See gh-23566
4 years ago
Madhura Bhave
9a6d52e30d
Merge branch '2.2.x' into 2.3.x
4 years ago
Madhura Bhave
3118ca9313
Polish
4 years ago