17635 Commits

Author SHA1 Message Date
Moritz Halbritter
6ef73cddb2 Polish LocalDevToolsAutoConfiguration 2023-01-17 10:44:07 +01:00
Moritz Halbritter
9f2ed201b2 Improve error message when start goal can't contact running application
Closes gh-24044
2023-01-16 15:58:03 +01:00
Moritz Halbritter
6cec0187c3 Include exception message in condition result when docker is unavailable
Closes gh-20582
2023-01-16 14:09:21 +01:00
Moritz Halbritter
81a57944b1 Include 'MVC' in starter-websocket description
Closes gh-32493
2023-01-16 12:02:27 +01:00
Moritz Halbritter
96175a8e50 Use OperationParameter consistently
Closes gh-31240
2023-01-16 11:23:21 +01:00
Moritz Halbritter
484d662085 Allow multiple startsWith, contains and endsWith clauses in bomr
- Add support for startsWith prohibition
2023-01-12 17:33:26 +01:00
Moritz Halbritter
aca087e762 Add more possibilities to prohibit version upgrades
Closes gh-32457
2023-01-12 16:08:06 +01:00
Andy Wilkinson
22b253d8c4 Start building against Spring AMQP 2.4.9 snapshots
See gh-33790
2023-01-12 13:13:04 +00:00
Andy Wilkinson
5c470d1f20 Start building against Spring WS 3.1.5 snapshots
See gh-33789
2023-01-12 13:13:03 +00:00
Andy Wilkinson
152de5f55e Start building against Spring Data 2021.2.7 snapshots
See gh-33788
2023-01-12 13:13:03 +00:00
Andy Wilkinson
98f3bf8b4c Upgrade to XmlUnit2 2.9.1
Closes gh-33787
2023-01-12 13:13:03 +00:00
Andy Wilkinson
8044493b7f Upgrade to Spring Framework 5.3.25
Closes gh-33786
2023-01-12 13:13:03 +00:00
Andy Wilkinson
5c74b7ceba Upgrade to Reactor Bom 2020.0.27
Closes gh-33785
2023-01-12 13:13:02 +00:00
Andy Wilkinson
2a80d961d1 Upgrade to Micrometer 1.9.7
Closes gh-33784
2023-01-12 13:13:02 +00:00
Andy Wilkinson
ed364768e9 Upgrade to MariaDB 3.0.10
Closes gh-33783
2023-01-12 13:13:02 +00:00
Andy Wilkinson
f3a03f9b0f Upgrade to Jolokia 1.7.2
Closes gh-33782
2023-01-12 13:13:02 +00:00
Andy Wilkinson
7d26a29717 Upgrade to Infinispan 13.0.15.Final
Closes gh-33781
2023-01-12 13:13:01 +00:00
Andy Wilkinson
b3d0d6b72a Upgrade to Groovy 3.0.14
Closes gh-33780
2023-01-12 13:13:01 +00:00
Andy Wilkinson
ffa6706b0b Upgrade to Dropwizard Metrics 4.2.15
Closes gh-33779
2023-01-12 13:13:01 +00:00
Andy Wilkinson
68623cb68a Upgrade to Byte Buddy 1.12.21
Closes gh-33778
2023-01-12 13:13:01 +00:00
Moritz Halbritter
d652491e20 Fix stack overflow in SpringBootMockResolver
Closes gh-32632
2023-01-12 13:24:09 +01:00
Andy Wilkinson
9d57cbc1d5 Drop scoop manifest creation
Closes gh-33703
2023-01-12 12:00:39 +00:00
Moritz Halbritter
1606f5b88c Back off Jooq's TransactionProvider on custom TransactionProvider
Closes gh-32899
2023-01-12 11:24:49 +01:00
Phillip Webb
2cdd071775 Update getting started documentation to use @SpringBootApplication
Closes gh-32795
2023-01-12 10:09:33 +01:00
Moritz Halbritter
d6f682da7e Polish JavaBeanBinder
Closes gh-33762
2023-01-12 09:45:36 +01:00
Andy Wilkinson
3b2e5e5292 Remove references to https://repo.spring.io/release 2023-01-11 17:03:45 +00:00
Andy Wilkinson
985094d33d Upgrade to Spring Asciidoctor Extensions 0.6.1
Closes gh-33744
2023-01-11 12:45:08 +00:00
Yongjo Lee
0440e5d1ac Fix duplicate 'the' typo
See gh-33736
2023-01-11 13:39:47 +01:00
Sébastien Deleuze
4466bffe52 Fix typo in class name MultipleConnectionPoolConfigurationsFailureAnalzyer
See gh-33751
2023-01-11 13:24:01 +01:00
Moritz Halbritter
7a148747a0 Fix NPE in RabbitProperties if user is given but password is not
Closes gh-33752
2023-01-11 11:13:51 +01:00
Phillip Webb
a369f936c9 Replace references to Pivotal
Closes gh-33737
2023-01-09 18:09:20 -08:00
Phillip Webb
80cfcb71ec Update copyright year of changed files 2023-01-09 15:18:10 -08:00
Phillip Webb
232807d388 Increase block timeout 2023-01-09 15:17:47 -08:00
Phillip Webb
6a0a61f1ce Refine EndpointRequest matcher toString and apply to reactive variant
Refine the recently introduced `EndpointRequest` matcher `toString()`
to use lower-case item names. Also applied the same logic to the
reactive variant.

