Vedran Pavic
d2fecd3ad4
Fix bad JSON syntax
...
Closes gh-4501
10 years ago
Stephane Nicoll
10c54be2d5
Upgrade to Spring Framework 4.2.3.RELEASE
...
Closes gh-4492
10 years ago
Stephane Nicoll
e530ac8f65
Merge pull request #4495 from olivergierke/master
...
* pr/4495:
Upgrade to Spring Data Gosling SR1
10 years ago
Oliver Gierke
45fb889771
Upgrade to Spring Data Gosling SR1
...
Closes #4465
10 years ago
Phillip Webb
3a34e88db5
Merge pull request #4493 from izeye/typo-20151115
...
* pr/4493:
Polish
10 years ago
Johnny Lim
4369493f8d
Polish
10 years ago
Phillip Webb
5c19d3bff3
Merge pull request #4491 from NersesAM/NersesAM-doc-jackson-inclusion
...
* pr/4491:
Update documentation with new Jackson 2.6 feature
10 years ago
NersesAM
732658af89
Update documentation with new Jackson 2.6 feature
...
Update the "How To" section with a new Jackson value that was added in
2.6.
Closes gh-4491
10 years ago
Phillip Webb
32d30a0a26
Merge pull request #4488 from izeye/polish-20151114
...
* pr/4488:
Polish
10 years ago
Johnny Lim
903cdf3ddd
Polish
10 years ago
Phillip Webb
e7837a7025
Upgrade to Reactor 2.0.7
...
Closes gh-4394
10 years ago
Phillip Webb
05698e18e4
Polish
10 years ago
Phillip Webb
9a666d3366
Improve devtools documentation
...
Clarify known limitations and document how to use the
`META-INF/spring-devtools.properties` file.
Fixes gh-4235
Closes gh-3316
10 years ago
Phillip Webb
4aaab6c2a1
Remove obsolete docs folder
10 years ago
Phillip Webb
c4f653e8e3
Upgrade to Jackson 2.6.3
...
Closes gh-4170
10 years ago
Phillip Webb
f6b59fb65f
Merge pull request #4476 from izeye/typo-20151114
...
* pr/4476:
Polish
10 years ago
Johnny Lim
1e4f8fdd8e
Polish
10 years ago
Phillip Webb
6a05927e4f
Upgrade to Cassandra 2.1.9
...
Closes gh-4478
10 years ago
Phillip Webb
21e40eac10
Upgrade to Joda-time 2.9.1
...
Closes gh-4479
10 years ago
Phillip Webb
5b9b0a4d80
Upgrade to httpasyncclient to 4.1.1
...
Closes gh-4480
10 years ago
Phillip Webb
6203ed90c8
Upgrade to Jetty 9.2.14.v20151106
...
Closes gh-4481
10 years ago
Phillip Webb
088c58b80a
Upgrade to MariaDB 1.3.0
...
Closes gh-4482
10 years ago
Phillip Webb
82eab90bbc
Upgrade to SLF4J 1.7.13
...
Closes gh-4483
10 years ago
Phillip Webb
fb79b1f8aa
Upgrade to Spring AMQP 1.5.3
...
Closes gh-4484
10 years ago
Phillip Webb
b51b32bdeb
Upgrade to Spring WS 2.2.3
...
Closes gh-4485
10 years ago
Phillip Webb
2ac14748c9
Upgrade to JOOQ 3.7.1
...
Closes gh-4477
10 years ago
Phillip Webb
c67aba0098
Upgrade to Spring Social 1.1.3
...
Fixes gh-4464
10 years ago
Phillip Webb
e006e1795c
Merge remote-tracking branch 'springsource/1.2.x'
10 years ago
Phillip Webb
604ca52491
Revert "Upgrade to Spring Social 1.1.3"
...
This reverts commit 331a26a497 .
10 years ago
Phillip Webb
83e870a2dc
Merge branch '1.2.x'
10 years ago
Phillip Webb
331a26a497
Upgrade to Spring Social 1.1.3
...
Fixes gh-4464
10 years ago
Phillip Webb
e9440ad5b5
Formatting
10 years ago
Phillip Webb
3e8cafaf97
Add support for `spring-devtools.properties`
...
Allow `META-INF/spring-devtools.properties` files to be used by
application developers to declare is specific jars should be included
or excluded from the RestartClassLoader.
A typical example where this might be used is a company that develops
it's own set of internal JARs that are used by developers but not
usually imported into their IDE.
See gh-3316
10 years ago
Stephane Nicoll
78f739dbdd
Merge pull request #4463 from izeye/typo-20151113
...
* pr/4463:
Fix typos
10 years ago
Johnny Lim
0a85281a66
Fix typos
...
Closes gh-4463
10 years ago
Stephane Nicoll
b83368a503
Fix case for MockMvc
...
Closes gh-4459
10 years ago
Stephane Nicoll
54604805ae
Merge pull request #4455 from izeye/polish-20151113
...
* pr/4455:
Polish
10 years ago
Johnny Lim
e5b31beb68
Polish
...
This commit resolves typos and naming inconsistency.
Closes gh-4455
10 years ago
Stephane Nicoll
b27d66fedd
Merge pull request #4456 from eddumelendez/gh-4325
...
* pr/4456:
Polish contribution
Add timeout configuration for CRaSH
10 years ago
Stephane Nicoll
ba2aea4ef1
Polish contribution
...
Closes gh-4456
10 years ago
Eddú Meléndez
41300c35ab
Add timeout configuration for CRaSH
...
Closes gh-4325
10 years ago
Stephane Nicoll
0c8d302a98
Polish
...
See gh-4448
10 years ago
Stephane Nicoll
2ac18a33d5
Add a note to define what triggers a Devtools change
...
Closes gh-4453
10 years ago
Phillip Webb
b09d0e1e3b
Merge pull request #4449 from eddumelendez/gh-4445
...
* pr/4449:
Fix springProfile with multi profiles separated by comma and whitespace
10 years ago
Eddú Meléndez
bd709f30c5
Fix springProfile with multi profiles separated by comma and whitespace
...
Previously springProfile supported multi profiles separated by comma but
it doesn´t work if there are whitespaces. Now, springProfile will read
values cleaning whitespaces.
See gh-4445
10 years ago
Phillip Webb
6a32955cd4
Merge pull request #4448 from eddumelendez/gh-4444
...
* pr/4448:
Add `spring.mvc.static-path-pattern` property
10 years ago
Eddú Meléndez
066533de7e
Add `spring.mvc.static-path-pattern` property
...
Add a `spring.mvc.static-path-pattern` property which can be used to
configure the path pattern used to serve static resources.
Fixes gh-4444
Closes gh-4448
10 years ago
Stephane Nicoll
854dadc6af
Merge pull request #4446 from izeye/polish-20151112
...
* pr/4446:
Polish docs
10 years ago
Johnny Lim
4d9111606b
Polish docs
...
Closes gh-4446
10 years ago
Dave Syer
8749fc745b
Disallow all extensions in actuator endpoints (except .json)
...
Along with the recent change in Spring to use content-disposition
"inline" (which prevents the download), it also makes sense to limit
the extensions allowed by the actuator endpoints. Really there *is*
no extension for these endpoints, but since all of them explicitly
produce JSON we can add .json for browsers as a convenience in case
the app would otherwise choose to send XML.
Fixes gh-4402
10 years ago