Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Fixed typo in "Modules and dependencies" chapter (branch 2.x) #248

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/main/docbook/dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<title>Java SE Compatibility</title>

<para>
Until version 2.6, Jersey was compiled with Java SE 6. This has changes in Jersey 2.7.
Until version 2.6, Jersey was compiled with Java SE 6. This has changed in Jersey 2.7.
Now almost all Jersey components are compiled with Java SE 7 target. It means, that you will need at least Java
SE 7 to be able to compile and run your application that is using latest Jersey.
Only <literal>core-common</literal> and <literal>core-client</literal> modules are still compiled with Java class
Expand Down