Skip to content

Commit

Permalink
4.x: Add additional eclipselink native image configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tvallin authored Dec 9, 2024
1 parent 5f48279 commit a69cc7f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,13 @@
"name": "<init>"
}
]
},
{
"name": "org.eclipse.persistence.internal.jpa.jpql.HermesParser",
"methods": [
{
"name": "<init>"
}
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
{
"name": "org.eclipse.persistence.exceptions.i18n.ValidationExceptionResource"
},
{
"name": "org.eclipse.persistence.exceptions.i18n.ConversionExceptionResource"
},
{
"name": "org.eclipse.persistence.internal.localization.i18n.EclipseLinkLocalizationResource"
},
Expand Down

0 comments on commit a69cc7f

Please sign in to comment.