Commit Graph

6338 Commits

Author SHA1 Message Date
Johnny Lim aa432daa3e Rename a test method to use dir instead folder
Closes gh-4434
2015-11-11 14:03:59 -08:00
Phillip Webb 4b302e177a Upgrade to Reactor 2.0.7.BUILD-SNAPSHOT
See gh-4394
2015-11-11 12:10:03 -08:00
Phillip Webb 8c0decac94 Clear list after handling uncaught exceptions
See gh-4423
2015-11-11 12:10:03 -08:00
Stephane Nicoll c595d89717 Merge pull request #4433 from izeye/polish-20151111
* pr/4433:
  Polish docs
2015-11-11 15:05:01 +01:00
Johnny Lim 4c1398148b Polish docs
Closes gh-4433
2015-11-11 15:04:45 +01:00
Stephane Nicoll f7fb470f29 Merge pull request #4428 from izeye/test
* pr/4428:
  Remove redundant assertions
2015-11-11 09:52:30 +01:00
Johnny Lim 12a9a6e195 Remove redundant assertions
Closes gh-4428
2015-11-11 09:52:09 +01:00
Phillip Webb a530221213 Ensure startup failures are only logged once
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
2015-11-10 23:02:13 -08:00
Stephane Nicoll e8b28796d9 Merge pull request #4429 from jadekler/master
* pr/4429:
  Upgrade hikaricp to 2.4.2
2015-11-11 06:52:47 +01:00
Jean de Klerk 01bc9d35ad Upgrade hikaricp to 2.4.2
Closes gh-4427
2015-11-11 06:51:55 +01:00
Phillip Webb a3fac37904 Fix checkstyle error 2015-11-10 15:32:25 -08:00
Phillip Webb 287a62c8f3 Update Johannes Edmeier author attribution
Congratulations to Johannes Edmeier on getting married!
2015-11-10 15:29:44 -08:00
Phillip Webb a99e72f91d Merge pull request #4333 from joshiste/logfile-resource-handler
* pr/4333:
  Improve resource handling in LogFileMvcEndpoint
2015-11-10 15:20:42 -08:00
Johannes Edmeier a1b1cdb18f Improve resource handling in LogFileMvcEndpoint
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
2015-11-10 15:17:06 -08:00
Phillip Webb 77e885836d Merge pull request #4409 from shakuzen/health-cassandra
* pr/4409:
  Auto-configure CassandraHealthIndicator
2015-11-10 13:51:39 -08:00
Tommy Ludwig d8247657a0 Auto-configure CassandraHealthIndicator
Add auto-configuration for the CassandraHealthIndicator. Also update
the implementation to use CassandraOperations rather than
CassandraAdminOperations.

Closes gh-4409
2015-11-10 13:49:39 -08:00
Phillip Webb 9f17fe4454 Merge pull request #4300 from bohuslav-burghardt/configurable-trace-options-request-handling
* pr/4300:
  Make OPTIONS/TRACE request handling configurable
2015-11-10 13:12:05 -08:00
Bohuslav Burghardt 88cf65427f Make OPTIONS/TRACE request handling configurable
Add properties to WebMvcProperties allowing control of if TRACE/OPTIONS
requests should go through the regular dispatching chain.

Closes gh-4300
2015-11-10 13:10:27 -08:00
Phillip Webb a8b23f9deb Fix import order 2015-11-10 13:03:33 -08:00
Phillip Webb 6c17442415 Merge pull request #4237 from awgtek/master
* pr/4237:
  Switch MongoCredential method
2015-11-10 12:59:44 -08:00
awgtek deaa9051bc Switch MongoCredential method
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
2015-11-10 12:59:32 -08:00
Phillip Webb d5d6507e97 Merge pull request #4335 from izeye/ordered
* pr/4335:
  Polish
  Use Ordered.HIGHEST_PRECEDENCE constants
2015-11-10 12:15:56 -08:00
Johnny Lim c87370085b Polish 2015-11-10 12:15:27 -08:00
Johnny Lim 83e8bfedb2 Use Ordered.HIGHEST_PRECEDENCE constants
Use Ordered.HIGHEST_PRECEDENCE rather than Integer.MIN_VALUE.

Closes gh-4335
2015-11-10 12:13:15 -08:00
Phillip Webb 9f8eda18b7 Merge pull request #4362 from marcingrzejszczak/issues/config-props-before-default
* pr/4362:
  Add config properties before default properties
2015-11-10 12:09:56 -08:00
Marcin Grzejszczak 19f141dc59 Add config properties before default properties
Update ConfigFileApplicationListener so that configuration properties
are added before `defaultProperties` if they exist.

Fixes gh-4362
2015-11-10 12:09:50 -08:00
Phillip Webb 18db4f6c62 Merge pull request #4371 from pmvilaca/fix-#4369-launch-script
* pr/4371:
  Don't remove PID file before stopping the service
