Juergen Hoeller
7e8c8f0b76
Polishing
7 years ago
Juergen Hoeller
f965123513
Correct SpEL example (matching its comment)
...
Issue: SPR-16111
7 years ago
Juergen Hoeller
9bab7a2708
Upgrade to Java Activation Framework 1.2 for test runtime
...
Includes upgrade to Hibernate Validator 6.0.4 (where applicable)
Issue: SPR-16115
7 years ago
Rossen Stoyanchev
01e7cae3ed
Fix links
7 years ago
Rossen Stoyanchev
065c9cc101
Typo
7 years ago
Rossen Stoyanchev
376e5b6b53
README + CONTRIBUTING refer to Build from Source wiki
7 years ago
Rossen Stoyanchev
3c1518f53a
Update CONTRIBUTING.md
7 years ago
Rossen Stoyanchev
5ac377499c
CONTRIBUTING is markdwon again + polish README
...
The main way CONTRIBUTING will be viewed is on Github and the output
is just not good enough to justify using asciidoctor vs md/txt as
the recommended on the Github help page for contributing guidelines.
For example it was attractive to use a TOC and that works on Github
but doesn't look good. In the end it's a very short TOC and
maintaining manually is easy enough and it's easier to control the
look.
7 years ago
Rossen Stoyanchev
bf4c97cb1c
Polish README
7 years ago
Rossen Stoyanchev
4e384a636f
Polish README
7 years ago
Rossen Stoyanchev
b1068fe71e
Replace TOC with manual listing
...
Essentially optimize for viewing on Github since the Asciidoctor
TOC works but doesn't look good with no styling.
7 years ago
Rossen Stoyanchev
a455feab59
Optimize TOC for viewing on Github
7 years ago
Rossen Stoyanchev
375d26ed50
Update link to CONTRIBUTING
7 years ago
Rossen Stoyanchev
e30d1d92ec
Overhaul contributing guidelines
...
The guidelines were originally created several years ago. This commit
does not fundamentally change anything but rather make the guidance
more compact.
The commit consolidates into into CONTRIBUTING.adoc information from
CONTRIBUTING-DOCUMENTATION.adoc and also the wiki page "The Lifecycle
of an Issue".
7 years ago
Rossen Stoyanchev
ce4d88d474
Convert CONTRIBUTING from md to adoc
7 years ago
Spring Buildmaster
6dcc8539f7
Next Development Version
7 years ago
Juergen Hoeller
d963597ec0
Test with hasError for unknown status code
...
Issue: SPR-16108
7 years ago
Juergen Hoeller
9cfa9291cc
Polishing
7 years ago
Juergen Hoeller
2d0ab4740c
Consistent hasText checks for CharSequence vs String
...
Directly inlined hasLength implementations for proper nullability detection in IntelliJ, assuming a hasText checked value is never null afterwards. Since the JVM is going to do this at runtime anyway, this is effectively equivalent but more indicative for source code introspection algorithms.
Issue: SPR-15540
7 years ago
Juergen Hoeller
9efdadcdca
Compatibility with OpenPDF as alternative to iText 2.1.7
...
Issue: SPR-16107
7 years ago
Juergen Hoeller
efe943df72
WebSphereUowTransactionManager logs overridden application exceptions
...
Issue: SPR-16102
7 years ago
Brian Clozel
bf6025303b
Start documenting HTTP/2 support
...
A new HTTP/2 support section has been added in the Spring MVC
documentation. Also, a dedicated wiki page is created for specific
container support information.
Issue: SPR-15821
7 years ago
Arjen Poutsma
6457a1556e
Javadoc
7 years ago
Juergen Hoeller
a4f8ce7553
Upgrade to AspectJ 1.9 RC1
...
Issue: SPR-16077
7 years ago
Juergen Hoeller
182da15908
BridgeMethodResolver properly resolves interface hierarchies
...
Issue: SPR-16103
7 years ago
Juergen Hoeller
55b0c2f243
Polishing
7 years ago
Sebastien Deleuze
1c256a112b
Parse correctly ContentDisposition header with semicolons
...
Issue: SPR-16091
7 years ago
Rossen Stoyanchev
a3e62284ea
Create Languages section
...
Issue: SPR-16044
7 years ago
Rossen Stoyanchev
c80aa83383
Upgrade to Reactor Bismuth SR3
7 years ago
Juergen Hoeller
ecea82d3a5
Polishing
7 years ago
Juergen Hoeller
f31069ac05
Upgrade to Selenium 3.6 and XMLUnit 2.5
7 years ago
Arjen Poutsma
40a6fba443
Allow to change URL/method in ClientRequest.Builder
...
This commit exposes the ClientRequest's URL and HttpMethod fields via a
setter, so that they can be changed more easily in a request that was
created via ClientRequest.from(ClientRequest).
Issue: SPR-16093
7 years ago
Sebastien Deleuze
585ad5961a
Upgrade to Reactor Bismuth-SR2
...
Issue: SPR-16085
7 years ago
Stephane Nicoll
62c6a0054d
Merge pull request #1575 from ocadaruma:fix-example
...
* pr/1575:
Fix wrong javadoc example
7 years ago
Haruki Okada
159da04eed
Fix wrong javadoc example
...
Closes gh-1575
7 years ago
Juergen Hoeller
c7100f771c
Explicit notes on advice mode proxy vs aspectj
...
Issue: SPR-16092
7 years ago
Juergen Hoeller
75ec973bae
Refined tests for StringUtils.starts/endsWithIgnoreCase
...
Issue: SPR-16095
7 years ago
Juergen Hoeller
5d41e0f012
Avoid temporary String creation in StringUtils.starts/endsWithIgnoreCase
...
Issue: SPR-16095
7 years ago
Juergen Hoeller
9a88ebdeba
Consistent hasText checks for CharSequence vs String
...
Issue: SPR-15540
7 years ago
Juergen Hoeller
9288990603
Varargs and consistent nullability in MailMessage implementations
...
Issue: SPR-15756
7 years ago
Juergen Hoeller
5809f5b8eb
SubProtocolWebSocketHandler provides protected decorateSession method
...
Issue: SPR-16089
7 years ago
Juergen Hoeller
d418ba1b5d
Remove snapshot repository (after Reactor Bismuth-SR1 upgrade)
...
Issue: SPR-16085
7 years ago
Stephane Nicoll
9404041719
Upgrade to Reactor Bismuth-SR1
7 years ago
Rossen Stoyanchev
1cc5afe24b
Fix lines over 120 characters
...
https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Code-Style#line-wrapping
7 years ago
Stephane Nicoll
8ad212dae2
Merge pull request #1570 from wilkinsona:patch-3
...
* pr/1570:
Add missing "be" in Part's javadoc
7 years ago
Andy Wilkinson
07eee05d1d
Add missing "be" in Part's javadoc
...
Closes gh-1570
7 years ago
Juergen Hoeller
e17ad551f3
Latest dependency updates (RxJava 1.3.3, Hibernate ORM 5.2.12, Hibernate Validator 5.4.2 & 6.0.3)
7 years ago
Juergen Hoeller
d1fac36e3e
SchedulingConfigurer and JmsListenerConfigurer respect @Order
...
Issue: SPR-16090
7 years ago
Juergen Hoeller
a4537b1b6d
Accessors for configured send-time and buffer-size limit
...
Issue: SPR-16089
7 years ago
Rossen Stoyanchev
48eb416ecc
Fix failing tests
7 years ago