Skip to content

Commit

Permalink
Add Documentation for 4.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Jul 25, 2021
1 parent c0f12a1 commit 21e063d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -2,6 +2,12 @@ version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
target-branch: "4.6.x"
schedule:
interval: "daily"
- package-ecosystem: "gradle"
directory: "/"
target-branch: "4.5.x"
schedule:
interval: "daily"
- package-ecosystem: "gradle"
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -39,6 +39,7 @@ Joinfaces | Java | Spring Boot | JSF
`4.3.x` |`1.8` to `14` |`2.3`|`2.0` to `2.3`
`4.4.x` |`1.8` to `15` |`2.4`|`2.0` to `2.3`
`4.5.x` |`1.8` to `16` |`2.5`|`2.0` to `2.3`
`4.6.x` |`1.8` to `16` |`2.6`|`2.0` to `2.3`

This are the combinations we have tested and expect to work, but depending on the features you are using, other combinations might work, too.
When using Java 9 or higher, make sure to use JoinFaces only on the classpath and not on the modulepath.
Expand Down

0 comments on commit 21e063d

Please sign in to comment.