2015-11-10 11:18:39 -08:00
Pedro Vilaca 98be051cfa Don't remove PID file before stopping the service
Update the launch script so that the PID file is not longer removed at
the beginning of the stop method. Prior to this commit if a service
wasn't able to stop on the first run, it wasn't possible to use the
launch script anymore.

Fixes gh-4369
Closes gh-4371
2015-11-10 11:16:00 -08:00
Phillip Webb 0bac6ebda7 Fix typo
See gh-4419
2015-11-10 09:52:39 -08:00
Stephane Nicoll 3311419a08 Fix typo
See gh-4419
2015-11-10 14:52:07 +01:00
Phillip Webb 387faa786b Merge pull request #4383 from rwinch/gh-4368
* pr/4383:
  Secure actuator when all endpoints are sensitive
2015-11-10 00:13:45 -08:00
Rob Winch c6e08eb883 Secure actuator when all endpoints are sensitive
Previously if every actuator endpoint was marked as sensitive, then all
endpoints were marked as permitted.

This commit ensures that if all endpoints are marked as sensitive, then
all the endpoints are secured.

Fixes gh-4368
Closes gh-4383
2015-11-09 22:30:35 -08:00
Phillip Webb 8c642bec74 Support global endpoint.sensitive override
Add support for an `endpoint.sensitive` property that can be used to
override the endpoint `sensitive` default.

Fixes gh-4419
2015-11-09 22:25:12 -08:00
Phillip Webb 332c6911cf Polish 2015-11-09 22:19:03 -08:00
Phillip Webb aa8d0dd072 Add HAL test for endpoints.enabled=false 2015-11-09 22:18:20 -08:00
Phillip Webb b1b3fc6639 Use consistent MvcEndpoint class names
Rename HAL and docs MVC endpoints so that classnames consistently end
with MvcEndpoint. Also rename integration tests so that they are grouped
together in the IDE.
2015-11-09 22:15:06 -08:00
Phillip Webb da6b041199 Merge pull request #4399 from izeye/unused
* pr/4399:
  Remove unused parameter in Security configuration
2015-11-09 14:44:58 -08:00
Johnny Lim 8540d80b84 Remove unused parameter in Security configuration
Update SecurityFilterAutoConfiguration.securityFilterChainRegistration
to remove unused ApplicationContext parameter.

Closes gh-4399
2015-11-09 14:43:15 -08:00
Phillip Webb c614446d43 Merge branch '1.2.x' 2015-11-09 14:40:59 -08:00
Phillip Webb 49a5587558 Fully support `-cp` arguments
The CLI application advertises `-cp` support but it appears that only
`--cp` is really supported. The fix for gh-178 forgot to update the
call to `getParser().parse(...)`.

See gh-178
2015-11-09 14:38:54 -08:00
Phillip Webb 72c94eba93 Merge pull request #4407 from vpavic/upgrade-postgresql-jdbc
* pr/4407:
  Upgrade PostgreSQL JDBC driver to 9.4-1205
2015-11-09 14:30:13 -08:00
Vedran Pavic e0db755bad Upgrade PostgreSQL JDBC driver to 9.4-1205
Closes gh-4407
2015-11-09 14:29:38 -08:00
Phillip Webb 3e6020ee5c Merge pull request #4414 from pmvilaca/fix-4378-launch-script-stop-cmd
* pr/4414:
  Don't use `kill -hup` in the launch script
2015-11-09 14:28:44 -08:00
Pedro Vilaca b190cfdd6a Don't use `kill -hup` in the launch script
The HUP signal was being used to stop the service and for some reason,
sometimes it was being ignored. This commit change forces the use of the
TERM signal (the default signal of kill).

Fixes gh-4378
Closes gh-4414
2015-11-09 14:27:05 -08:00
Phillip Webb 52264cd0c2 Merge pull request #4406 from vpavic/audit-config
* pr/4406:
  Allow security AuditListener overrides
2015-11-09 13:51:43 -08:00
Vedran Pavic a0c696b17b Allow security AuditListener overrides
Introduce `AbstractAuthenticationAuditListener` and
`AbstractAuthorizationAuditListener` classes so that users can
extended them to replace the auto-configured defaults.

Closes gh-4406
2015-11-09 13:51:30 -08:00
Phillip Webb 564cbfe96c Add missing @param tag
See gh-4415
2015-11-09 12:18:55 -08:00
Phillip Webb bd20b5419e Consider prefixes when sanitizing `/configprops`
Update ConfigurationPropertiesReportEndpoint so that property prefixes
are also considered when sanitizing values.

Fixes gh-4415
2015-11-09 11:19:10 -08:00
Stephane Nicoll 4aefe9f856 Merge pull request #4408 from vpavic/upgrade-undertow
* pr/4408:
  Upgrade to Undertow 1.3.5.Final
2015-11-08 09:16:38 +01:00
Vedran Pavic 9599c7e67b Upgrade to Undertow 1.3.5.Final
Closes gh-4408
2015-11-08 09:15:47 +01:00