Commit Graph

39463 Commits (ce018d5b6e98fa67d82fa9dcb5b9019523cb386e)
 

Author SHA1 Message Date
Stephane Nicoll 0c5d5c331a Start building against Spring Framework 5.3.23 snapshots
See gh-32267
2 years ago
Stephane Nicoll 126c3cf0d8 Start building against Rector 2020.0.23 snapshots
See gh-32266
2 years ago
Stephane Nicoll 33b3a5f8bf Start building against Micrometer 1.8.10 snapshots
See gh-32265
2 years ago
Phillip Webb 2f78d52c36 Merge branch '2.7.x' 2 years ago
Phillip Webb 55ad2b9371 Remove accidentally committed debug code 2 years ago
Phillip Webb 46be4a3f30 Merge branch '2.7.x' 2 years ago
Phillip Webb e88a682220 Merge branch '2.6.x' into 2.7.x 2 years ago
Phillip Webb 85697ac482 Update copyright year of changed files 2 years ago
Phillip Webb 6e239d551a Update Spring Batch to upstream API changes
Fix Spring Batch tests following upstream changes related to Spring
Batch issue 4130.

Closes gh-32237
2 years ago
Phillip Webb 127d320636 Refactor code to work around Eclipse compiler bug
Refactor code to work around the Eclipse compiler bug reported at
https://github.com/eclipse-jdt/eclipse.jdt.core/issues/378

Closes gh-32264
2 years ago
Andy Wilkinson 0555dda63d Remove rarely used commands from the CLI
Closes gh-32263
2 years ago
Andy Wilkinson e112657e1a Merge branch '2.7.x'
Closes gh-32261
2 years ago
Andy Wilkinson 020e6dd3f1 Merge branch '2.6.x' into 2.7.x
Closes gh-32260
2 years ago
Andy Wilkinson 280ce6390a Add NINETEEN to JavaVersion enum
Closes gh-32226
2 years ago
Andy Wilkinson 5352468bcc Adapt to breaking transaction manager change in Spring Batch
See gh-32237
See spring-projects/spring-batch#4130
2 years ago
Stephane Nicoll 0f9ff867e7 Merge branch '2.7.x' 2 years ago
Stephane Nicoll 9a26f47fa5 Upgrade Ubuntu version in CI images
Closes gh-32253
2 years ago
Stephane Nicoll 1365eb7151 Merge branch '2.6.x' into 2.7.x 2 years ago
Andy Wilkinson 5577d16823 Start building against Spring Security 6.0.0-M7 snapshots
See gh-32255
2 years ago
Stephane Nicoll 5e132fb3a6 Upgrade Ubuntu version in CI images
Closes gh-32251
2 years ago
Stephane Nicoll 3852cf4c44 Upgrade Ubuntu version in CI images
Closes gh-32252
2 years ago
Andy Wilkinson 62a84487c9 Start building against Spring Data 2022.0.0-M6 snapshots
See gh-32254
2 years ago
Phillip Webb d4ed2bd47a Support import into Eclipse 2022-06
Fix a few issues preventing clean project import into Eclipse 2022-06:

  - `buildSrc` need to limit module imports to prevent clashes
    with those in the gradle API jar.

  - The CLI app needs some classpath changes in order to allow
    compileOnly project dependencies to resolve.

  - `AbstractJpaAutoConfigurationTests` needs some minor refactoring
    in order for generic captures to work with the Eclipse compiler.
2 years ago
Andy Wilkinson 5470a6b349 Call FlywayConfigurationCustomizers after applying all other config
Closes gh-32070
2 years ago
Stephane Nicoll d546ea515a Merge pull request #31769 from vpavic
* pr/31769:
  Add support for customizing WebJars resource handler path pattern

Closes gh-31769
2 years ago
Vedran Pavic 94f42d11e5 Add support for customizing WebJars resource handler path pattern
At present, both Spring MVC and Spring WebFlux auto-configurations
hardcode the path pattern for WebJars resource handlers to
"/webjars/**", which means users are unable to change the path.

This commit introduces "spring.mvc.webjars-path-pattern" and
"spring.webflux.webjars-path-pattern" configuration properties that
allow customization of WebJars resource handler path pattern.

See gh-31769
2 years ago
Stephane Nicoll ec63a981d0 Merge branch '2.7.x'
Closes gh-32248
2 years ago
Stephane Nicoll 2fb257ad22 Merge branch '2.6.x' into 2.7.x
Closes gh-32247
2 years ago
Stephane Nicoll 1f535a6c55 Merge pull request #32142 from neilstevenson
* pr/32142:
  Polish "Add support for detecting .yml Hazelcast config files"
  Add support for detecting .yml Hazelcast config files

Closes gh-32142
2 years ago
Stephane Nicoll 19c69ff743 Polish "Add support for detecting .yml Hazelcast config files"
See gh-32142
2 years ago
Neil Stevenson 5eaafdee9a Add support for detecting .yml Hazelcast config files
See gh-32142
2 years ago
Stephane Nicoll 9fb0ecdae9 Merge branch '2.7.x'
Closes gh-32246
2 years ago
Stephane Nicoll 74a88cd34a Merge pull request #32184 from ldziedziul
* pr/32184:
  Polish "Make sure Hazelcast shutdown logs are available"
  Make sure Hazelcast shutdown logs are available

Closes gh-32184
2 years ago
Stephane Nicoll 960b034875 Polish "Make sure Hazelcast shutdown logs are available"
See gh-32184
2 years ago
Łukasz Dziedziul 24f3b2b1b7 Make sure Hazelcast shutdown logs are available
See gh-32184
2 years ago
Stephane Nicoll 86e2edf911 Merge pull request #32215 from izeye
* pr/32215:
  Polish

Closes gh-32215
2 years ago
Johnny Lim 2273191c03 Polish
See gh-32215
2 years ago
Stephane Nicoll cfdceba687 Merge branch '2.7.x'
Closes gh-32245
2 years ago
Stephane Nicoll 9ef067d589 Merge branch '2.6.x' into 2.7.x
Closes gh-32244
2 years ago
Stephane Nicoll cd61d69a2f Merge pull request #32235 from valentine-dev
* pr/32235:
  Support lower-case input in PeriodStyle

Closes gh-32235
2 years ago
valentine-dev 89e19ddab9 Support lower-case input in PeriodStyle
See gh-32235
2 years ago
Stephane Nicoll 59ecc962ca Merge branch '2.7.x' 2 years ago
Stephane Nicoll d44fb56f58 Merge branch '2.6.x' into 2.7.x 2 years ago
Stephane Nicoll df0674c949 Upgrade to Postgresql 42.3.7
Closes gh-32243
2 years ago
Stephane Nicoll 7688444704 Upgrade to Postgresql 42.3.7
Closes gh-32242
2 years ago
Phillip Webb 8f51cd0e9d Migrate eclipse setup to use Java 17 2 years ago
Phillip Webb bf0fc837dd Merge branch '2.7.x' 2 years ago
Phillip Webb 9bd4cf18f8 Merge branch '2.6.x' into 2.7.x 2 years ago
Phillip Webb f9e8361635 Update eclipse project setup file
Attempt to fix buildSrc import and JDK version.
2 years ago
Andy Wilkinson 791ddfa909 Start building against Spring Batch 5.0.0-M6 snapshots
See gh-32237
2 years ago