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
cf7f59fe
Commit
cf7f59fe
authored
Mar 23, 2021
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.4.x'
Closes gh-25762
parents
5dee68c9
5ff7d3bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
13 deletions
+20
-13
import-control.xml
src/checkstyle/import-control.xml
+20
-13
No files found.
src/checkstyle/import-control.xml
View file @
cf7f59fe
<?xml version="1.0"?>
<?xml version="1.0"?>
<!DOCTYPE import-control PUBLIC "-//Checkstyle//DTD ImportControl Configuration 1.4//EN" "https://checkstyle.org/dtds/import_control_1_4.dtd">
<!DOCTYPE import-control PUBLIC "-//Checkstyle//DTD ImportControl Configuration 1.4//EN" "https://checkstyle.org/dtds/import_control_1_4.dtd">
<import-control
pkg=
"org.springframework.boot"
>
<import-control
pkg=
"org.springframework.boot"
>
<disallow
pkg=
"io.micrometer"
/>
<allow
pkg=
".*"
regex=
"true"
/>
<allow
pkg=
".*"
regex=
"true"
/>
<subpackage
name=
"autoconfigure"
>
<subpackage
name=
"autoconfigure"
>
<disallow
class=
"org.springframework.boot.autoconfigure.jdbc.DataSourceProperties"
/>
<disallow
class=
"org.springframework.boot.autoconfigure.jdbc.DataSourceProperties"
/>
<subpackage
name=
"web"
>
<subpackage
name=
"web"
>
...
@@ -39,22 +39,29 @@
...
@@ -39,22 +39,29 @@
</subpackage>
</subpackage>
</subpackage>
</subpackage>
<!-- Endpoint infrastructure -->
<subpackage
name=
"actuate"
>
<subpackage
name=
"actuate.endpoint"
>
<allow
pkg=
"io.micrometer"
/>
<disallow
pkg=
"org.springframework.http"
/>
<!-- Endpoint infrastructure -->
<disallow
pkg=
"org.springframework.web"
/>
<subpackage
name=
"endpoint"
>
<subpackage
name=
"web"
>
<disallow
pkg=
"org.springframework.http"
/>
<allow
pkg=
"org.springframework.http"
/>
<disallow
pkg=
"org.springframework.web"
/>
<allow
pkg=
"org.springframework.web"
/>
<subpackage
name=
"web"
>
<subpackage
name=
"servlet"
>
<allow
pkg=
"org.springframework.http"
/>
<disallow
pkg=
"org.springframework.web.reactive"
/>
<allow
pkg=
"org.springframework.web"
/>
</subpackage>
<subpackage
name=
"servlet"
>
<subpackage
name=
"reactive"
>
<disallow
pkg=
"org.springframework.web.reactive"
/>
<disallow
pkg=
"org.springframework.web.servlet"
/>
</subpackage>
<subpackage
name=
"reactive"
>
<disallow
pkg=
"org.springframework.web.servlet"
/>
</subpackage>
</subpackage>
</subpackage>
</subpackage>
</subpackage>
</subpackage>
</subpackage>
<subpackage
name=
"docs.actuate"
>
<allow
pkg=
"io.micrometer"
/>
</subpackage>
<!-- Logging -->
<!-- Logging -->
<subpackage
name=
"logging"
>
<subpackage
name=
"logging"
>
<disallow
pkg=
"org.springframework.context"
/>
<disallow
pkg=
"org.springframework.context"
/>
...
...
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