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
bd7e89be
Commit
bd7e89be
authored
Nov 30, 2020
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Start building against Spring Framework 5.3.2 snapshots
See gh-24278
parent
7c59d8a3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
BeansEndpointDocumentationTests.java
...nt/web/documentation/BeansEndpointDocumentationTests.java
+4
-2
build.gradle
spring-boot-project/spring-boot-dependencies/build.gradle
+1
-1
No files found.
spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/endpoint/web/documentation/BeansEndpointDocumentationTests.java
View file @
bd7e89be
/*
* Copyright 2012-20
19
the original author or authors.
* Copyright 2012-20
20
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -30,6 +30,7 @@ import org.springframework.context.annotation.Bean;
import
org.springframework.context.annotation.Configuration
;
import
org.springframework.context.annotation.Import
;
import
org.springframework.restdocs.payload.FieldDescriptor
;
import
org.springframework.restdocs.payload.JsonFieldType
;
import
org.springframework.restdocs.payload.ResponseFieldsSnippet
;
import
org.springframework.util.CollectionUtils
;
...
...
@@ -52,7 +53,8 @@ class BeansEndpointDocumentationTests extends MockMvcEndpointDocumentationTests
List
<
FieldDescriptor
>
beanFields
=
Arrays
.
asList
(
fieldWithPath
(
"aliases"
).
description
(
"Names of any aliases."
),
fieldWithPath
(
"scope"
).
description
(
"Scope of the bean."
),
fieldWithPath
(
"type"
).
description
(
"Fully qualified type of the bean."
),
fieldWithPath
(
"resource"
).
description
(
"Resource in which the bean was defined, if any."
).
optional
(),
fieldWithPath
(
"resource"
).
description
(
"Resource in which the bean was defined, if any."
).
optional
()
.
type
(
JsonFieldType
.
STRING
),
fieldWithPath
(
"dependencies"
).
description
(
"Names of any dependencies."
));
ResponseFieldsSnippet
responseFields
=
responseFields
(
fieldWithPath
(
"contexts"
).
description
(
"Application contexts keyed by id."
),
parentIdField
(),
...
...
spring-boot-project/spring-boot-dependencies/build.gradle
View file @
bd7e89be
...
...
@@ -1564,7 +1564,7 @@ bom {
]
}
}
library
(
"Spring Framework"
,
"5.3.
1
"
)
{
library
(
"Spring Framework"
,
"5.3.
2-SNAPSHOT
"
)
{
group
(
"org.springframework"
)
{
imports
=
[
"spring-framework-bom"
...
...
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