Skip to content

Commit

Permalink
Add necessary configurations for GraalVM checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu committed Oct 9, 2023
1 parent 74f1b93 commit 032432d
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 46 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ velocity.log*
*Ballerina.lock

.vscode
config-dir

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
[
{
"name":"java.security.SecureRandomParameters"
"name":"org.apache.commons.pool.impl.EvictionTimer"
},
{
"name":"java.util.concurrent.atomic.AtomicBoolean",
"fields":[{"name":"value"}]
},
{
"name":"java.util.concurrent.atomic.AtomicReference",
"fields":[{"name":"value"}]
"name":"org.apache.wss4j.dom.transform.AttachmentCiphertextTransform",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"sun.security.provider.NativePRNG",
"methods":[{"name":"<init>","parameterTypes":[] }, {"name":"<init>","parameterTypes":["java.security.SecureRandomParameters"] }]
"name":"org.apache.xml.security.c14n.implementations.CanonicalizerPhysical",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"sun.security.provider.SHA",
"methods":[{"name":"<init>","parameterTypes":[] }]
"name":"org.apache.xml.security.utils.XMLUtils",
"fields":[{"name":"ignoreLineBreaks"}]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
"resources":{
"includes":[{
"pattern":"\\QMETA-INF/services/org.slf4j.spi.SLF4JServiceProvider\\E"
}, {
"pattern":"\\Qlogging.properties\\E"
}]},
"bundles":[]
"bundles":[{
"name":"messages.wss4j_errors",
"locales":[""]
}, {
"name":"org/apache/xml/security/resource/xmlsecurity",
"locales":["en"]
}]
}

This file was deleted.

0 comments on commit 032432d

Please sign in to comment.