Commit Graph

  • 2f586773a0
    Merge 268032928c into e6e61a9acf Vasily Pelikh 2025-10-11 01:43:09 +0900
  • 7b730599a2
    Merge 7339804125 into f85c74327d Dmytro Nosan 2025-10-10 19:41:27 +0300
  • c1ece0187a
    Merge 605797a49e into e6e61a9acf Vedran Pavic 2025-10-10 19:39:16 +0300
  • e6e61a9acf Merge branch '3.5.x' main Stéphane Nicoll 2025-10-10 18:36:46 +0200
  • ef153c011f Merge branch '3.4.x' into 3.5.x 3.5.x Stéphane Nicoll 2025-10-10 18:36:35 +0200
  • 08b4223839 Start building against Spring Batch 5.2.4 snapshots Stéphane Nicoll 2025-10-10 18:31:50 +0200
  • f85c74327d Start building against Spring Batch 5.2.4 snapshots 3.4.x Stéphane Nicoll 2025-10-10 18:30:38 +0200
  • c1cd43dd07 Merge pull request #47477 from fmbenhassine Stéphane Nicoll 2025-10-10 18:28:52 +0200
  • 8cd7c2277f Polish "Start building against Spring Batch 6.0.0-RC1 snapshots" Stéphane Nicoll 2025-10-10 18:20:22 +0200
  • f96301903a
    Merge df59b1c98c into d25073f73b Yanming Zhou 2025-10-11 00:13:57 +0800
  • 2a1b3acc4e
    Merge 802b3dbceb into d25073f73b Stefano Cordio 2025-10-11 01:03:59 +0900
  • ff2475e56f
    Merge 05f8bb4e0e into d25073f73b hojooo 2025-10-11 01:01:49 +0900
  • 7941452a74
    Merge 4a5d42e560 into d25073f73b Vasily Pelikh 2025-10-11 00:55:13 +0900
  • 491019d4fe Start building against Spring Batch 6.0.0-RC1 snapshots Mahmoud Ben Hassine 2025-10-09 17:54:53 +0200
  • d25073f73b Merge pull request #47478 from quaff Stéphane Nicoll 2025-10-10 17:40:10 +0200
  • aa09c8583d Fix wrong variable name Yanming Zhou 2025-10-10 17:43:46 +0800
  • 28007a96c8
    Merge edf109c05e into 661574b226 dependabot[bot] 2025-10-10 16:54:26 +0200
  • 3f4aae0cce
    Merge 9319625cc4 into 661574b226 hojooo 2025-10-10 15:52:57 +0200
  • 4deb1d87bc
    Merge branch 'spring-projects:main' into patch-1 hanouard 2025-10-10 15:52:17 +0200
  • 661574b226 Include REST Docs properties in testing properties Andy Wilkinson 2025-10-10 14:49:09 +0100
  • a502f4db8d Use spring.restdocs as prefix for Spring REST Docs properties Andy Wilkinson 2025-10-10 14:29:36 +0100
  • e6e0db04be Polish documentation following relocation of TestRestTemplate Andy Wilkinson 2025-10-10 14:28:54 +0100
  • 605797a49e Add AWS to cloud platforms Vedran Pavic 2025-10-10 15:25:22 +0200
  • f10b80cf6f Merge branch '3.5.x' Stéphane Nicoll 2025-10-10 14:25:04 +0200
  • b99daec604 Merge branch '3.4.x' into 3.5.x Stéphane Nicoll 2025-10-10 14:09:16 +0200
  • 30938e30f0 Rename annotations used by tests of the configuration processor Stéphane Nicoll 2025-10-10 13:50:43 +0200
  • 5afbec7033 Correct package in spring-boot-resttestclient to match module name Andy Wilkinson 2025-10-10 12:32:57 +0100
  • fd2b29d3cc Include checking of AutoConfigure….imports in check lifecycle Andy Wilkinson 2025-10-10 12:27:24 +0100
  • a6a22c18b4 Polish Andy Wilkinson 2025-10-10 12:13:30 +0100
  • afc8df80d5 Make AutoConfigureRestClient auto-configure JSON Andy Wilkinson 2025-10-10 12:13:15 +0100
  • 885f90da0c Introduce spring-boot-webclient-test Andy Wilkinson 2025-10-10 12:11:43 +0100
  • 716668c9cb Fix wrong variable name Yanming Zhou 2025-10-10 17:43:46 +0800
  • 1706a7cff6 Include Micrometer test modules in OpenTelemetry test starter Andy Wilkinson 2025-10-10 10:18:34 +0100
  • 2a2d3a88d2 Correct imports for AutoConfigureJson Andy Wilkinson 2025-10-10 09:55:20 +0100
  • f549467666 Rename SharedObjectMapper to SharedJsonMapper Andy Wilkinson 2025-10-10 09:33:34 +0100
  • 6e4b88d850 Add property to configure Jackson 3 with Boot's Jackson 2 defaults Andy Wilkinson 2025-10-10 09:08:26 +0100
  • 630797fa9b Merge branch '3.5.x' Andy Wilkinson 2025-10-10 08:42:21 +0100
  • bb0fd0c778 Update javadoc of TestRestTemplate after change to redirect behavior Andy Wilkinson 2025-10-10 08:41:43 +0100
  • 802b3dbceb Decorate all Assert implementations with @CheckReturnValue Stefano Cordio 2025-08-11 00:01:55 +0200
  • e01b36216a Revert Support pluggable types for EndpointJsonMapper Phillip Webb 2025-10-09 22:48:45 -0700
  • 02b2d03acf Rationalize HTTP client configuration properties Phillip Webb 2025-10-09 22:18:39 -0700
  • f4e8cacbcd Polish Phillip Webb 2025-10-09 22:17:24 -0700
  • 9eb05ebb10 Create spring-boot-resttestclient and spring-boot-webtestclient modules Andy Wilkinson 2025-10-09 21:58:32 -0700
  • 16d8878cd8 Support embedded web environment with @AutoConfigureWebTestClient Andy Wilkinson 2025-10-07 15:28:08 +0100
  • 3bf53f8bf5 Introduce @AutoConfigureTestRestTemplate Andy Wilkinson 2025-10-07 11:19:06 +0100
  • 062bda3229 Polish test starters Andy Wilkinson 2025-10-08 11:53:00 +0100
  • 7339804125 Stop using @ConditionalOnClass on @Bean methods Dmytro Nosan 2025-10-07 12:27:25 +0200
  • 86da96fb47 Rename test anotations in configuration processor Dev Bulchandani 2025-10-10 01:50:13 +0530
  • cb27249d28 Incorporate fix from Spring gRPC (serviceConfig map) onobc 2025-10-09 13:19:35 -0500
  • 07394d1524
    Merge 8a3f3572a7 into 873a771bc2 dependabot[bot] 2025-10-09 10:07:33 -0700
  • dd4e68f613
    Merge 73a2c82f8b into 873a771bc2 Dmitrii Karagodin 2025-10-09 10:07:33 -0700
  • 8668711429
    Merge 8664d53e52 into 873a771bc2 Dylan Miska 2025-10-09 10:07:33 -0700
  • e51521d2e5
    Merge 6f4978de17 into 873a771bc2 Michal Domagala 2025-10-09 10:07:33 -0700
  • 281c7189e3
    Merge 7a6c409986 into 873a771bc2 dependabot[bot] 2025-10-09 10:07:33 -0700
  • dc4e5224ab
    Merge b826bd3c2a into 873a771bc2 dependabot[bot] 2025-10-09 10:07:33 -0700
  • 12224b2f54
    Update Spring Batch modules to latest changes in v6 snapshots Mahmoud Ben Hassine 2025-10-09 17:54:53 +0200
  • 873a771bc2 Merge branch '3.5.x' Andy Wilkinson 2025-10-09 14:14:28 +0100
  • 2776021356 Merge branch '3.4.x' into 3.5.x Andy Wilkinson 2025-10-09 14:13:47 +0100
  • bee968e0db Fix Bitnami variant of Neo4j Docker Compose test Andy Wilkinson 2025-10-09 14:13:01 +0100
  • f2176791ea Merge branch '3.5.x' Stéphane Nicoll 2025-10-09 14:48:04 +0200
  • ca8e8c89ab Merge branch '3.4.x' into 3.5.x Stéphane Nicoll 2025-10-09 14:47:50 +0200
  • a3b1ad2ac6 Start building against Spring WS 4.1.2 snapshots Stéphane Nicoll 2025-10-09 14:34:27 +0200
  • 5128d71ce6 Start building against Spring Session 3.5.3 snapshots Stéphane Nicoll 2025-10-09 14:34:23 +0200
  • 4e2407364d Start building against Spring Security 6.5.6 snapshots Stéphane Nicoll 2025-10-09 14:34:19 +0200
  • 3abb15dfba Start building against Spring Pulsar 1.2.11 snapshots Stéphane Nicoll 2025-10-09 14:34:14 +0200
  • be17f2c8af Start building against Spring LDAP 3.3.4 snapshots Stéphane Nicoll 2025-10-09 14:34:10 +0200
  • 15236f457d Start building against Spring Framework 6.2.12 snapshots Stéphane Nicoll 2025-10-09 14:34:06 +0200
  • f96deda009 Start building against Spring Data Bom 2025.0.5 snapshots Stéphane Nicoll 2025-10-09 14:34:01 +0200
  • e39b52450c Start building against Spring Authorization Server 1.5.3 snapshots Stéphane Nicoll 2025-10-09 14:33:56 +0200
  • 40988c959b Start building against Reactor Bom 2024.0.11 snapshots Stéphane Nicoll 2025-10-09 14:33:52 +0200
  • a4b644055f Start building against Micrometer Tracing 1.5.5 snapshots Stéphane Nicoll 2025-10-09 14:33:48 +0200
  • ce953a19a7 Start building against Micrometer 1.15.5 snapshots Stéphane Nicoll 2025-10-09 14:33:44 +0200
  • 3038fb89ec Start building against Spring WS 4.0.16 snapshots Stéphane Nicoll 2025-10-09 14:30:33 +0200
  • 13a5a336b6 Start building against Spring Session 3.4.6 snapshots Stéphane Nicoll 2025-10-09 14:30:29 +0200
  • 3abcba2bcc Start building against Spring Security 6.4.12 snapshots Stéphane Nicoll 2025-10-09 14:30:25 +0200
  • 58831a7fe2 Start building against Spring Pulsar 1.2.11 snapshots Stéphane Nicoll 2025-10-09 14:30:21 +0200
  • b9f5f27372 Start building against Spring LDAP 3.2.15 snapshots Stéphane Nicoll 2025-10-09 14:30:17 +0200
  • 4a71a718f2 Start building against Spring Framework 6.2.12 snapshots Stéphane Nicoll 2025-10-09 14:30:13 +0200
  • 2e7b21afbe Start building against Spring Data Bom 2024.1.11 snapshots Stéphane Nicoll 2025-10-09 14:30:09 +0200
  • c21066b1ba Start building against Spring Authorization Server 1.4.6 snapshots Stéphane Nicoll 2025-10-09 14:30:06 +0200
  • 7b9041a527 Start building against Reactor Bom 2024.0.11 snapshots Stéphane Nicoll 2025-10-09 14:30:01 +0200
  • 15ddadc615 Start building against Micrometer Tracing 1.4.11 snapshots Stéphane Nicoll 2025-10-09 14:29:57 +0200
  • df89349424 Start building against Micrometer 1.14.12 snapshots Stéphane Nicoll 2025-10-09 14:29:53 +0200
  • da74dd92c9 Merge branch '3.5.x' Andy Wilkinson 2025-10-09 10:58:52 +0100
  • c6311feb82 Merge branch '3.4.x' into 3.5.x Andy Wilkinson 2025-10-09 10:57:40 +0100
  • 9e621d65c4 Merge branch '3.4.x' into 3.5.x Andy Wilkinson 2025-10-09 10:55:21 +0100
  • 4a5d42e560 Add 'logging' as new metric export type Vasily Pelikh 2025-10-09 12:28:48 +0300
  • 1754e2e909 Merge branch '3.5.x' Stéphane Nicoll 2025-10-09 11:41:00 +0200
  • f3f17be250 Merge pull request #47436 from JinhyeokFang Stéphane Nicoll 2025-10-09 11:40:25 +0200
  • e465b5a276 Fix typo 방진혁 2025-10-09 10:15:51 +0900
  • 65236603fc Polish Stéphane Nicoll 2025-10-09 11:29:25 +0200
  • 3ba61c3fa7 Improve handling of annotation properties in architecture checks Andy Wilkinson 2025-10-09 09:55:25 +0100
  • df59b1c98c Introduce a shared abstraction for database initialization Yanming Zhou 2025-05-06 12:28:46 -0700
  • bc29ad23be Fix typo 방진혁 2025-10-09 10:15:51 +0900
  • 2196f6da73 Revert "Ignore failing Spring Data JDBC tests" Phillip Webb 2025-10-08 18:20:16 -0700
  • c21293bb24 Ignore failing Spring Data JDBC tests Phillip Webb 2025-10-08 13:10:17 -0700
  • 33038d3e1e Exclude shaded JSON packages from architecture checks Stéphane Nicoll 2025-10-08 13:59:08 +0200
  • 73a2c82f8b Write signature files to uber wars for Oracle Java 17 verification Dmitrii Karagodin 2025-09-19 21:59:00 +0300
  • b66509b4e1 Merge pull request #46410 from ppkarwasz Stéphane Nicoll 2025-10-08 10:43:20 +0200
  • e20e2393c9 Polish "Add runtime hints for Log4j Core 2" Stéphane Nicoll 2025-10-07 17:07:34 +0200