-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Final touches updating code and docs
- Loading branch information
Eddie Carpenter
committed
Aug 14, 2024
1 parent
fd70762
commit db00932
Showing
22 changed files
with
888 additions
and
1,209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
core/jdiameter-ha/impl/src/main/resources/jdiameter/reflect-config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"name": "org.jdiameter.impl.ha.data.CachedSessionDatasourceImpl.class", | ||
"queryAllDeclaredConstructors": true, | ||
"queryAllPublicConstructors": true, | ||
"queryAllDeclaredMethods": true, | ||
"queryAllPublicMethods": true, | ||
"allDeclaredClasses": true, | ||
"allPublicClasses": true | ||
}, | ||
{ | ||
"name": "org.jdiameter.impl.ha.timer.class", | ||
"queryAllDeclaredConstructors": true, | ||
"queryAllPublicConstructors": true, | ||
"queryAllDeclaredMethods": true, | ||
"queryAllPublicMethods": true, | ||
"allDeclaredClasses": true, | ||
"allPublicClasses": true | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
227 changes: 0 additions & 227 deletions
227
...jdiameter/impl/src/main/resources/META-INF/native-image/org/jdiameter/reflect-config.json
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
...diameter/impl/src/main/resources/META-INF/native-image/org/jdiameter/resource-config.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.