Commit Graph

649 Commits

Author SHA1 Message Date
spring-builds
fa7919ea03 Going back to snapshots 2025-04-07 12:30:32 +00:00
spring-builds
0ace23c1e0 Update SNAPSHOT to 4.3.0-M3 2025-04-07 12:25:35 +00:00
spring-builds
aa8b1c169e Going back to snapshots 2025-02-27 20:51:41 +00:00
spring-builds
e92413ccfc Update SNAPSHOT to 4.3.0-M2 2025-02-27 20:46:55 +00:00
spring-builds
6766fd3985 Going back to snapshots 2025-01-30 12:38:44 +00:00
spring-builds
4d0668dcd7 Update SNAPSHOT to 4.3.0-M1 2025-01-30 12:33:16 +00:00
spencergibb
af30fd992d Updates version to 4.3.0-SNAPSHOT 2025-01-17 13:55:36 -05:00
spring-builds
49961ea9b1 Bumping versions to 4.2.1-SNAPSHOT after release 2024-12-03 02:30:58 +00:00
spring-builds
d1f55d7c15 Going back to snapshots 2024-12-03 02:30:56 +00:00
spring-builds
df305e10d3 Update SNAPSHOT to 4.2.0 2024-12-03 02:24:07 +00:00
spring-builds
1a791984fc Going back to snapshots 2024-11-08 13:07:21 +00:00
spring-builds
ccb7adbbda Update SNAPSHOT to 4.2.0-RC1 2024-11-08 13:02:04 +00:00
spencergibb
011719228a Updates for checkstyle 2024-10-23 17:53:41 -04:00
buildmaster
af8f44a709 Going back to snapshots 2024-10-08 14:09:31 +00:00
buildmaster
41d9218e58 Update SNAPSHOT to 4.2.0-M2 2024-10-08 14:04:16 +00:00
buildmaster
38a04d268c Going back to snapshots 2024-08-19 20:01:34 +00:00
buildmaster
243233de35 Update SNAPSHOT to 4.2.0-M1 2024-08-19 19:56:59 +00:00
buildmaster
e91d4b4184 Bumping versions 2024-08-08 14:49:05 +00:00
Olga Maciaszek-Sharma
08c3a742de Move off incompatible Base64Utils. 2024-08-08 12:50:09 +02:00
buildmaster
8e36e70981 Bumping versions 2024-07-24 11:09:28 +00:00
buildmaster
d771b76c33 Bumping versions to 4.1.5-SNAPSHOT after release 2024-07-10 17:51:30 +00:00
buildmaster
c6dc0cdc60 Going back to snapshots 2024-07-10 17:51:29 +00:00
buildmaster
35e39e5acf Update SNAPSHOT to 4.1.4 2024-07-10 17:46:14 +00:00
buildmaster
03c3ab0c37 Bumping versions to 4.1.4-SNAPSHOT after release 2024-05-30 12:32:30 +00:00
buildmaster
2733d2407f Going back to snapshots 2024-05-30 12:32:29 +00:00
buildmaster
c09bf46264 Update SNAPSHOT to 4.1.3 2024-05-30 12:25:32 +00:00
buildmaster
5aecb238ad Bumping versions to 4.1.3-SNAPSHOT after release 2024-03-27 14:57:07 +00:00
buildmaster
9926cb322f Going back to snapshots 2024-03-27 14:57:06 +00:00
buildmaster
706cc29ef3 Update SNAPSHOT to 4.1.2 2024-03-27 14:50:29 +00:00
Olga MaciaszekSharma
0494a3fec3 Revert "Bumping versions"
This reverts commit 5a633693e3.
2024-03-26 14:34:18 +01:00
buildmaster
5a633693e3 Bumping versions 2024-03-23 10:41:30 +00:00
Olga MaciaszekSharma
a1adffc54c Revert "Bumping versions"
This reverts commit 80bb76f90e.
2024-03-22 15:31:24 +01:00
buildmaster
80bb76f90e Bumping versions 2024-03-22 10:41:46 +00:00
Olga MaciaszekSharma
dd8d04874a Fix versioning for 4.1.2-SNAPSHOT. 2024-03-21 18:01:46 +01:00
buildmaster
e505602698 Bumping versions 2024-03-08 10:42:09 +00:00
Olga MaciaszekSharma
1dbdfe85fb Fix versioning. 2024-03-06 19:08:25 +01:00
buildmaster
e47f7f89e6 Bumping versions 2024-01-25 10:39:49 +00:00
buildmaster
494f709202 Bumping versions to 4.1.2-SNAPSHOT after release 2024-01-24 12:53:22 +00:00
buildmaster
e029b11175 Going back to snapshots 2024-01-24 12:53:21 +00:00
buildmaster
052d2f7551 Update SNAPSHOT to 4.1.1 2024-01-24 12:45:50 +00:00
Marcin Grzejszczak
82449c23e8 Merge branch '4.0.x' 2023-12-29 16:04:42 +01:00
Marcin Grzejszczak
48d0531a29 Merge branch '3.1.x' into 4.0.x 2023-12-29 16:00:42 +01:00
Marcin Grzejszczak
d385d67331 Fixed invalid setting of custom port for AutoConfigureWireMock; fixes gh-2074 2023-12-29 16:00:17 +01:00
buildmaster
0ccd23f34b Bumping versions to 3.1.10-SNAPSHOT after release 2023-12-19 00:42:24 +00:00
buildmaster
8afe20d7ed Going back to snapshots 2023-12-19 00:42:23 +00:00
buildmaster
165cca53f8 Update SNAPSHOT to 3.1.9 2023-12-19 00:29:09 +00:00
Marcin Grzejszczak
609b48159b Makes jakarta servlet dependency optional
without this change if you use Spring Cloud Contract WireMock with e.g. WebFlux your Spring Boot context can fail to start beacuse of it can't decide whether the application should be reactive or not.

with this change we're making the dependency optional because it should come from the user, we shouldn't be providing it. Also RestDocs are assuming that that dependency is a runtime one

fixes gh-1854
2023-12-14 10:54:42 +01:00
Marcin Grzejszczak
ebac7f176c Makes jakarta servlet dependency optional
without this change if you use Spring Cloud Contract WireMock with e.g. WebFlux your Spring Boot context can fail to start beacuse of it can't decide whether the application should be reactive or not.

with this change we're making the dependency optional because it should come from the user, we shouldn't be providing it. Also RestDocs are assuming that that dependency is a runtime one

fixes gh-1854
2023-12-14 10:52:30 +01:00
buildmaster
2b81c317da Bumping versions to 4.1.1-SNAPSHOT after release 2023-12-06 16:56:23 +00:00
buildmaster
633ddd9fd3 Going back to snapshots 2023-12-06 16:56:22 +00:00