Commit Graph

17372 Commits (60457f1d9ad9984d3da04dec0600ce3de875deae)
 

Author SHA1 Message Date
Brian Clozel e3e404f9f9 Fix optional ContentNegotiationStrategy for Actuator
Since https://jira.spring.io/browse/SPR-16624, the contract for
`ContentNegotiationStrategy` has been refined and should never return an
empty list if it's got no preference for a media type, but it should
rather respond with a `"*/*"` instead.

This commit fixes the `OptionalPathExtensionContentNegotiationStrategy`
defined in the Spring MVC auto-configuration to have that behavior.

Fixes gh-12900
7 years ago
Stephane Nicoll 50d73285f7 Merge branch '2.0.x' 7 years ago
Stephane Nicoll f58f23c5b8 Document that binder doesn't handle static properties
Closes gh-12912
7 years ago
Stephane Nicoll 49f64aab48 Merge branch '2.0.x' 7 years ago
Stephane Nicoll 469ce57016 Remove outdated note
As we've updated the complete ref doc to use a canonical format for
configuration keys, this not is outdated and this commit removes it.
7 years ago
Stephane Nicoll 6df1ea3544 Fix use of deprecated property in docs
Closes gh-12940
7 years ago
Brian Clozel e0eadfe723 Merge branch '2.0.x' 7 years ago
Brian Clozel f1b3188c3c Upgrade to Netty 4.1.24.Final 7 years ago
Madhura Bhave c449660642 Merge branch '2.0.x' 7 years ago
Madhura Bhave 5afa7d1965 Reset URLStreamHandlerFactory instance between tests 7 years ago
Stephane Nicoll 719fcb4038 Merge branch '2.0.x' 7 years ago
Stephane Nicoll c9e819fdeb Merge pull request #12922 from dreis2211:replace-code-tags
* pr/12922:
  Replace <code> tags where possible
7 years ago
dreis2211 a930835b92 Replace <code> tags where possible
Closes gh-12922
7 years ago
Madhura Bhave d7abbe37cd Merge branch '2.0.x' 7 years ago
Madhura Bhave 5792042d5d Fix verify statements in tests 7 years ago
Madhura Bhave ca41a3c1cc Merge branch '2.0.x' 7 years ago
Madhura Bhave c93f7ddff6 Make truststore & keystore optional on SslStoreProvider
Fixes gh-11395
7 years ago
Madhura Bhave c81e984b79 Merge branch '2.0.x' 7 years ago
Madhura Bhave 2e836ac74b Use token to prevent rate limiting by Github API 7 years ago
Stephane Nicoll 36e33a3b94 Merge branch '2.0.x' 7 years ago
Stephane Nicoll 5ecf33958c Merge pull request #12877 from evernat:patch-1
* pr/12877:
  Add reference to javamelody starter
7 years ago
evernat 91fa76a9a2 Add reference to javamelody starter
Closes gh-12877
7 years ago
Madhura Bhave 5d949cc736 Merge branch '2.0.x' 7 years ago
Madhura Bhave 35af166750 Fix tests
See gh-11380
7 years ago
Madhura Bhave a8707c520c Merge branch '2.0.x' 7 years ago
Madhura Bhave cab9bff4f4 Log included profiles according to the processing order
This commit includes some refactoring of active profiles
processing. Previously, there was a LIFO Queue for adding active
profiles. Profiles that were added last, were processed first.
Because of this reverse ordering, profiles were prepended to the
environment to preserve the order in which they were logged.
This however didn't work for "included" profiles as they were
prepended to the environment even though they were processed after
the active profile. In this commit, profiles are processed in a FIFO manner
and processed as they're found.

Fixes gh-11380
7 years ago
Stephane Nicoll e72306b33e Merge branch '2.0.x' 7 years ago
Stephane Nicoll 4ef7ea324f Merge pull request #12895 from jnduan:master
* pr/12895:
  Fix additional missing semicolon on sample code
  Add missing semicolon on sample code
7 years ago
Stephane Nicoll 026d8bed5f Fix additional missing semicolon on sample code
Closes gh-12895
7 years ago
Jienan Duan 90ae14ec21 Add missing semicolon on sample code
See gh-12895
7 years ago
Stephane Nicoll c7645604a6 Merge branch '2.0.x' 7 years ago
Stephane Nicoll 97877c2aab Merge pull request #12894 from jkschneider:webmvc-tags-perf
* pr/12894:
  Polish "Less object instantiation in WebMvcTags"
  Less object instantiation in WebMvcTags
7 years ago
Stephane Nicoll 2b98b11c12 Polish "Less object instantiation in WebMvcTags"
Closes gh-12894
7 years ago
Jon Schneider d676147680 Less object instantiation in WebMvcTags
See gh-12894
7 years ago
Stephane Nicoll c43eb89823 Make sure that finalName is read only
Closes gh-12608
7 years ago
Stephane Nicoll b2f34f5c20 Remove spring.provides
Closes gh-12435
7 years ago
Stephane Nicoll 9b5c39a541 Merge pull request #12550 from ruifigueira:feature/hibernate-metrics
* pr/12550:
  Polish "Add auto-configuration for Hibernate metrics"
  Add auto-configuration for Hibernate metrics
7 years ago
Stephane Nicoll a85998f4c3 Polish "Add auto-configuration for Hibernate metrics"
Closes gh-12550
7 years ago
Rui Figueira b6b92ba937 Add auto-configuration for Hibernate metrics
All Hibernate entityManagerFactories are automatically instrumented
and their statistics are included into Micrometer using its
HibernateMetrics binder.

Closes gh-12550
7 years ago
Stephane Nicoll 3cb2246e7a Merge branch '2.0.x' 7 years ago
Stephane Nicoll 0bc7bef5e5 Properly handle InvalidEndpointRequestException
This commit makes sure that `InvalidEndpointRequestException` is wrapped
in a `ReflectionException` when invoked via JMX.

Closes gh-12857
7 years ago
Stephane Nicoll f139dc3608 Merge branch '2.0.x' 7 years ago
Stephane Nicoll 2002115637 Add doc ref for hierarchical name mapping 7 years ago
Stephane Nicoll 12541d7efc Merge branch '2.0.x' 7 years ago
Stephane Nicoll 1c0f589c01 Simplify Joinfaces community starter entry
See gh-12867
7 years ago
Stephane Nicoll 0fd743cdb1 Merge branch '2.0.x' 7 years ago
Stephane Nicoll 369856dd2a Merge pull request #12866 from dreis2211:fix-duplicated-comment-typos
* pr/12866:
  Fix duplicate words in comments
7 years ago
dreis2211 2bbf438c36 Fix duplicate words in comments
Closes gh-12866
7 years ago
Madhura Bhave 982a110fc1 Merge branch '2.0.x' 7 years ago
Madhura Bhave df7ddeefc4 Polish promotion script
See gh-12292
7 years ago