Phillip Webb
94798062ab
Configure Cassandra JMX Reporting
...
Allow Cassandra JMX reporting to be configured via a property, and
disable it by default since it won't work with Dropwizard metrics 4.
Also update some of our own tests to explicitly disable it.
Closes gh-14778
6 years ago
Phillip Webb
d76bba5e6f
Migrate from ExpectedException rule to AssertJ
...
Replace ExpectedException JUnit rules with AssertJ exception
assertions.
Closes gh-14336
6 years ago
Andy Wilkinson
c1b864c826
Polish
6 years ago
Phillip Webb
894e0e11d4
Switch from Aether to Maven Resolver
...
Replace Aether dependencies with Maven Resolver following the Eclipse
EOL announcement for Aether.
Closes gh-7627
6 years ago
Stephane Nicoll
eedeaa29e5
Polish "Replace loops with Arrays.setAll where possible"
...
Closes gh-14125
6 years ago
dreis2211
0bc66dc4a9
Replace loops with Arrays.setAll where possible
...
See gh-14125
6 years ago
Andy Wilkinson
de7899fba4
Improve reliability by give Cassandra more time and attempts to start
6 years ago
Johnny Lim
75639aa682
Polish
...
Closes gh-13192
7 years ago
dreis2211
15d67d6b12
Remove MockServletWebServer.emptyEnumeration()
...
Closes gh-13084
7 years ago
Phillip Webb
2d70a7ae5e
Polish caught exception names
...
Prefer `ex` over `e`.
7 years ago
Andy Wilkinson
c9f04c3977
Avoid race between container starting and getting mapped port
7 years ago
Andy Wilkinson
f6cc1cbd76
Make Testcontainer wait strategies final
7 years ago
Andy Wilkinson
f39cea0428
Try to stabilize build by giving Cassandra longer to start
7 years ago
Andy Wilkinson
6c504a5098
Fix deprecation warnings in Testcontainers wait strategies
...
See gh-12821
7 years ago
Madhura Bhave
9c7612e681
Fix NPE in WaitStrategy used for test containers
7 years ago
Phillip Webb
98a2a91d16
Polish
7 years ago
Stephane Nicoll
006decea2a
Merge branch '1.5.x'
7 years ago
Phillip Webb
4b9c3c137e
Polish Collection.toArray
...
Consistently use `StringUtils.toStringArray`, `ClassUtils.toClassArray`
or zero length when converting collections to arrays.
Fixes gh-12160
7 years ago
Andy Wilkinson
5522174e96
Provide package info for all packages included in javadoc
7 years ago
dreis2211
c1675c2d5f
Use InvocationOnMock.getArgument() where possible
...
Closes gh-11818
7 years ago
dreis2211
a7663c88d3
Replace casted Mockito.any() calls
...
Closes gh-11817
7 years ago
Andy Wilkinson
1a1a62b744
Protect tests against Cassandra startup failures
...
On CI, Cassandra running inside the Docker container sometimes fails
to start or the start times out. This has nothing to do with Boot so
we attempt to protect our tests from the flakiness of the container
by allowing 3 startup attempts.
7 years ago
Phillip Webb
85d3f5a180
Fix NPE in test containers
...
Fix NPE accidentally introduced during refinement.
7 years ago
Phillip Webb
201da97774
Further refine test containers
7 years ago
Andy Wilkinson
996b3ef7f2
Refine test containers
7 years ago
Madhura Bhave
e28915bd4b
Make integration tests self-contained
...
Fixes gh-10516
7 years ago
Stephane Nicoll
47c8b5731a
polish
7 years ago
Stephane Nicoll
23218add90
Polish
7 years ago
Johnny Lim
6d54072e04
Remove "final" keywords
...
Closes gh-11294
7 years ago
Stephane Nicoll
9965221378
Merge branch '1.5.x'
7 years ago
Phillip Webb
b6166dc12a
Move `Assume` to spring-boot-test-support
...
Fixes gh-10866
7 years ago
Johnny Lim
6168fae720
Remove explicit type arguments
...
See gh-10494
7 years ago
Phillip Webb
0be119eadd
Don't deploy spring-boot-test-support
...
Fixes gh-10518
7 years ago
Phillip Webb
b87f9c11f1
Fix POMs for the updated build/release process
...
Fix POMs following project relocations and apply CI friendly Maven
conventions.
See gh-9316
7 years ago
Phillip Webb
0ba4830b4f
Relocate projects to spring-boot-project
...
Move projects to better reflect the way that Spring Boot is released.
The following projects are under `spring-boot-project`:
- `spring-boot`
- `spring-boot-autoconfigure`
- `spring-boot-tools`
- `spring-boot-starters`
- `spring-boot-actuator`
- `spring-boot-actuator-autoconfigure`
- `spring-boot-test`
- `spring-boot-test-autoconfigure`
- `spring-boot-devtools`
- `spring-boot-cli`
- `spring-boot-docs`
See gh-9316
7 years ago