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
4a385e89
Commit
4a385e89
authored
Nov 27, 2018
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention fully executable jars in Jersey’s scanning limitations
Closes gh-3413
parent
1f994b70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
spring-boot-features.adoc
...ing-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+6
-5
No files found.
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
4a385e89
...
@@ -2866,11 +2866,12 @@ endpoints, as shown in the following example:
...
@@ -2866,11 +2866,12 @@ endpoints, as shown in the following example:
}
}
----
----
WARNING: Jersey's support for scanning executable archives is rather limited. For
WARNING: Jersey's support for scanning executable archives is rather limited. For example,
example, it cannot scan for endpoints in a package found in `WEB-INF/classes` when
it cannot scan for endpoints in a package found in a <<deployment.adoc#deployment-install,
running an executable war file. To avoid this limitation, the `packages` method should
fully executable jar file>> or in `WEB-INF/classes` when running an executable war file.
not be used, and endpoints should be registered individually by using the `register`
To avoid this limitation, the `packages` method should not be used, and endpoints should
method, as shown in the preceding example.
be registered individually by using the `register` method, as shown in the preceding
example.
For more advanced customizations, you can also register an arbitrary number of beans that
For more advanced customizations, you can also register an arbitrary number of beans that
implement `ResourceConfigCustomizer`.
implement `ResourceConfigCustomizer`.
...
...
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