Moritz Halbritter
d7852cb176
Log failing calls to health indicators
...
See gh-33774
2 years ago
Moritz Halbritter
6ef73cddb2
Polish LocalDevToolsAutoConfiguration
2 years ago
Moritz Halbritter
af2b5b4571
Increase sleep duration after creating GitHib issue in BOMR
...
Closes gh-30304
2 years ago
Moritz Halbritter
9f2ed201b2
Improve error message when start goal can't contact running application
...
Closes gh-24044
2 years ago
Moritz Halbritter
a41ca05a2f
Default to empty string if description in plugin.xml is not set
...
Closes gh-20890
2 years ago
Moritz Halbritter
6cec0187c3
Include exception message in condition result when docker is unavailable
...
Closes gh-20582
2 years ago
Moritz Halbritter
c72dd7de1a
Fix typo in forward-merge script
2 years ago
Moritz Halbritter
81a57944b1
Include 'MVC' in starter-websocket description
...
Closes gh-32493
2 years ago
Moritz Halbritter
96175a8e50
Use OperationParameter consistently
...
Closes gh-31240
2 years ago
Moritz Halbritter
a2f9e30e77
Reduce number of threads used for BOMR library update checks
...
See gh-33824
2 years ago
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
2 years ago
Moritz Halbritter
484d662085
Allow multiple startsWith, contains and endsWith clauses in bomr
...
- Add support for startsWith prohibition
2 years ago
Moritz Halbritter
3d42ab085a
Polish MavenMetadataVersionResolver
2 years ago
Moritz Halbritter
b3644c1a99
Polish StandardGitHub
2 years ago
Moritz Halbritter
aca087e762
Add more possibilities to prohibit version upgrades
...
Closes gh-32457
2 years ago
Andy Wilkinson
22b253d8c4
Start building against Spring AMQP 2.4.9 snapshots
...
See gh-33790
2 years ago
Andy Wilkinson
5c470d1f20
Start building against Spring WS 3.1.5 snapshots
...
See gh-33789
2 years ago
Andy Wilkinson
152de5f55e
Start building against Spring Data 2021.2.7 snapshots
...
See gh-33788
2 years ago
Andy Wilkinson
98f3bf8b4c
Upgrade to XmlUnit2 2.9.1
...
Closes gh-33787
2 years ago
Andy Wilkinson
8044493b7f
Upgrade to Spring Framework 5.3.25
...
Closes gh-33786
2 years ago
Andy Wilkinson
5c74b7ceba
Upgrade to Reactor Bom 2020.0.27
...
Closes gh-33785
2 years ago
Andy Wilkinson
2a80d961d1
Upgrade to Micrometer 1.9.7
...
Closes gh-33784
2 years ago
Andy Wilkinson
ed364768e9
Upgrade to MariaDB 3.0.10
...
Closes gh-33783
2 years ago
Andy Wilkinson
f3a03f9b0f
Upgrade to Jolokia 1.7.2
...
Closes gh-33782
2 years ago
Andy Wilkinson
7d26a29717
Upgrade to Infinispan 13.0.15.Final
...
Closes gh-33781
2 years ago
Andy Wilkinson
b3d0d6b72a
Upgrade to Groovy 3.0.14
...
Closes gh-33780
2 years ago
Andy Wilkinson
ffa6706b0b
Upgrade to Dropwizard Metrics 4.2.15
...
Closes gh-33779
2 years ago
Andy Wilkinson
68623cb68a
Upgrade to Byte Buddy 1.12.21
...
Closes gh-33778
2 years ago
Moritz Halbritter
d5e541226b
Add bomr support for 5 component version numbers
...
Closes gh-29928
2 years ago
Moritz Halbritter
d652491e20
Fix stack overflow in SpringBootMockResolver
...
Closes gh-32632
2 years ago
Andy Wilkinson
9d57cbc1d5
Drop scoop manifest creation
...
Closes gh-33703
2 years ago
Moritz Halbritter
1606f5b88c
Back off Jooq's TransactionProvider on custom TransactionProvider
...
Closes gh-32899
2 years ago
Phillip Webb
2cdd071775
Update getting started documentation to use @SpringBootApplication
...
Closes gh-32795
2 years ago
Moritz Halbritter
d6f682da7e
Polish JavaBeanBinder
...
Closes gh-33762
2 years ago
Andy Wilkinson
3b2e5e5292
Remove references to https://repo.spring.io/release
2 years ago
Andy Wilkinson
a8da4e1004
Upgrade to Asciidoctor Backends 0.0.4
...
Closes gh-33761
2 years ago
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
2 years ago
Andy Wilkinson
985094d33d
Upgrade to Spring Asciidoctor Extensions 0.6.1
...
Closes gh-33744
2 years ago
Moritz Halbritter
0237351fd0
Merge pull request #33736 from yyjstudy
...
* pr/33736:
Fix duplicate 'the' typo
Closes gh-33736
2 years ago
Yongjo Lee
0440e5d1ac
Fix duplicate 'the' typo
...
See gh-33736
2 years ago
Moritz Halbritter
71a6e564be
Merge pull request #33751 from sdeleuze
...
* pr/33751:
Fix typo in class name MultipleConnectionPoolConfigurationsFailureAnalzyer
Closes gh-33751
2 years ago
Sébastien Deleuze
4466bffe52
Fix typo in class name MultipleConnectionPoolConfigurationsFailureAnalzyer
...
See gh-33751
2 years ago
Moritz Halbritter
7a148747a0
Fix NPE in RabbitProperties if user is given but password is not
...
Closes gh-33752
2 years ago
Phillip Webb
a369f936c9
Replace references to Pivotal
...
Closes gh-33737
2 years ago
Phillip Webb
eab4873d7d
Remove unused email CI parameters
2 years ago
Phillip Webb
80cfcb71ec
Update copyright year of changed files
2 years ago
Phillip Webb
232807d388
Increase block timeout
2 years ago
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
2 years ago
Moritz Halbritter
29b7e518a5
Merge pull request #33690 from devrishal
...
* pr/33690:
Add toString method for EndpointRequestMatcher
Closes gh-33690
2 years ago
rishal
c84399e705
Add toString method for EndpointRequestMatcher
...
See gh-33690
2 years ago