Commit Graph

28018 Commits (9c417d280c57f18c9d3a8eb1dd8807380ad95d0a)
 

Author SHA1 Message Date
Andy Wilkinson 84ff233590 Polish "Test the launch script when executed directly"
See gh-21388
4 years ago
Alexey Vinogradov 02a6a84499 Test the launch script when executed directly
See gh-21388
4 years ago
Madhura Bhave d0507ac2f0 Merge branch '2.3.x' 4 years ago
Madhura Bhave 43c0b3d4dc Merge branch '2.2.x' into 2.3.x 4 years ago
Madhura Bhave b14bd45399 Fix syntax for slack notification
See gh-22709
4 years ago
Madhura Bhave 41f5ba9077 Switch layering on by default
Closes gh-20983
4 years ago
Andy Wilkinson eaca13cb01 Merge branch '2.3.x' 4 years ago
Andy Wilkinson 6ca4e22831 Merge branch '2.2.x' into 2.3.x 4 years ago
Andy Wilkinson 944fe4c660 Polish 4 years ago
Andy Wilkinson f936185fbf Merge branch '2.3.x'
Closes gh-22712
4 years ago
Andy Wilkinson 992deb4647 Merge branch '2.2.x' into 2.3.x
Closes gh-22711
4 years ago
Andy Wilkinson a334134fd0 Make Slack build failure notifications more noticeable
Closes gh-22709
4 years ago
Stephane Nicoll e18198237b Merge pull request #22699 from dreis2211
* pr/22699:
  Use Supplier variants of Assert methods

Closes gh-22699
4 years ago
dreis2211 e49e2dfff1 Use Supplier variants of Assert methods
See gh-22699
4 years ago
Stephane Nicoll bb3066f61a Merge branch '2.3.x'
Closes gh-22707
4 years ago
Stephane Nicoll 13f1d00048 Merge branch '2.2.x' into 2.3.x
Closes gh-22706
4 years ago
Stephane Nicoll 4082cddce2 Merge branch '2.1.x' into 2.2.x
Closes gh-22705
4 years ago
Stephane Nicoll bc020d95b6 Merge pull request #22704 from izeye
* pr/22704:
  Fix broken links to Micrometer registry docs

Closes gh-22704
4 years ago
Johnny Lim bd2874de49 Fix broken links to Micrometer registry docs
See gh-22704
4 years ago
Andy Wilkinson 1168d8fa74 Reduce reflection in LoggingSystem to make it more Graal-friendly
Closes gh-22594
4 years ago
Andy Wilkinson 989fc36528 Polish 4 years ago
Andy Wilkinson 86e34dc4a7 Merge pull request #22696 from dreis2211
* gh-22696:
  Polish "Fix NPE in BeanDefinitionLoader when XML support is disabled"
  Fix NPE in BeanDefinitionLoader when XML support is disabled

Closes gh-22696
4 years ago
Andy Wilkinson 11a296b068 Polish "Fix NPE in BeanDefinitionLoader when XML support is disabled"
See gh-22696
4 years ago
dreis2211 2bdeba8aaa Fix NPE in BeanDefinitionLoader when XML support is disabled
See gh-22696
4 years ago
Brian Clozel 6efff7b585 Merge branch '2.3.x'
Closes gh-22698
4 years ago
Brian Clozel 8dedeb4c6a Fix missing liveness and readiness indicators
Prior to this commit, the livenessState and readinessState health
indicators would not be configured automatically and would be missing
from the "liveness" and "readiness" health groups, leading to 404s when
hitting the `/actuator/health/liveness` or `/actuator/health/readiness`.

This commit ensures that the health indicators beans have the proper
name and revisits the auto-configuration conditions to reflect that as
well.

Fixes gh-22562
4 years ago
Brian Clozel e6957ec8c4 Merge branch '2.3.x'
Closes gh-22697
4 years ago
Brian Clozel 4aa010c874 Merge pull request #22631 from ttddyy
* gh-22631:
  Polish "Document properties to enable probe health indicators"
  Document properties to enable probe health indicators

Closes gh-22631
4 years ago
Brian Clozel 35093aacf4 Polish "Document properties to enable probe health indicators"
See gh-22631
4 years ago
Tadaya Tsuyukubo 630cbae7d7 Document properties to enable probe health indicators
Document property names to enable probe(readiness/liveness)
health indicators.

See gh-22631
4 years ago
Andy Wilkinson 6c67c5d763 Try to fix Windows-specific CI failures 4 years ago
Andy Wilkinson 8b40427402 Merge branch '2.3.x'
Closes gh-22687
4 years ago
Andy Wilkinson 7d25948ab5 Merge branch '2.2.x' into 2.3.x
Closes gh-22686
4 years ago
Andy Wilkinson df198a0cd8 Merge pull request #22681 from biergit
* gh-22681:
  Polish "Look in correct context when finding Liquibase beans"
  Look in correct context when finding Liquibase beans

Closes gh-22681
4 years ago
Andy Wilkinson 59b1df4548 Polish "Look in correct context when finding Liquibase beans"
See gh-22681
4 years ago
biergit 62156810cf Look in correct context when finding Liquibase beans
See gh-22681
4 years ago
Andy Wilkinson 07d59ce659 Merge branch '2.3.x' 4 years ago
Andy Wilkinson 2939476852 Allow build-pr-project.sh to be executed
See gh-22645
4 years ago
Andy Wilkinson d2926e0222 Merge branch '2.3.x'
Closes gh-22678
4 years ago
Andy Wilkinson 00cd8945d5 Document how to use Gradle's native bom support
Closes gh-21570
4 years ago
Andy Wilkinson 95f76d68af Merge branch '2.3.x'
Closes gh-22677
4 years ago
Andy Wilkinson f81e8909fa Document how to re-enable DataSource auto-config when using R2DBC
Closes gh-22094
4 years ago
Andy Wilkinson fae4f5e36a Merge branch '2.3.x'
Closes gh-22676
4 years ago
Andy Wilkinson cba9f5b86e Avoid having multiple wars when project's version changes
Fixes gh-21606
4 years ago
Andy Wilkinson aaa911db16 Merge branch '2.3.x'
Closes gh-22673
4 years ago
Andy Wilkinson 6ee0f8df1b Merge branch '2.2.x' into 2.3.x
Closes gh-22672
4 years ago
Andy Wilkinson 49f8943a5f Register ErrorPageFilter for async dispatch
Fixes gh-19471
4 years ago
Andy Wilkinson 5f1198c917 Merge branch '2.3.x'
Closes gh-22670
4 years ago
Andy Wilkinson 45346b63ba Merge branch '2.2.x' into 2.3.x
Closes gh-22669
4 years ago
Andy Wilkinson 22dc4e7608 Clarify documentation on @AutoConfigureRestDocs with WebTestClient
Closes gh-15977
4 years ago