See gh-33690
2023-01-09 14:41:41 -08:00
rishal
c84399e705 Add toString method for EndpointRequestMatcher
See gh-33690
2023-01-09 12:34:43 +01:00
Joseph Lane
54754d2c7a Fix typo in External Configuration documentation
See gh-33630
2023-01-09 12:12:50 +01:00
Bart
aa8a531731 Fix a type in the ExitCodeGenerator documentation
See gh-33658
2023-01-09 10:38:32 +01:00
Christoph Dreis
1b4ef5db0f Update copyrights to 2023
See gh-33682
2023-01-09 10:35:07 +01:00
Kaveh Shamsi
2d95e4a31e Fix JavaDoc typo in LocalServerPort
See gh-33683
2023-01-09 10:27:40 +01:00
Phillip Webb
68af379714 Don't use repo.spring.io in released Homebrew or Scoop recipes
Update our Homebrew and Scoop recipes to use `repo1.maven.org` rather
than `repo.spring.io` for releases.

Fixes gh-33702
2023-01-05 13:56:58 -08:00
Phillip Webb
e4772cf3b7 Update copyright year of changed files 2022-12-22 00:59:32 -08:00
Phillip Webb
5ba52d0000 Polish formatting 2022-12-21 22:53:54 -08:00
Phillip Webb
a2a59dd627 Polish 'Improve gradle plugin tags documentation'
See gh-33614
2022-12-21 22:52:27 -08:00
Shekhar Aggarwal
a1df607dd8 Improve gradle plugin tags documentation
See gh-33614
2022-12-21 22:50:02 -08:00
Phillip Webb
c205ba0694 Polish 'Improve maven plugin tags documentation'
See gh-33609
2022-12-21 22:47:28 -08:00
Shekhar Aggarwal
79557012a7 Improve maven plugin tags documentation
See gh-33609
2022-12-21 22:46:42 -08:00
Phillip Webb
42aa661e69 Polish 'Fix typo in LocalDevToolsAutoConfiguration logging'
See gh-33569
2022-12-21 22:35:38 -08:00
Artur
549c9e5076 Fix typo in LocalDevToolsAutoConfiguration logging
See gh-33569
2022-12-21 22:35:05 -08:00
Phillip Webb
bc6fc33498 Polish 2022-12-21 10:16:25 -08:00
Phillip Webb
1939d23de3 Upgrade to Undertow 2.2.22.Final
Closes gh-33585
2022-12-21 08:04:32 -08:00