- 12 Nov, 2015 10 commits
-
-
Phillip Webb authored
* pr/4449: Fix springProfile with multi profiles separated by comma and whitespace
-
Eddú Meléndez authored
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
-
Phillip Webb authored
* pr/4448: Add `spring.mvc.static-path-pattern` property
-
Eddú Meléndez authored
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
-
Stephane Nicoll authored
* pr/4446: Polish docs
-
Johnny Lim authored
Closes gh-4446
-
Dave Syer authored
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
-
Phillip Webb authored
Fixes gh-4366
-
Phillip Webb authored
Fixes gh-4384
-
Phillip Webb authored
Update EndpointHandlerMapping so that setUseSuffixPatternMatch is set to false. This prevents URLs of the form /beans.json from returning results and provides another line of defense against RDF attacks. Fixes gh-4402
-
- 11 Nov, 2015 16 commits
-
-
Phillip Webb authored
Add commons logging exclusions to: * org.apache.activemq:activemq-leveldb-store * org.apache.activemq:activemq-spring * org.apache.activemq:activemq-console Fixes gh-4116
-
Phillip Webb authored
* pr/4319: Interpolate property values for repositories
-
Matt Benson authored
Update RepositoryConfigurationFactory to apply a RegexBasedInterpolator to repository IDs and URLs. Fixes gh-4318 Closes gh-4319
-
Phillip Webb authored
* pr/4432: Add Cassandra username/password properties
-
cornelcreanga@yahoo.com authored
Allow Cassandra credentials to be specified using properties. Fixes gh-4431 Closes gh-4432
-
Phillip Webb authored
* pr/4434: Rename a test method to use dir instead folder
-
Johnny Lim authored
Closes gh-4434
-
Phillip Webb authored
See gh-4394
-
Phillip Webb authored
See gh-4423
-
Stephane Nicoll authored
* pr/4433: Polish docs
-
Johnny Lim authored
Closes gh-4433
-
Stephane Nicoll authored
* pr/4428: Remove redundant assertions
-
Johnny Lim authored
Closes gh-4428
-
Phillip Webb authored
Update SpringApplication so that startup exceptions are only logged once. A custom UncaughtExceptionHandler is now used when running in the main thread to suppress errors that have already been logged. Fixes gh-4423
-
Stephane Nicoll authored
* pr/4429: Upgrade hikaricp to 2.4.2
-
Jean de Klerk authored
Closes gh-4427
-
- 10 Nov, 2015 14 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Congratulations to Johannes Edmeier on getting married!
-
Phillip Webb authored
* pr/4333: Improve resource handling in LogFileMvcEndpoint
-
Johannes Edmeier authored
Update `LogFileMvcEndpoint` to use a `ResourceHttpRequestHandler` when serving the log file resource. This gives support for requesting parts of the logfile via the HTTP Range header. Requests with the `If-Modified-Since` header are now also handled correctly. Closes gh-4333
-
Phillip Webb authored
* pr/4409: Auto-configure CassandraHealthIndicator
-
Tommy Ludwig authored
Add auto-configuration for the CassandraHealthIndicator. Also update the implementation to use CassandraOperations rather than CassandraAdminOperations. Closes gh-4409
-
Phillip Webb authored
* pr/4300: Make OPTIONS/TRACE request handling configurable
-
Bohuslav Burghardt authored
Add properties to WebMvcProperties allowing control of if TRACE/OPTIONS requests should go through the regular dispatching chain. Closes gh-4300
-
Phillip Webb authored
-
Phillip Webb authored
* pr/4237: Switch MongoCredential method
-
awgtek authored
Update MongoProperties to use `MongoCredential.createCredential` rather than `MongoCredential.createMongoCRCredential`. This allows connections to Mongo 3.0 servers to authenticate using the SCRAM-SHA-1 mechanism. Closes gh-4237
-
Phillip Webb authored
* pr/4335: Polish Use Ordered.HIGHEST_PRECEDENCE constants
-
Johnny Lim authored
-
Johnny Lim authored
Use Ordered.HIGHEST_PRECEDENCE rather than Integer.MIN_VALUE. Closes gh-4335
-