rstoyanchev
9eaae0fe04
Polishing contribution and Theme deprecation notices
...
Closes gh-28870
4 years ago
Brian Clozel
e8d24ae693
Fix HTTP interface section title in ref docs
4 years ago
inaba jun
ddef70935a
Fix MockMvc sample setup
...
See gh-29201
4 years ago
rstoyanchev
74df50c906
Polishing ProblemDetail Javadoc
4 years ago
Brian Clozel
3e41d7f23e
Remove extra asciidoctor configuration
...
See gh-29162
4 years ago
Marc Wrobel
ce49068ff9
Fix links in Javadoc and reference docs
...
- Fix broken links (by using a new URL, an alternative URL, or a
Wayback Machine link)
- Use HTTPS where possible
- Remove https://issuetracker.springsource.com/browse/EBR-349 : this
link is dead and is also mentioned in
https://jira.spring.io/browse/SPR-8093
- Clean up nohttp allowlist.lines
Closes gh-28876
4 years ago
Marc Wrobel
92a231cf91
Fix typos in Javadoc, reference docs, and code
...
Closes gh-28822
4 years ago
Napster
d42f950a36
Pass headers to STOMP receipt callbacks
...
See gh-28715
4 years ago
jbotuck
597c687da8
Fix indentation in ref docs for RestTemplate
...
Closes gh-29014
4 years ago
rstoyanchev
f669e957a9
Polishing
4 years ago
rstoyanchev
fdfa7cbae6
Add docs for RSocket interface client
...
Closes gh-24456
4 years ago
heqiang
111a9902ac
Fix typo in data-access section
...
See gh-29048
4 years ago
Arjen Poutsma
9c33d2707a
Introduce support for Netty 5 Buffer
...
This commit introduces support for Netty 5's Buffer, in the form of
Netty5DataBuffer. Because of the new API offered by Buffer, several
changes have been made to the DataBuffer API:
- CloseableDataBuffer is a simpler alternative to PooledDataBuffer, and
implemented by Netty5DataBuffer. DataBufferUtils::release can now
handle CloseableDataBuffer as well as PooledDataBuffer.
- PooledDataBuffer::touch has been moved into a separate interface:
TouchableDataBuffer, which is implemented by Netty5DataBuffer.
- The capacity of DataBuffers can no longer be reduced, they can only
grow larger. As a consequence, DataBuffer::capacity(int) has been
deprecated, but ensureWritable (formally ensureCapacity) still exists.
- DataBuffer::slice and retainedSlice have been deprecated in favor of
split, a new method that ensures that memory regions do not overlap.
- DataBuffer::asByteBuffer has been deprecated in favor of toByteBuffer,
a new method that returns a copy, instead of shared data.
- DataBufferFactory::allocateBuffer has been deprecated in favor of
allocateBuffer(int).
Closes gh-28874
4 years ago
Andy Wilkinson
d6b60046ce
Correct description of @RequestParam with WebFlux
...
See gh-28944
4 years ago
Vedran Pavic
7e719fe3f8
Use Jakarta EE XML namespaces instead of Java EE
...
Closes gh-28903
4 years ago
Chanhyeong Cho
8685b2f5bf
Fix broken kdoc-api links in kotlin.adoc
...
Fixes gh-28908
4 years ago
Stephane Nicoll
982d8ea84a
Polish "Clarify docs on JNDI properties in Servlet environment"
...
See gh-28488
4 years ago
Arend v. Reinersdorff
67eb2bbf19
Clarify docs on JNDI properties in Servlet environment
...
See gh-28488
4 years ago
Arjen Poutsma
3d4a778b73
Fix KDoc API link
4 years ago
arvyy
4383a673bb
Add missing closing parenthesis
...
See gh-28867
4 years ago
Jupiter
7fa9f1c9cf
Fix broken link to rsocket protocol page
...
Closes gh-28817
4 years ago
rstoyanchev
cdd4e8cd7f
Improve regex support for URL path matching
...
Closes gh-28815
4 years ago
Marc Wrobel
165fba868c
Fix typos in reference docs
...
Closes gh-28805
4 years ago
rstoyanchev
ff9a4ab35c
Update documentation for RFC 7807 support
...
Closes gh-28438
4 years ago
rstoyanchev
eea793be98
Move sections on REST API exceptions 2 levels up
...
See gh-28438
4 years ago
rstoyanchev
263811ecfa
Add WebFlux equivalent of ResponseEntityExceptionHandler
...
Closes gh-28665
4 years ago
Sébastien Deleuze
c942c8d2cf
Fix expectations in MockMvc Kotlin documentation
...
Closes gh-28301
4 years ago
Sébastien Deleuze
1201af20e4
Improve consistency of Kotlin injection code samples
...
Closes gh-28596
4 years ago
Sébastien Deleuze
d1df4d3739
Fix Kotlin code snippets language
...
Closes gh-28810
4 years ago
Sébastien Deleuze
1ef8800c6c
Fix Kotlin example for custom @Production
...
Closes gh-28680
4 years ago
Sébastien Deleuze
4d7e4e0c58
Fix a typo
...
See gh-28630
4 years ago
Arjen Poutsma
9b739a2310
Update scheduling package to use java.time
...
This commit deprecates all methods in org.springframework.scheduling
that use
- Date, in favor of variants that take an Instant.
- long & TimeUnit, in favor of variants that take a Duration.
Closes: gh-28714
4 years ago
Lucas Mantovani
05df491154
Fix WebClientAdapter.createHttpServiceProxyFactory() example in ref docs
...
* Remove build() call
* Add call to afterPropertiesSet()
Closes gh-28753
4 years ago
rstoyanchev
b312eca391
Deprecate and set trailingSlash option to false
...
Closes gh-28552
4 years ago
rstoyanchev
92cf1e13e8
Enable use of parsed patterns by default in Spring MVC
...
Closes gh-28607
4 years ago
rstoyanchev
24c46142c6
Add docs on exceptions for HTTP interface client
...
Closes gh-28533
4 years ago
rstoyanchev
b72ee5f034
Add static factory methods to WebClientAdapter
...
Ideally one would pass WebClient directly to HttpServiceProxyFactory,
but two need to remain decoupled. This commit adds static, shortcut
methods to WebClientAdapter to create an HttpServiceProxyFactory, thus
eliminating the step to wrap the WebClient.
4 years ago
Sébastien Deleuze
854307d8d8
Document that Kotlin inline classes are not supported
...
Closes gh-28642
4 years ago
Sébastien Deleuze
3401359bdf
Refine @Required Kotlin documentation
...
Refine @Required Kotlin documentation to use
annotation use site targets.
Closes gh-28630
4 years ago
Sébastien Deleuze
f1c00dd8a6
Fix a typo in ResponseEntity documentation
...
Closes gh-28647
4 years ago
Sam Brannen
8b4750e705
Fix Kotlin example for @ComponentScan basePackages attribute
...
Closes gh-28628
4 years ago
Juergen Hoeller
e72b0a04cd
Document limitations for MessageProducer/Consumer caching with WebLogic JMS
...
Closes gh-28500
4 years ago
Arjen Poutsma
27738cc20f
Fix code samples for nested router functions
...
Closes gh-28603
4 years ago
Sam Brannen
74d1be9bd8
Remove obsolete references to @Required
...
Since the @Required annotation was removed in a previous 6.0 milestone,
this commit removes all remaining references to it.
Closes gh-28600
4 years ago
Sam Brannen
babff8e635
Fix Kotlin example for dependency injection with static factory method
...
Closes gh-28589
4 years ago
Sam Brannen
290cc73d3d
Fix Kotlin example for @Required
...
Since @Required can only be declared on a method, this commit moves the
@Required declaration from the field to the "set" method.
Closes gh-28590
4 years ago
Stephane Nicoll
e18a118f8b
Polish contribution
...
See gh-28572
4 years ago
Lee, Kyutae
77aac7768d
Update reference docs to use PropertySourcesPlaceholderConfigurer
...
See gh-28572
4 years ago
Ikko Ashimine
6e3b3c5419
Fix typo in webflux.adoc
...
See gh-28542
4 years ago
Eddú Meléndez Gonzales
506b78f469
Use getHost instead of getContainerIpAddress in Redis examples
...
getContainerIpAddress is deprecated.
Closes gh-28461
4 years ago