Commit Graph

38424 Commits

Author SHA1 Message Date
Moritz Halbritter
fd5fe97646 Remove spring.reactor.debug from devtools property defaults
Closes gh-33858
2023-01-17 15:42:34 +01:00
Moritz Halbritter
d7bbeee68c Merge pull request #33838 from izeye
* pr/33838:
  Update com.gorylenko.gradle-git-properties version to 2.4.1 in doc

Closes gh-33838
2023-01-17 14:38:00 +01:00
Johnny Lim
3983d49523 Update com.gorylenko.gradle-git-properties version to 2.4.1 in doc
See gh-33838
2023-01-17 14:37:34 +01:00
Moritz Halbritter
cbb74673ca Merge pull request #33774 from mhalbritter
* pr/33774:
  Log failing calls to health indicators

Closes gh-33774
2023-01-17 14:34:12 +01:00
Moritz Halbritter
d7852cb176 Log failing calls to health indicators
See gh-33774
2023-01-17 14:33:53 +01:00
Moritz Halbritter
6ef73cddb2 Polish LocalDevToolsAutoConfiguration 2023-01-17 10:44:07 +01:00
Moritz Halbritter
af2b5b4571 Increase sleep duration after creating GitHib issue in BOMR
Closes gh-30304
2023-01-17 10:32:36 +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
a41ca05a2f Default to empty string if description in plugin.xml is not set
Closes gh-20890
2023-01-16 14:52:29 +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
c72dd7de1a Fix typo in forward-merge script 2023-01-16 13:53:18 +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
a2f9e30e77 Reduce number of threads used for BOMR library update checks
See gh-33824
2023-01-13 13:53:49 +01:00
Moritz Halbritter
e0b7720b9e Implement multithreaded BOMR library resolution
- BOMR now first looks for library updates, collects them all and then
  prompts the user to choose which update to apply
- Refactored code into StandardLibraryUpdateResolver
- Implemented MultithreadedLibraryUpdateResolver on top of the standard
  one
- Uses 8 threads by default, this is configurable
- When run with --info, it logs how long each update search took

Closes gh-33824
2023-01-13 10:47:24 +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
3d42ab085a Polish MavenMetadataVersionResolver 2023-01-12 17:32:44 +01:00
Moritz Halbritter
b3644c1a99 Polish StandardGitHub 2023-01-12 17:32:24 +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
d5e541226b Add bomr support for 5 component version numbers
Closes gh-29928
2023-01-12 13:49:27 +01: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
a8da4e1004 Upgrade to Asciidoctor Backends 0.0.4
Closes gh-33761
2023-01-11 17:02:39 +00:00
Andy Wilkinson
809c220849 Fix releasescripts tests
Update the tests to align them with the changes made to move from
https://repo.spring.io/release to Maven Central in b0e07314.

See gh-33708
2023-01-11 12:51:55 +00:00
Andy Wilkinson
985094d33d Upgrade to Spring Asciidoctor Extensions 0.6.1
Closes gh-33744
2023-01-11 12:45:08 +00:00
Moritz Halbritter
0237351fd0 Merge pull request #33736 from yyjstudy
* pr/33736:
  Fix duplicate 'the' typo

Closes gh-33736
2023-01-11 13:41:04 +01:00
Yongjo Lee
0440e5d1ac Fix duplicate 'the' typo
See gh-33736
2023-01-11 13:39:47 +01:00
Moritz Halbritter
71a6e564be Merge pull request #33751 from sdeleuze
* pr/33751:
  Fix typo in class name MultipleConnectionPoolConfigurationsFailureAnalzyer

Closes gh-33751
2023-01-11 13:25:20 +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
eab4873d7d Remove unused email CI parameters 2023-01-09 18:02:41 -08:00
Phillip Webb
80cfcb71ec Update copyright year of changed files 2023-01-09 15:18:10 -08:00