Juergen Hoeller
9cc862246f
Local https URL resolution attempt with fallback to parser's default
...
See gh-22504
6 years ago
Juergen Hoeller
7cbb3b06a0
Consistent local vs external resolution of https schema references
...
Closes gh-22504
6 years ago
Juergen Hoeller
d034c053b3
Jackson2Tokenizer passes DeserializationContext into all TokenBuffers
...
See gh-22510
6 years ago
Juergen Hoeller
216e4eeba4
General doc revision: configuration updates, consistent formatting etc
6 years ago
Juergen Hoeller
3eb1042a53
Revised AOP documentation: load-time weaving, CGLIB etc
...
Includes removal of outdated Spring 1.2/2.0 references.
Closes gh-22429
6 years ago
Juergen Hoeller
013c0bca92
Polishing
6 years ago
Juergen Hoeller
f6693e790a
Jackson2Tokenizer passes DeserializationContext into TokenBuffer
...
Closes gh-22510
6 years ago
Juergen Hoeller
6c599208f6
Remove javadoc reference to unsupported FieldInterceptor
...
Closes gh-22507
6 years ago
Andrew Tulloch
090aceb3ad
Fix repeated calls to DataBuffer.write(CharSequence, Charset)
...
Prior to this commit, repeated calls to `DataBuffer.write(CharSequence,
Charset)` would not write the given chars to the expected position in
the original buffer.
This commit fixes that by writing to the `outBuffer.position()`, offset
by the current `DataBuffer.writePosition()`.
Fixes gh-22484
6 years ago
Stephane Nicoll
2137cc4422
Merge pull request #22500 from DamianChlod
...
* pr/22500:
Fix typo in `my-property'
6 years ago
DamianChlod
fe458aabde
Fix typo in `my-property'
...
Closes gh-22500
6 years ago
Juergen Hoeller
5d8a34fee6
Only prefer JDK 9+ Lookup.defineClass API if ClassLoader matches
...
Closes gh-22416
6 years ago
Juergen Hoeller
7a7c7f51e3
Polishing
6 years ago
Juergen Hoeller
9c42fd7f17
JdbcTemplate preserves order of stored procedure output parameters
...
Closes gh-22491
6 years ago
Juergen Hoeller
e583da0725
Polishing
6 years ago
Juergen Hoeller
0288878bcc
Consistent handling of early FactoryBean instantiation failures
...
Closes gh-22409
6 years ago
Stephane Nicoll
46a39dbf99
Merge pull request #22482 from izeye
...
* pr/22482:
Polish
6 years ago
Johnny Lim
046531fc75
Polish
...
Closes gh-22482
6 years ago
Juergen Hoeller
79f91b4867
Upgrade to Hibernate ORM 5.3.9 and EclipseLink 2.7.4
6 years ago
Juergen Hoeller
490b23518b
Polishing
6 years ago
Juergen Hoeller
227c813c64
Revised AbstractAdvisorAutoProxyCreator javadoc
...
Closes gh-22473
6 years ago
Juergen Hoeller
00ed8da5c5
JmsTransactionManager supports lazy resource retrieval
...
Closes gh-22468
6 years ago
Juergen Hoeller
8d9ef46d98
Upgrade to Checkstyle 8.18 and RxJava 2.2.7
6 years ago
Juergen Hoeller
9eb7f7e294
Polishing
6 years ago
Juergen Hoeller
cb54f201c2
Break out of loop once an AspectJ advice has been found
...
Closes gh-22449
6 years ago
Juergen Hoeller
f07014ad37
MappingJackson2MessageConverter delegates default encoding to Jackson
...
Closes gh-22444
6 years ago
Juergen Hoeller
4be41e9e26
Only use payload if it actually matches declared event type
...
Closes gh-22426
6 years ago
Juergen Hoeller
707b8c02fe
Upgrade to Jetty 9.4.15 and Undertow 2.0.18
6 years ago
Juergen Hoeller
c3fa900672
Upgrade to Hibernate Validator 5.4.3 and 6.0.15
6 years ago
Sebastien Deleuze
f19d7c0375
Fix AbstractTraceInterceptor null-safety annotations
...
Closes gh-22435
6 years ago
Brian Clozel
e47f7ef7b5
Remove response content-type before error handling
...
Prior to this commit, the negotiated content-type during the request
mapping phase would be kept as the response content-type header; this
information is used when rendering the error response and prevents a new
round of content negotiation to choose the media type that fits best.
This commit removes the response content type information at the
beginning of the error handling phase.
Fixes gh-22452
6 years ago
Sam Brannen
7c65b57530
Polish Kotlin chapter
6 years ago
Sebastien Deleuze
ab32dc8937
Document checked exceptions with proxies in Kotlin
...
Closes gh-22412
6 years ago
Sebastien Deleuze
6089ec1161
Add a warning in Kotlin Script Templates documentation
6 years ago
Ryan Scheidter
6e7c3f2893
Fix a typo in RouterFunctionDsl Javadoc
...
Closes gh-22419
6 years ago
Juergen Hoeller
e307dd58db
Polishing
6 years ago
Juergen Hoeller
c2bd229d4c
Clarify role of 'aware' callback interfaces
6 years ago
Juergen Hoeller
ac0e5d8ec6
DefaultConversionService properly converts Object[] to int[]
...
Closes gh-22410
6 years ago
Stephane Nicoll
1152e67bb7
Merge pull request #22385 from vpavic
...
* pr/22385:
Polish "Ensure indexer gracefully handle missing meta annotations"
Ensure indexer gracefully handle missing meta annotations
6 years ago
Stephane Nicoll
0cc77e812c
Polish "Ensure indexer gracefully handle missing meta annotations"
...
Closes gh-22385
6 years ago
Vedran Pavic
87e5f0db01
Ensure indexer gracefully handle missing meta annotations
...
See gh-22385
6 years ago
Spring Buildmaster
566cc87748
Next Development Version
6 years ago
Stephane Nicoll
d703ca95d7
Upgrade to Reactor Californium SR5
6 years ago
Juergen Hoeller
106a757098
Polishing
6 years ago
Juergen Hoeller
8637540678
Expose empty annotation array as empty AnnotationAttributes array
...
Closes gh-22405
6 years ago
Sebastien Deleuze
5bb1c3e1e3
Deprecate SqlXmlObjectMappingHandler
...
This class is only known to be used in spring-data-jdbc-ext project
which was never upgraded to Spring Framework 5.x and is no longer
actively developed.
Closes gh-11647
6 years ago
Sebastien Deleuze
2a0a002bd3
Improve Kotlin documentation
...
Closes gh-22400
6 years ago
dzou
514f7e3328
Add link to Kotlin sample for Spring Cloud GCP
...
Closes gh-2070
6 years ago
Juergen Hoeller
cdd0456aa4
Upgrade to Tomcat 9.0.16 and Log4J 2.11.2
6 years ago
Juergen Hoeller
9f03d158ce
Upgrade to Checkstyle 8.17 and Mockito 2.24
6 years ago