Commit Graph

13191 Commits (cda820494480c9f45ca7a87b3aaec438898a5b9b)
 

Author SHA1 Message Date
Stephane Nicoll 8d7d044bef Merge pull request #10084 from pvorb:fix-incomplete-assertions
* pr/10084:
  Identify and fix incomplete assertions
7 years ago
Paul Vorbach 04ca7f137d Identify and fix incomplete assertions
Several calls to assertThat lacked a following assertion most often due
to wrong use of parenthesis.

See gh-10084
7 years ago
Stephane Nicoll 83eee7e65d Fix XA DataSource class name for Firebird
Closes gh-10102
7 years ago
Stephane Nicoll 6967846018 Merge pull request #10101 from izeye:thrown
* pr/10101:
  Remove unused ExpectedExceptions
7 years ago
Johnny Lim 118f65556f Remove unused ExpectedExceptions
Closes gh-10101
7 years ago
Stephane Nicoll 3ef3b40783 Rename EndpointType to EndpointExposure
Closes gh-10100
7 years ago
Phillip Webb f9e5b07eec Polish endpoint 7 years ago
Stephane Nicoll 98455e30dc Rename default endpoint settings to "default"
Closes gh-10098
7 years ago
Stephane Nicoll edd7cea1c3 Merge branch '1.5.x' 7 years ago
Stephane Nicoll 36722510c5 Clarify that only production resources are filtered by Maven
See gh-10088
7 years ago
Stephane Nicoll f52003f9ed Merge branch '1.5.x' 7 years ago
Madhura Bhave d03b8e14f1 Fix Windows test failures 7 years ago
Madhura Bhave 919dfd3f90 Remove unused properties and constants
Since the autoconfig totally backs off in the presence
of a WebSecurityConfigurerAdapter, there is no need to
order them ahead of/after the one provided by Spring Boot.

See gh-7958
7 years ago
Stephane Nicoll f6134a8862 Polish 7 years ago
Stephane Nicoll 31f8aeaf8f Add rule to prevent imports on Guava
This commit makes sure that we don't import a class from the Guava
library by mistake as it provides various utility classes with similar
names as our own.

Closes gh-10089
7 years ago
Stephane Nicoll da65158eae Disable Jolokia by default
To be consistent with Actuator web endpoints, Jolokia is now disabled
by default.

Closes gh-10090
7 years ago
Stephane Nicoll def094b844 Advertize web endpoints as disabled by default
Following the rework on Security that expects web endpoints to be
disabled by default, this commit updates the metadata (including the
automatic generation) to reflect this decision.
7 years ago
Stephane Nicoll c76c16d92b Polish 7 years ago
Stephane Nicoll 53d855320b Clarify the required steps to build the documentation
Previously we didn't mention that the project must have been built
locally first (to get the sources for javadoc generation for instance).

This commit clarifies that.

Closes gh-10086
7 years ago
Stephane Nicoll 2cbffc329f Remove import on Guava
Closes gh-10085
7 years ago
Madhura Bhave 9b5e5f32e1 ClientId not always required for client credentials
Fixes gh-10013
7 years ago
Madhura Bhave 4990b52b72 Reinstate CloudFoundry support for actuators
Closes gh-9996
7 years ago
Madhura Bhave bacbe0459b Disable web endpoints by default
Since the handler interceptors have been removed, web endpoints
are all disabled by default to prevent accidental exposure of
sensitive information.

Closes gh-7958
7 years ago
Madhura Bhave e08ddbf838 Rework security autoconfiguration
This commit combines security autoconfigurations for
management endpoints and the rest of the application. By default,
if Spring Security is on the classpath, it turns on @EnableWebSecurity.
In the presence of another WebSecurityConfigurerAdapter this backs off
completely. A default AuthenticationManager is also provided with a user
and generated password. This can be turned off by specifying a bean of
type AuthenticationManager, AuthenticationProvider or UserDetailsService.

Closes gh-7958
7 years ago
Stephane Nicoll f60ad0df74 Polish 7 years ago
Stephane Nicoll 049df50f31 Add explicit dependency to ConnectionFactory auto-configurations
This commit makes sure tht `HealthIndicatorAutoConfiguration` runs after
any producers of a `ConnectionFactory` and not only ActiveMQ. This was
identified as part of #10081: `JmsAutoConfiguration` is actually the
one that isn't necessary (spring-boot-actuator has no import on the
`org.springframework.jms` and only `javax.jms.ConnectionFactory` is used
as part of the JMS health indicator.
7 years ago
Stephane Nicoll 498537b60e Merge pull request #10080 from izeye:unused-20170826
* pr/10080:
  Remove SystemPropertiesHandler.properties
7 years ago
Johnny Lim 9dd7184b6e Remove SystemPropertiesHandler.properties
Closes gh-10080
7 years ago
Brian Clozel a9dc0d2963 Fix nio-multipart-parser version
See gh-9240
7 years ago
Stephane Nicoll 69faa7dd33 Remove useless cast
The number of nodes can be added to the details without the need to cast
it.

Closes gh-10078
7 years ago
Stephane Nicoll a37a45921f Merge pull request #10077 from izeye:substring-20170825
* pr/10077:
  Avoid substring() invocation when the result is itself
7 years ago
Johnny Lim 4ae3691fee Avoid substring() invocation when the result is itself
Closes gh-10077
7 years ago
Brian Clozel 8198b87538 Add nio-multipart-parser to webflux starter
This library is required for parsing multipart requests asynchronously
in Spring WebFlux. Framework treats this as an optional dependency, but
Boot auto-configures multipart support with Servlet by default.

Closes gh-10073
7 years ago
Stephane Nicoll 77edebe094 Polish
Closes gh-10076
7 years ago
Stephane Nicoll 0d7cde7a5d Add deprecated metadata for Neo4j
See gh-10076
7 years ago
Stephane Nicoll a076adbb51 Add deprecated metadata for remote debug support
See gh-10076
7 years ago
Stephane Nicoll 8a12a6ce36 Add deprecated metadata for Thymeleaf
See gh-10076
7 years ago
Stephane Nicoll 64231eaa9e Add deprecated metadata for Sendgrid
See gh-10076
7 years ago
Stephane Nicoll b57e66fbe5 Add deprecated metadata for Redis pool
See gh-10076
7 years ago
Stephane Nicoll b2950b568c Add deprecated metadata for datasource initialization
See gh-10076
7 years ago
Stephane Nicoll b574e5c1e6 Add deprecated metadata for Hibernate
See gh-10076
7 years ago
Stephane Nicoll dde652781e Add deprecated metadata for multipart
See gh-10076
7 years ago
Stephane Nicoll 1fefe24de8 Add deprecated metadata for server-related properties
See gh-10076
7 years ago
Stephane Nicoll dd88b116d5 Add deprecated metadata for Jolokia
See gh-10076
7 years ago
Stephane Nicoll 88656b31c9 Add deprecated metadata for Liquibase
See gh-10076
7 years ago
Stephane Nicoll e5c5fe9fc5 Add deprecated metadata for Flyway
See gh-10076
7 years ago
Stephane Nicoll c69725f68c Add deprecated metadata for Actuator endpoints
See gh-10076
7 years ago
Stephane Nicoll 38745d41d7 Add deprecated metadata for CRaSH support
See gh-10076
7 years ago
Stephane Nicoll 08ce7e24d7 Polish 7 years ago
Stephane Nicoll e05c401e0c Merge pull request #10069 from izeye:sort-gitignore
* pr/10069:
  Sort entries in .gitignore
7 years ago