Rossen Stoyanchev
7aa933437c
Update links to http://java.net/jira
6 years ago
cac03
a8f4c596fd
Fix trivial errors in data-access and core-aop in docs
...
Fix some syntax errors and typos
* Fix syntax error in core-aop docs which caused incorrect document
generation
* Surround @Pointcut values with quotation marks
* Replace 'I' with 'you' in the 'In the XML style I can declare the
first two pointcuts' sentence
* Fix compileror typo
* Remove redundant parenthesis
* Remove redundant commas
* Add 'can' to the 'You configure additional aspects in similar fashion'
sentence
* Replace 'You can annotation any method' with 'You can annotate any
method'
* Add space to 'non-recoverablepersistence'
* Replace 'we shows' with 'we show'
* Fix 'java.utils.Map' typo
* Add space to 'byusing'
* Add space to '`Lifecycle`by'
* Replace 'You cN' with 'You can'
* Replace 'encourag' with 'encourage'
6 years ago
Juergen Hoeller
058f027c5b
Upgrade to Kotlin 1.2.71 and Netty 4.1.30
6 years ago
Juergen Hoeller
2ec41c8153
Polishing
6 years ago
Juergen Hoeller
ad29f97a05
Polishing
6 years ago
Juergen Hoeller
9063e66c5d
AbstractApplicationEventMulticaster pre-sorts singleton listeners
...
Issue: SPR-17307
6 years ago
Juergen Hoeller
d6dfde3e5b
LogFactoryService implements Commons Logging attribute methods
...
Issue: SPR-17302
6 years ago
Juergen Hoeller
333e327289
Revised javadoc for up-to-date constructor autowiring semantics
...
Issue: SPR-17299
6 years ago
Juergen Hoeller
255015fc6b
Prepared for backport to 4.3.20 and 5.0.10
...
Issue: SPR-17295
6 years ago
Stephane Nicoll
6ff8cd8a9f
Merge pull request #1967 from cac03
...
* pr/1967:
Fix trivial errors in core-beans documentation
6 years ago
cac03
18c9e3e812
Fix trivial errors in core-beans documentation
...
Closes gh-1967
6 years ago
Juergen Hoeller
a76b8deda5
Consistent copyright header and fine-tuned javadoc in test/web mocks
...
Issue: SPR-17295
6 years ago
Stephane Nicoll
7ca6b9f7d2
Fix copyright header
6 years ago
Juergen Hoeller
51ba322947
MockHttpServletRequest allows for removing registered header values
...
Includes full alignment of spring-test vs spring-web mock variants.
Issue: SPR-17295
6 years ago
Sam Brannen
9e2912e1dd
Fix source code callouts in Reference Manual
6 years ago
Jay Bryant
6d226326c9
Editing pass for the integration and languages chapters.
...
I edited for spelling, puncutation, grammar, usage, and corporate voice. I also added a bunch of cross-references and links to the Javadoc.
I also corrected the rendering problems that I had accidentally created in previous commits (because I was adjusting headings and adding callouts to listings.
6 years ago
Sam Brannen
45ecfc6df9
Fix source code callouts in Reference Manual
6 years ago
Sam Brannen
59e87f950b
Fix heading levels in Reference Manual
6 years ago
Sam Brannen
917bb53718
Fix formatting in Data Access chapter
6 years ago
Sam Brannen
f7263abbf0
Fix broken links in Testing chapter
6 years ago
Spring Buildmaster
2a6da6a623
Next Development Version
6 years ago
Rossen Stoyanchev
92b3f2aee7
Document timeout configuration for Reactor HttpClient
...
Issue: SPR-17241
6 years ago
Juergen Hoeller
80e52de231
Upgrade to HtmlUnit 2.33 and Apache Johnzon 1.1.10
6 years ago
Juergen Hoeller
75627617c9
Ordered streams consistently operate on resolved bean instances
...
Issue: SPR-17272
6 years ago
Juergen Hoeller
3f5a7bbf04
Remove snapshot repository from build setup
6 years ago
Stephane Nicoll
093a863906
Upgrade to Gradle 4.10.2
6 years ago
Stephane Nicoll
90c29b3af3
Upgrade to Reactor Californium RELEASE
6 years ago
Sebastien Deleuze
f7839675f6
Don't set role in Kotlin bean DSL unless specified
...
Issue: SPR-17275
6 years ago
Sebastien Deleuze
47d6e91227
Leverage non-default ctor support in Kotlin bean DSL
...
Since non-default constructors are now evaluated for autowiring,
there is no need anymore for setting autowiring mode or exposing
it in Kotlin bean DSL.
Issue: SPR-17292
6 years ago
Juergen Hoeller
b6b880ce27
Polishing
6 years ago
Rossen Stoyanchev
7481d73456
WebFlux HandshakeInfo exposes the remoteAddress
...
Issue: SPR-17192
6 years ago
Rossen Stoyanchev
288a9ecd18
Exposes maxFramePayloadLength for Reactor Netty
...
Issue: SPR-16228
6 years ago
Juergen Hoeller
a278e878e8
Upgrade to Jackson 2.9.7
6 years ago
Juergen Hoeller
082c524cbe
Polishing
6 years ago
Juergen Hoeller
d3c08552e9
Revisit GenericApplicationContext.registerBean constructor handling
...
Support for Kotlin primary constructor and non-default public constructors in addition to default instantiation, aligned with AnnotationConfigApplicationContext and model attribute processing.
Issue: SPR-17292
6 years ago
Juergen Hoeller
50c9542796
Prefer explicit "org.quartz.scheduler.instanceName" over bean name
...
Issue: SPR-16884
6 years ago
Rossen Stoyanchev
a6f9c4c599
LogFormatUtils is declared abstract
6 years ago
Sam Brannen
af58263744
Fix formatting in Testing chapter
6 years ago
Arjen Poutsma
8a4835368d
Use doOnDiscard to free internally queued data buffers
...
Issue: SPR-17246
6 years ago
Juergen Hoeller
1756f83701
Defensively expect concurrent registration of BeanPostProcessors
...
Declaring beanPostProcessors (and also embeddedValueResolvers) as CopyOnWriteArrayList prevents ConcurrentModificationExceptions in case of concurrent registration/access attempts.
Issue: SPR-17286
6 years ago
Brian Clozel
d94e9225f4
Switch to Reactor Californium SNAPSHOTs
6 years ago
Juergen Hoeller
65ca7f4909
Polishing
6 years ago
anton0xf
0204b082b1
Fix jdbc template error messages generation
6 years ago
Sam Brannen
5b25aaacb6
Apply consistent formatting in Testing chapter
...
This commit also fixes a few typos and broken links.
6 years ago
Sam Brannen
6431b25045
Revise Testing chapter for technical correctness
...
This commit also fixes some broken links and typos.
6 years ago
Sam Brannen
745aeda581
Fix typos in testing sections of Reference Manual
6 years ago
Juergen Hoeller
c634b2fae7
ResolvableType-based resolution uses BeanNamesByType cache if possible
...
Issue: SPR-17282
6 years ago
Jay Bryant
00a3afcda8
Edit the Web chapter of the reference documentation
...
I edited for spelling, punctuation, grammar, usage,
and corporate voice. I also added links and cross-references.
6 years ago
Jay Bryant
b29a278b2a
Edit Data Access part of the reference documentation
...
I edited the Data Access chapter for spelling, punctuation,
grammar, usage, corporate voice, and clarity.
I also added links and cross-references.
6 years ago
Jay Bryant
95ff22cb7e
Edit the testing part of the reference documentation
...
I edited for spelling, punctuation, grammar, usage,
and corporate voice.
I also added cross-references and links to the Javadoc.
6 years ago