Andy Wilkinson
7405efa326
Ensure that each Tomcat customizer is only called once
...
Fixes gh-17264
5 years ago
Stephane Nicoll
e560b7f6ba
Remove public modifier on JUnit5 lifecycle methods
...
See gh-17292
5 years ago
Stephane Nicoll
c7d3b7a9f1
Merge pull request #17199 from izeye
...
* pr/17199:
Polish "Use constants for HTTP headers"
Use constants for HTTP headers
Closes gh-17199
5 years ago
Stephane Nicoll
403d868611
Polish "Use constants for HTTP headers"
...
See gh-17199
5 years ago
Johnny Lim
a57df0f595
Use constants for HTTP headers
...
See gh-17199
5 years ago
Stephane Nicoll
7908dfd6cc
Merge branch '2.1.x'
5 years ago
Stephane Nicoll
374e02cac8
Simplify HibernateJpaAutoConfiguration classes check
...
This commit removes the now outdated `HibernateEntityManagerCondition`
in favour of a simple check of `SessionImplementor`. As of
Hibernate 5.2, a single `hibernate-core` jar is required so a single
class check is enough.
Closes gh-17288
5 years ago
Stephane Nicoll
8a7609f940
Simplify HibernateJpaAutoConfiguration classes check
...
This commit removes the now outdated `HibernateEntityManagerCondition`
in favour of a simple check of `SessionImplementor`. As of
Hibernate 5.2, a single `hibernate-core` jar is required so a single
class check is enough.
Closes gh-17283
5 years ago
Brian Clozel
7857dd2d72
Update after RSocket changes in Spring Framework
...
Spring Framework recently removed the `MessageHandlerAcceptor` (which is
a sub-class of `RSocketMessageHandler`).
Instead of implementing directly the `SocketAcceptor` contract, it now
exposes them through `clientAcceptor()` and `serverAcceptor()` methods.
See gh-17280
5 years ago
Stephane Nicoll
62c70140c6
Upgrade to JUnit Jupiter 5.5.0-RC2
...
See gh-17266
5 years ago
Andy Wilkinson
0497936940
Start building against Spring Framework 5.2.0.RC1 snapshots
...
See gh-17280
5 years ago
Stephane Nicoll
9eb2650c0f
Merge branch '2.1.x'
5 years ago
Stephane Nicoll
86ace26049
Fix broken link to Spring Integration reference guide
...
Closes gh-17279
5 years ago
Andy Wilkinson
6d8ba654cc
Merge branch '2.1.x'
...
Closes gh-17276
5 years ago
Andy Wilkinson
a5ae1de706
Fix spring-boot-loader's tests on Windows
...
Closes gh-17275
5 years ago
Stephane Nicoll
b64d8df656
Merge pull request #17272 from izeye
...
* pr/17272:
Use "JUnit" instead of "Junit"
Closes gh-17272
5 years ago
Johnny Lim
f283aa18eb
Use "JUnit" instead of "Junit"
...
See gh-17272
5 years ago
Stephane Nicoll
ea9a0c7839
Fix @RegisterExtension on CliTester
...
This reverts commit dfa5480c
and rather make the field package private
so that the extension can be registered properly
Closes gh-17266
5 years ago
Stephane Nicoll
2d70daf5e0
Merge pull request #17100 from ielatif
...
* pr/17100:
Polish "Add JUnit 4 and the Vintage Engine sample"
Add JUnit 4 and the Vintage Engine sample
Closes gh-17100
5 years ago
Stephane Nicoll
900c325070
Polish "Add JUnit 4 and the Vintage Engine sample"
...
See gh-17100
5 years ago
Issam El-atif
9fafcda929
Add JUnit 4 and the Vintage Engine sample
...
This commit adds a sample to verify the use of JUnit 4 and the Vintage
Engine.
See gh-17100
5 years ago
Stephane Nicoll
dfa5480c59
Remove useless @RegisterExtension on CliTester
...
Closes gh-17266
5 years ago
Stephane Nicoll
45d2f1d7d1
Merge branch '2.1.x'
...
Closes gh-17269
5 years ago
Stephane Nicoll
7e5ca6d280
Merge branch '2.0.x' into 2.1.x
...
Closes gh-17268
5 years ago
Stephane Nicoll
11dee3c0d8
Merge branch '1.5.x' into 2.0.x
5 years ago
Stephane Nicoll
29de792148
Merge pull request #17068 from ielatif
...
* pr/17068:
Fix javadoc of management server port
Closes gh-17068
5 years ago
Issam El-atif
fca97ff86c
Fix javadoc of management server port
...
See gh-17068
5 years ago
Stephane Nicoll
c9b8d98bcf
Upgrade to JUnit Jupiter 5.5.0-RC1
...
This commit also removes the workaround that required to exclude junit 4
explicitly now that a related issue in JUnit Jupiter has been fixed.
Closes gh-17266
5 years ago
Phillip Webb
59ca46ed54
Remove FIXME
5 years ago
Phillip Webb
0233cc3c94
Merge branch '2.1.x'
5 years ago
Phillip Webb
6e5ba8077a
Fix sync-to-maven-central script
5 years ago
Phillip Webb
527a3b5395
Merge branch '2.1.x'
5 years ago
Phillip Webb
11b8e7c2de
Don't exit script on error
...
Update CI scripts so that command failures do not cause an immediate
exit. Prior to this commit, some of our looping logic would never run
because the entire script would exit.
5 years ago
Phillip Webb
83112237f7
Merge branch '2.1.x'
5 years ago
Spring Buildmaster
fb90803dbf
Next development version (v2.1.7.BUILD-SNAPSHOT)
5 years ago
Phillip Webb
eddbfb34f7
Merge branch '2.1.x'
...
Closes gh-17258
5 years ago
Phillip Webb
ffbb23bc6d
Always use credentials in forward merge script
...
Closes gh-17257
5 years ago
Phillip Webb
d85a69aa8e
Merge branch 'spring-projects/2.1.x'
...
Closes gh-17256
5 years ago
Phillip Webb
b0415c4044
Don't ignore images on CI build
...
Closes gh-17255
5 years ago
Phillip Webb
cc1807608e
Merge branch '2.1.x'
...
Closes gh-17249
5 years ago
Phillip Webb
718c1d7204
Upgrade Java 12 version in CI image
...
Closes gh-17246
5 years ago
Phillip Webb
f4756e500d
Merge '2.1.x'
...
Closes gh-17248
5 years ago
Phillip Webb
064240266f
Upgrade Java 11 version in CI image
...
Closes gh-17244
5 years ago
Phillip Webb
43ef81cbb6
Merge branch '2.1.x'
...
Closes gh-17247
5 years ago
Phillip Webb
3869da88d4
Upgrade Java 8 version in CI image
...
Closes gh-17245
5 years ago
Phillip Webb
1513ed1b09
Merge branch '2.1.x'
5 years ago
Phillip Webb
de037f55dc
Fix detect JDK CI script
5 years ago
Brian Clozel
809a3965c9
Add missing outcome tag for WebClient metrics
...
On error cases, the "outcome" tag would be missing from recorded metrics
for the `WebClient`.
This commit fixes this issue and improves the reference documentation by
mentioning the tag values used for error cases, when the client response
is not received (I/O errors, client error, etc).
Fixes gh-17219
5 years ago
Phillip Webb
82949b9cc4
Upgrade to Mariadb 2.4.2
...
Closes gh-17237
6 years ago
Phillip Webb
1e0cf960f0
Reinstate single page HTML and PDF docs
...
Closes gh-16854
6 years ago