Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
5f351a69
Commit
5f351a69
authored
Dec 05, 2020
by
Phillip Webb
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.2.x' into 2.3.x
Closes gh-24338
parents
f569d761
d8a05090
Changes
83
Hide whitespace changes
Inline
Side-by-side
Showing
83 changed files
with
84 additions
and
3 deletions
+84
-3
gradle.properties
buildSrc/gradle.properties
+1
-1
JavaConventions.java
.../java/org/springframework/boot/build/JavaConventions.java
+1
-0
pom.xml
ci/images/releasescripts/pom.xml
+1
-1
CassandraReactiveHealthContributorAutoConfiguration.java
.../CassandraReactiveHealthContributorAutoConfiguration.java
+1
-0
CloudFoundryInfoEndpointWebExtension.java
...foundry/servlet/CloudFoundryInfoEndpointWebExtension.java
+1
-0
CouchbaseHealthContributorAutoConfiguration.java
...ouchbase/CouchbaseHealthContributorAutoConfiguration.java
+1
-0
CouchbaseReactiveHealthContributorAutoConfiguration.java
.../CouchbaseReactiveHealthContributorAutoConfiguration.java
+1
-0
JerseyChildManagementContextConfiguration.java
...web/jersey/JerseyChildManagementContextConfiguration.java
+1
-0
JerseyManagementContextConfiguration.java
...gure/web/jersey/JerseyManagementContextConfiguration.java
+1
-0
JerseySameManagementContextConfiguration.java
.../web/jersey/JerseySameManagementContextConfiguration.java
+1
-0
CloudFoundryInfoEndpointWebExtensionTests.java
...ry/servlet/CloudFoundryInfoEndpointWebExtensionTests.java
+1
-0
CouchbaseHealthContributorAutoConfigurationTests.java
...ase/CouchbaseHealthContributorAutoConfigurationTests.java
+1
-0
AbstractEndpointRequestIntegrationTests.java
...rity/servlet/AbstractEndpointRequestIntegrationTests.java
+1
-0
JerseyEndpointRequestIntegrationTests.java
...curity/servlet/JerseyEndpointRequestIntegrationTests.java
+1
-0
MvcEndpointRequestIntegrationTests.java
.../security/servlet/MvcEndpointRequestIntegrationTests.java
+1
-0
JerseySameManagementContextConfigurationTests.java
...jersey/JerseySameManagementContextConfigurationTests.java
+1
-0
ManagementContextAutoConfigurationTests.java
...e/web/server/ManagementContextAutoConfigurationTests.java
+1
-0
CassandraReactiveHealthIndicator.java
...t/actuate/cassandra/CassandraReactiveHealthIndicator.java
+1
-0
CouchbaseReactiveHealthIndicator.java
...t/actuate/couchbase/CouchbaseReactiveHealthIndicator.java
+1
-0
CassandraReactiveHealthIndicatorTests.java
...uate/cassandra/CassandraReactiveHealthIndicatorTests.java
+1
-0
CouchbaseReactiveHealthIndicatorTests.java
...uate/couchbase/CouchbaseReactiveHealthIndicatorTests.java
+1
-0
ServerWebExchangeTraceableRequestTests.java
...race/reactive/ServerWebExchangeTraceableRequestTests.java
+1
-0
TraceableHttpServletRequestTests.java
...e/web/trace/servlet/TraceableHttpServletRequestTests.java
+1
-0
MongoDataConfiguration.java
...boot/autoconfigure/data/mongo/MongoDataConfiguration.java
+1
-0
XADataSourceAutoConfiguration.java
...oot/autoconfigure/jdbc/XADataSourceAutoConfiguration.java
+2
-1
ClientsConfiguredCondition.java
...re/security/oauth2/client/ClientsConfiguredCondition.java
+1
-0
ReactiveOAuth2ClientAutoConfiguration.java
...lient/reactive/ReactiveOAuth2ClientAutoConfiguration.java
+1
-0
IssuerUriCondition.java
...onfigure/security/oauth2/resource/IssuerUriCondition.java
+1
-0
OAuth2ResourceServerProperties.java
...urity/oauth2/resource/OAuth2ResourceServerProperties.java
+1
-0
ReactiveOAuth2ResourceServerAutoConfiguration.java
...active/ReactiveOAuth2ResourceServerAutoConfiguration.java
+1
-0
ReactiveOAuth2ResourceServerJwkConfiguration.java
...eactive/ReactiveOAuth2ResourceServerJwkConfiguration.java
+1
-0
OAuth2ResourceServerAutoConfiguration.java
...source/servlet/OAuth2ResourceServerAutoConfiguration.java
+1
-0
OAuth2ResourceServerJwtConfiguration.java
...esource/servlet/OAuth2ResourceServerJwtConfiguration.java
+1
-0
OAuth2ResourceServerOpaqueTokenConfiguration.java
...servlet/OAuth2ResourceServerOpaqueTokenConfiguration.java
+1
-0
RegistrationConfiguredCondition.java
...igure/security/saml2/RegistrationConfiguredCondition.java
+1
-0
RequestMatcherProvider.java
...utoconfigure/security/servlet/RequestMatcherProvider.java
+1
-0
WebFluxRegistrations.java
...boot/autoconfigure/web/reactive/WebFluxRegistrations.java
+1
-0
DefaultJerseyApplicationPath.java
...toconfigure/web/servlet/DefaultJerseyApplicationPath.java
+1
-0
JerseyApplicationPath.java
...boot/autoconfigure/web/servlet/JerseyApplicationPath.java
+1
-0
CodecsAutoConfigurationTests.java
...utoconfigure/http/codec/CodecsAutoConfigurationTests.java
+1
-0
ReactiveOAuth2ClientAutoConfigurationTests.java
.../reactive/ReactiveOAuth2ClientAutoConfigurationTests.java
+1
-0
ReactiveOAuth2ResourceServerAutoConfigurationTests.java
...e/ReactiveOAuth2ResourceServerAutoConfigurationTests.java
+1
-0
OAuth2ResourceServerAutoConfigurationTests.java
...e/servlet/OAuth2ResourceServerAutoConfigurationTests.java
+1
-0
JerseyApplicationPathTests.java
...autoconfigure/web/servlet/JerseyApplicationPathTests.java
+1
-0
ExampleWebExceptionHandler.java
...re/web/reactive/webclient/ExampleWebExceptionHandler.java
+1
-0
MockMvcAutoConfigurationTests.java
...oconfigure/web/servlet/MockMvcAutoConfigurationTests.java
+1
-0
SpringBootMockMvcBuilderCustomizerTests.java
.../web/servlet/SpringBootMockMvcBuilderCustomizerTests.java
+1
-0
SpringBootTestRandomPortEnvironmentPostProcessor.java
...web/SpringBootTestRandomPortEnvironmentPostProcessor.java
+1
-0
OutputExtensionExtendWithTests.java
...work/boot/test/system/OutputExtensionExtendWithTests.java
+1
-0
SpringBootTestRandomPortEnvironmentPostProcessorTests.java
...pringBootTestRandomPortEnvironmentPostProcessorTests.java
+1
-0
SimpleFactoryBean.java
...ramework/boot/test/web/client/scan/SimpleFactoryBean.java
+1
-0
SampleApplication.java
...c/it/sample/src/main/java/org/test/SampleApplication.java
+1
-0
Dsl.java
...est/java/org/springframework/boot/gradle/testkit/Dsl.java
+1
-0
AbstractArchiveIntegrationTests.java
...framework/boot/maven/AbstractArchiveIntegrationTests.java
+1
-0
BuildInfoIntegrationTests.java
...springframework/boot/maven/BuildInfoIntegrationTests.java
+1
-0
JarIntegrationTests.java
...a/org/springframework/boot/maven/JarIntegrationTests.java
+1
-0
ConfigurationPropertiesBeanRegistrar.java
...text/properties/ConfigurationPropertiesBeanRegistrar.java
+1
-0
ConfigurationPropertiesScan.java
.../boot/context/properties/ConfigurationPropertiesScan.java
+1
-0
ConfigurationPropertiesScanRegistrar.java
...text/properties/ConfigurationPropertiesScanRegistrar.java
+1
-0
DefaultValue.java
...gframework/boot/context/properties/bind/DefaultValue.java
+1
-0
ValueObjectBinder.java
...ework/boot/context/properties/bind/ValueObjectBinder.java
+1
-0
TestPropertySourceLoader1.java
...mework/boot/context/config/TestPropertySourceLoader1.java
+1
-0
TestPropertySourceLoader2.java
...mework/boot/context/config/TestPropertySourceLoader2.java
+1
-0
ConfigurationPropertiesScanRegistrarTests.java
...properties/ConfigurationPropertiesScanRegistrarTests.java
+1
-0
EnableConfigurationPropertiesRegistrarTests.java
...operties/EnableConfigurationPropertiesRegistrarTests.java
+1
-0
ValueObjectBinderTests.java
.../boot/context/properties/bind/ValueObjectBinderTests.java
+1
-0
CombinedConfiguration.java
...ext/properties/scan/combined/c/CombinedConfiguration.java
+1
-0
ConfigurationPropertiesScanConfiguration.java
.../scan/valid/ConfigurationPropertiesScanConfiguration.java
+1
-0
AScanConfiguration.java
...t/context/properties/scan/valid/a/AScanConfiguration.java
+1
-0
BScanConfiguration.java
...t/context/properties/scan/valid/b/BScanConfiguration.java
+1
-0
RSocketPortInfoApplicationContextInitializerTests.java
...xt/RSocketPortInfoApplicationContextInitializerTests.java
+1
-0
SampleCouchbaseApplicationTests.java
...etest/data/couchbase/SampleCouchbaseApplicationTests.java
+1
-0
CustomerRepositoryIntegrationTests.java
...oketest/data/jdbc/CustomerRepositoryIntegrationTests.java
+1
-0
CityRepositoryIntegrationTests.java
...test/data/jpa/service/CityRepositoryIntegrationTests.java
+1
-0
HotelRepositoryIntegrationTests.java
...est/data/jpa/service/HotelRepositoryIntegrationTests.java
+1
-0
JerseyApplicationPathAndManagementPortTests.java
...t/jersey/JerseyApplicationPathAndManagementPortTests.java
+1
-0
JpaNoteRepositoryIntegrationTests.java
...est/jpa/repository/JpaNoteRepositoryIntegrationTests.java
+1
-0
JpaTagRepositoryIntegrationTests.java
...test/jpa/repository/JpaTagRepositoryIntegrationTests.java
+1
-0
SampleMessage.java
...st-kafka/src/main/java/smoketest/kafka/SampleMessage.java
+1
-0
SampleKafkaApplicationTests.java
...est/java/smoketest/kafka/SampleKafkaApplicationTests.java
+1
-0
ExampleController.java
...ain/java/smoketest/oauth2/resource/ExampleController.java
+1
-0
SampleOauth2ResourceServerApplication.java
...auth2/resource/SampleOauth2ResourceServerApplication.java
+1
-0
SampleOauth2ResourceServerApplicationTests.java
.../resource/SampleOauth2ResourceServerApplicationTests.java
+1
-0
No files found.
buildSrc/gradle.properties
View file @
5f351a69
javaFormatVersion
=
0.0.22
\ No newline at end of file
javaFormatVersion
=
0.0.26
\ No newline at end of file
buildSrc/src/main/java/org/springframework/boot/build/JavaConventions.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
build
;
import
java.io.File
;
...
...
ci/images/releasescripts/pom.xml
View file @
5f351a69
...
...
@@ -16,7 +16,7 @@
<description>
Utility that can be used when releasing Java projects
</description>
<properties>
<java.version>
1.8
</java.version>
<spring-javaformat.version>
0.0.2
0
</spring-javaformat.version>
<spring-javaformat.version>
0.0.2
6
</spring-javaformat.version>
</properties>
<dependencies>
<dependency>
...
...
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/cassandra/CassandraReactiveHealthContributorAutoConfiguration.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
cassandra
;
import
java.util.Map
;
...
...
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/cloudfoundry/servlet/CloudFoundryInfoEndpointWebExtension.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
cloudfoundry
.
servlet
;
import
java.util.Map
;
...
...
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/couchbase/CouchbaseHealthContributorAutoConfiguration.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
couchbase
;
import
java.util.Map
;
...
...
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/couchbase/CouchbaseReactiveHealthContributorAutoConfiguration.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
couchbase
;
import
java.util.Map
;
...
...
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/web/jersey/JerseyChildManagementContextConfiguration.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
web
.
jersey
;
import
org.glassfish.jersey.server.ResourceConfig
;
...
...
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/web/jersey/JerseyManagementContextConfiguration.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
web
.
jersey
;
import
org.glassfish.jersey.server.ResourceConfig
;
...
...
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/web/jersey/JerseySameManagementContextConfiguration.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
web
.
jersey
;
import
org.glassfish.jersey.server.ResourceConfig
;
...
...
spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/cloudfoundry/servlet/CloudFoundryInfoEndpointWebExtensionTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
cloudfoundry
.
servlet
;
import
java.util.Map
;
...
...
spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/couchbase/CouchbaseHealthContributorAutoConfigurationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
couchbase
;
import
com.couchbase.client.java.Cluster
;
...
...
spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/security/servlet/AbstractEndpointRequestIntegrationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
security
.
servlet
;
import
java.util.Base64
;
...
...
spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/security/servlet/JerseyEndpointRequestIntegrationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
security
.
servlet
;
import
org.glassfish.jersey.server.ResourceConfig
;
...
...
spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/security/servlet/MvcEndpointRequestIntegrationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
security
.
servlet
;
import
org.junit.jupiter.api.Test
;
...
...
spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/web/jersey/JerseySameManagementContextConfigurationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
web
.
jersey
;
import
org.glassfish.jersey.server.ResourceConfig
;
...
...
spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/web/server/ManagementContextAutoConfigurationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
actuate
.
autoconfigure
.
web
.
server
;
import
java.util.function.Consumer
;
...
...
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cassandra/CassandraReactiveHealthIndicator.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
actuate
.
cassandra
;
import
com.datastax.oss.driver.api.core.ConsistencyLevel
;
...
...
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/couchbase/CouchbaseReactiveHealthIndicator.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
actuate
.
couchbase
;
import
com.couchbase.client.core.diagnostics.DiagnosticsResult
;
...
...
spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/cassandra/CassandraReactiveHealthIndicatorTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
actuate
.
cassandra
;
import
com.datastax.oss.driver.api.core.cql.SimpleStatement
;
...
...
spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/couchbase/CouchbaseReactiveHealthIndicatorTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
actuate
.
couchbase
;
import
java.time.Duration
;
...
...
spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/web/trace/reactive/ServerWebExchangeTraceableRequestTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
actuate
.
web
.
trace
.
reactive
;
import
java.net.InetSocketAddress
;
...
...
spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/web/trace/servlet/TraceableHttpServletRequestTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
actuate
.
web
.
trace
.
servlet
;
import
org.junit.jupiter.api.BeforeEach
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/data/mongo/MongoDataConfiguration.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
data
.
mongo
;
import
java.util.Collections
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc/XADataSourceAutoConfiguration.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
jdbc
;
import
java.util.HashMap
;
...
...
@@ -105,7 +106,7 @@ public class XADataSourceAutoConfiguration implements BeanClassLoaderAware {
}
private
ConfigurationPropertySource
getBinderSource
(
DataSourceProperties
dataSourceProperties
)
{
Map
<
Object
,
Object
>
properties
=
new
HashMap
<
Object
,
Object
>();
Map
<
Object
,
Object
>
properties
=
new
HashMap
<>();
properties
.
putAll
(
dataSourceProperties
.
getXa
().
getProperties
());
properties
.
computeIfAbsent
(
"user"
,
(
key
)
->
dataSourceProperties
.
determineUsername
());
properties
.
computeIfAbsent
(
"password"
,
(
key
)
->
dataSourceProperties
.
determinePassword
());
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/client/ClientsConfiguredCondition.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
security
.
oauth2
.
client
;
import
java.util.Collections
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/client/reactive/ReactiveOAuth2ClientAutoConfiguration.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
security
.
oauth2
.
client
.
reactive
;
import
reactor.core.publisher.Flux
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/IssuerUriCondition.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
security
.
oauth2
.
resource
;
import
org.springframework.boot.autoconfigure.condition.ConditionMessage
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/OAuth2ResourceServerProperties.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
security
.
oauth2
.
resource
;
import
java.io.IOException
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/reactive/ReactiveOAuth2ResourceServerAutoConfiguration.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
security
.
oauth2
.
resource
.
reactive
;
import
org.springframework.boot.autoconfigure.AutoConfigureBefore
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/reactive/ReactiveOAuth2ResourceServerJwkConfiguration.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
security
.
oauth2
.
resource
.
reactive
;
import
java.security.KeyFactory
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/servlet/OAuth2ResourceServerAutoConfiguration.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
security
.
oauth2
.
resource
.
servlet
;
import
org.springframework.boot.autoconfigure.AutoConfigureBefore
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/servlet/OAuth2ResourceServerJwtConfiguration.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
security
.
oauth2
.
resource
.
servlet
;
import
java.security.KeyFactory
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/servlet/OAuth2ResourceServerOpaqueTokenConfiguration.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
security
.
oauth2
.
resource
.
servlet
;
import
org.springframework.boot.autoconfigure.condition.ConditionalOnBean
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/saml2/RegistrationConfiguredCondition.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
security
.
saml2
;
import
java.util.Collections
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/servlet/RequestMatcherProvider.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
security
.
servlet
;
import
org.springframework.security.web.util.matcher.RequestMatcher
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/WebFluxRegistrations.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
web
.
reactive
;
import
org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/DefaultJerseyApplicationPath.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
web
.
servlet
;
import
javax.ws.rs.ApplicationPath
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/JerseyApplicationPath.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
web
.
servlet
;
import
org.springframework.boot.web.servlet.ServletRegistrationBean
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/http/codec/CodecsAutoConfigurationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
http
.
codec
;
import
java.lang.reflect.Method
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/security/oauth2/client/reactive/ReactiveOAuth2ClientAutoConfigurationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
security
.
oauth2
.
client
.
reactive
;
import
java.time.Duration
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/security/oauth2/resource/reactive/ReactiveOAuth2ResourceServerAutoConfigurationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
security
.
oauth2
.
resource
.
reactive
;
import
java.io.IOException
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/security/oauth2/resource/servlet/OAuth2ResourceServerAutoConfigurationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
security
.
oauth2
.
resource
.
servlet
;
import
java.util.Collection
;
...
...
spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/servlet/JerseyApplicationPathTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
autoconfigure
.
web
.
servlet
;
import
org.junit.jupiter.api.Test
;
...
...
spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/web/reactive/webclient/ExampleWebExceptionHandler.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
test
.
autoconfigure
.
web
.
reactive
.
webclient
;
import
reactor.core.publisher.Mono
;
...
...
spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/web/servlet/MockMvcAutoConfigurationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
test
.
autoconfigure
.
web
.
servlet
;
import
org.junit.jupiter.api.Test
;
...
...
spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/web/servlet/SpringBootMockMvcBuilderCustomizerTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
test
.
autoconfigure
.
web
.
servlet
;
import
java.util.ArrayList
;
...
...
spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/web/SpringBootTestRandomPortEnvironmentPostProcessor.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
test
.
web
;
import
java.util.Objects
;
...
...
spring-boot-project/spring-boot-test/src/test/java/org/springframework/boot/test/system/OutputExtensionExtendWithTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
test
.
system
;
import
org.junit.jupiter.api.Test
;
...
...
spring-boot-project/spring-boot-test/src/test/java/org/springframework/boot/test/web/SpringBootTestRandomPortEnvironmentPostProcessorTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
test
.
web
;
import
java.util.Collections
;
...
...
spring-boot-project/spring-boot-test/src/test/java/org/springframework/boot/test/web/client/scan/SimpleFactoryBean.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
test
.
web
.
client
.
scan
;
import
org.springframework.beans.factory.FactoryBean
;
...
...
spring-boot-project/spring-boot-tools/spring-boot-antlib/src/it/sample/src/main/java/org/test/SampleApplication.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
test
;
import
org.joda.time.LocalDate
;
...
...
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/testkit/Dsl.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
gradle
.
testkit
;
/**
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/AbstractArchiveIntegrationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
maven
;
import
java.io.File
;
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/BuildInfoIntegrationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
maven
;
import
java.io.File
;
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/JarIntegrationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
maven
;
import
java.io.BufferedReader
;
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBeanRegistrar.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
context
.
properties
;
import
org.springframework.beans.factory.BeanFactory
;
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesScan.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
context
.
properties
;
import
java.lang.annotation.Documented
;
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesScanRegistrar.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
context
.
properties
;
import
java.util.Arrays
;
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/DefaultValue.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
context
.
properties
.
bind
;
import
java.lang.annotation.Documented
;
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/ValueObjectBinder.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
context
.
properties
.
bind
;
import
java.lang.annotation.Annotation
;
...
...
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/config/TestPropertySourceLoader1.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
context
.
config
;
import
java.io.IOException
;
...
...
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/config/TestPropertySourceLoader2.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
context
.
config
;
import
java.io.IOException
;
...
...
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/ConfigurationPropertiesScanRegistrarTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
context
.
properties
;
import
java.io.IOException
;
...
...
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/EnableConfigurationPropertiesRegistrarTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
context
.
properties
;
import
java.io.IOException
;
...
...
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/bind/ValueObjectBinderTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
context
.
properties
.
bind
;
import
java.lang.reflect.Constructor
;
...
...
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/scan/combined/c/CombinedConfiguration.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
context
.
properties
.
scan
.
combined
.
c
;
import
org.springframework.boot.context.properties.ConfigurationProperties
;
...
...
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/scan/valid/ConfigurationPropertiesScanConfiguration.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
context
.
properties
.
scan
.
valid
;
import
org.springframework.boot.context.properties.ConfigurationProperties
;
...
...
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/scan/valid/a/AScanConfiguration.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
context
.
properties
.
scan
.
valid
.
a
;
import
org.springframework.boot.context.properties.ConfigurationProperties
;
...
...
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/scan/valid/b/BScanConfiguration.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
context
.
properties
.
scan
.
valid
.
b
;
import
org.springframework.boot.context.properties.ConfigurationProperties
;
...
...
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/rsocket/context/RSocketPortInfoApplicationContextInitializerTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
org
.
springframework
.
boot
.
rsocket
.
context
;
import
java.net.InetSocketAddress
;
...
...
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/test/java/smoketest/data/couchbase/SampleCouchbaseApplicationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
smoketest
.
data
.
couchbase
;
import
com.couchbase.client.core.error.FeatureNotAvailableException
;
...
...
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/test/java/smoketest/data/jdbc/CustomerRepositoryIntegrationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
smoketest
.
data
.
jdbc
;
import
org.junit.jupiter.api.Test
;
...
...
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/test/java/smoketest/data/jpa/service/CityRepositoryIntegrationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
smoketest
.
data
.
jpa
.
service
;
import
org.junit.jupiter.api.Test
;
...
...
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/test/java/smoketest/data/jpa/service/HotelRepositoryIntegrationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
smoketest
.
data
.
jpa
.
service
;
import
java.util.List
;
...
...
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/test/java/smoketest/jersey/JerseyApplicationPathAndManagementPortTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
smoketest
.
jersey
;
import
org.junit.jupiter.api.Test
;
...
...
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/test/java/smoketest/jpa/repository/JpaNoteRepositoryIntegrationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
smoketest
.
jpa
.
repository
;
import
java.util.List
;
...
...
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/test/java/smoketest/jpa/repository/JpaTagRepositoryIntegrationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
smoketest
.
jpa
.
repository
;
import
java.util.List
;
...
...
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/main/java/smoketest/kafka/SampleMessage.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
smoketest
.
kafka
;
import
com.fasterxml.jackson.annotation.JsonCreator
;
...
...
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/test/java/smoketest/kafka/SampleKafkaApplicationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
smoketest
.
kafka
;
import
java.time.Duration
;
...
...
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server/src/main/java/smoketest/oauth2/resource/ExampleController.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
smoketest
.
oauth2
.
resource
;
import
org.springframework.security.core.annotation.AuthenticationPrincipal
;
...
...
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server/src/main/java/smoketest/oauth2/resource/SampleOauth2ResourceServerApplication.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
smoketest
.
oauth2
.
resource
;
import
org.springframework.boot.SpringApplication
;
...
...
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server/src/test/java/smoketest/oauth2/resource/SampleOauth2ResourceServerApplicationTests.java
View file @
5f351a69
...
...
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
smoketest
.
oauth2
.
resource
;
import
java.io.IOException
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment