Dmytro Nosan
6859a89cf3
Include HandlerInterceptor beans in WebMvcTest slice
...
See gh-17600
5 years ago
Brian Clozel
53afbbe233
Update RouteMatcher configuration for RSocket
...
This commit updates the `RouteMatcher` configuration after the latest
Spring Framework changes. The default route matcher implementation based
on the `PathPattern` infrastructure is now tailored for the messaging
use case (path separator, path encoding options and trailing separator).
See spring-projects/spring-framework#23310
5 years ago
Stephane Nicoll
a1f32bbd7a
Merge branch '2.1.x'
...
Closes gh-17603
5 years ago
Stephane Nicoll
30fe10613d
Improve how to configure configuration keys of a custom starter
...
Closes gh-17573
5 years ago
Stephane Nicoll
300f07b2a8
Polish
5 years ago
Stephane Nicoll
c82e33e1d7
Merge branch '2.1.x'
5 years ago
Stephane Nicoll
3c7ac4fe7f
Polish
5 years ago
Stephane Nicoll
55079c3a80
Merge branch '2.1.x'
...
Closes gh-17602
5 years ago
Stephane Nicoll
657411d8d1
Merge pull request #17531 from nosan
...
* pr/17531:
Polish "Configure ActiveMQConnectionFactory properly without spring-jms"
Configure ActiveMQConnectionFactory properly without spring-jms
Closes gh-17531
5 years ago
Stephane Nicoll
1661da8774
Polish "Configure ActiveMQConnectionFactory properly without spring-jms"
...
See gh-17531
5 years ago
Dmytro Nosan
77b52b993b
Configure ActiveMQConnectionFactory properly without spring-jms
...
See gh-17531
5 years ago
Stephane Nicoll
0ff4484568
Merge branch '2.1.x'
...
Closes gh-17599
5 years ago
Stephane Nicoll
260acd05e8
Merge pull request #17590 from dreis2211
...
* pr/17590:
Cover more known Java versions in JavaVersion
Closes gh-17590
5 years ago
dreis2211
c2b6939ae1
Cover more known Java versions in JavaVersion
...
See gh-17590
5 years ago
Stephane Nicoll
888b2e16b8
Merge pull request #17591 from remkop
...
* pr/17591:
Add reference to picocli starter
Closes gh-17591
5 years ago
Remko Popma
e69854fc30
Add reference to picocli starter
...
See gh-17591
5 years ago
Stephane Nicoll
82ecf3c217
Merge pull request #17596 from adavid9
...
* pr/17596:
Replace deprecated media type
Closes gh-17596
5 years ago
adavid9
6211a682d6
Replace deprecated media type
...
See gh-17596
5 years ago
Stephane Nicoll
52660d959e
Merge pull request #17592 from izeye
...
* pr/17592:
Remove println invocations in tests
Closes gh-17592
5 years ago
Johnny Lim
8f8b0b493e
Remove println invocations in tests
...
See gh-17592
5 years ago
Phillip Webb
ca5df3cc9c
Cache TypeExcludeFilter delegates
...
Cache TypeExcludeFilter delegates to save repeated calls to
`beanFactory.getBeansOfType`.
Closes gh-17595
5 years ago
Phillip Webb
ff9f5fd1c7
Polish OnBeanCondition
...
Polish `OnBeanCondition` and make it easier to remove `BeanTypeRegistry`
in the future.
See gh-17594
5 years ago
Andy Wilkinson
ff9d0cf49b
Merge branch '2.1.x'
...
Closes gh-17588
5 years ago
Andy Wilkinson
74f0e42c98
Make it clearer when there will be no auto-configured MessageSource
...
Closes gh-17485
5 years ago
Andy Wilkinson
78871d7a5d
Tighten up sourceDocumentExtensions used for single and multi-page docs
...
Previously, the sourceDocumentExtension used for the single-page
documentation was htmlsingleadoc and for the multi-page docs they
were adoc and htmladoc. When finding source files to render, the
Asciidoctor Maven Plugin looks for files with a name that ends with
one of the configured extensions. This resulted in the
index.htmlsingleadoc file matching the adoc extention in the
multi-page configuration in addition to the intended match for the
index.htmladoc. As a result both the single-page and multi-page
indexes were rendered when rendering the multi-page documentation.
In addition to this unwanted rendering, if the single-page index was
rendered after the multi-page index, the multi-page index would be
overwritten by the single-page index, leaving the multi-page docs with
the wrong index file. Asciidoctor uses File.listFiles() during its
source file discovery which is documented as having no guarantee
that the resulting array will be in any specific order. As a result,
there was also no guarantee about which index we'd end up with.
Closes gh-17263
5 years ago
Andy Wilkinson
ea1dc85d50
Isolate Jackson2ObjectMapperBuilder mutation
...
Previously, Jackson2ObjectMapperBuilder was a singleton bean. This
meant that if it was injected and mutated in one injection point,
usage in a subsequent injection point would see the previous
injection point's mutation which can lead to unexpected failures.
This commit updates the auto-configuration of the builder to make it
a protoype bean. Mutation of the builder that is intended to apply
globally should be made using a customizer.
Closes gh-17477
5 years ago
Andy Wilkinson
c7d2799f4e
Add configuration property for DispatcherServlet event publishing
...
Closes gh-17500
5 years ago
Stephane Nicoll
afe3ab7517
Merge pull request #17587 from dreis2211
...
* pr/17587:
Polish "Adjust to changes in Spring AMQP 2.2 snapshots"
Adjust to changes in Spring AMQP 2.2 snapshots
Closes gh-17587
5 years ago
Stephane Nicoll
3dd5426ea5
Polish "Adjust to changes in Spring AMQP 2.2 snapshots"
...
See gh-17587
5 years ago
dreis2211
e71a417399
Adjust to changes in Spring AMQP 2.2 snapshots
...
See gh-17587
5 years ago
Stephane Nicoll
e5ca9df478
Merge branch '2.1.x'
5 years ago
Stephane Nicoll
8eb6886388
Fix code formating
5 years ago
Stephane Nicoll
cc5df880c7
Start building against Spring Integration 5.2 snapshots
...
See gh-17584
5 years ago
Stephane Nicoll
a88e231c75
Start building against Spring AMQP 2.2 snapshots
...
See gh-17583
5 years ago
Stephane Nicoll
00b29b265c
Merge branch '2.1.x'
5 years ago
Stephane Nicoll
e6a5895c05
Start build against Spring Session Bean snapshots
...
See gh-17581
5 years ago
Stephane Nicoll
32e00d5dd2
Start building against Spring Data Lovelace snapshots
...
See gh-17353
5 years ago
Stephane Nicoll
1d4e9cb6a4
Start building against Spring Framework 5.1 snapshots
...
See gh-17351
5 years ago
Andy Wilkinson
3dc20ff934
Recommend third-party tracing/observability solutions
...
Closes gh-17047
5 years ago
Stephane Nicoll
08afbe286c
Merge branch '2.1.x'
...
Closes gh-17580
5 years ago
Stephane Nicoll
b8d92cb0ae
Fix @DataJdbcTest to be transactional as advertized
...
Closes gh-17513
5 years ago
Stephane Nicoll
5903e9a57a
Polish
5 years ago
Andy Wilkinson
741d8735d2
Merge branch '2.1.x'
...
Closes gh-17576
5 years ago
Andy Wilkinson
ab364b07c7
Merge pull request #17508 from dreis2211
...
* gh-17508:
Remove unused java-statsd-client dependencies
Closes gh-17508
5 years ago
dreis2211
43833c7bf0
Remove unused java-statsd-client dependencies
...
See gh-17508
5 years ago
Andy Wilkinson
bc14dce13c
Merge pull request #17049 from sbrannen
...
* gh-17049:
Polish "Polish OutputCapture and its JUnit Jupiter extension"
Polish OutputCapture and its JUnit Jupiter extension
Closes gh-17049
5 years ago
Andy Wilkinson
41957ec2ad
Polish "Polish OutputCapture and its JUnit Jupiter extension"
...
See gh-17049
5 years ago
Sam Brannen
e1c595a67f
Polish OutputCapture and its JUnit Jupiter extension
...
- Polish Javadoc
- Improve error message in OutputCapture
- Use ExtensionContext.Store in OutputCaptureExtension
See gh-17049
5 years ago
Stephane Nicoll
b092cb7b7f
Merge pull request #17277 from marcrohlfs
...
* pr/17277:
Polish "Make layout parameter available as a user property"
Make layout parameter available as a user property
Closes gh-17277
5 years ago
Stephane Nicoll
4ce9c6edb3
Polish "Make layout parameter available as a user property"
...
See gh-17277
5 years ago