Skip to content

Commit

Permalink
feat(docs): add version reference table
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Oct 4, 2023
1 parent 081871a commit c940d14
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ Get Started
<version>${rewrite.version}</version>
</dependency>

Version Reference Table:
-------------------------------------
Jakarta EE 10 | Rewrite 10.x
Jakarta EE 9 | Rewrite 9.x
Jakarta EE 8 | Rewrite 8.x
Java EE <= 7 | Rewrite 3.x

3. Add a configuration provider implementing the 'org.ocpsoft.rewrite.config.ConfigurationProvider' interface, or extending from the abstract HttpConfigurationProvider class for convenience:

package com.example;
Expand Down

0 comments on commit c940d14

Please sign in to comment.