Hasty Briefsbeta

Get Org.apache.xml.security Working with GraalVM

11 days ago
  • #GraalVM
  • #XML Security
  • #Native Compilation
  • Issue encountered with org.apache.xml.security in GraalVM native compilation.
  • Missing resource bundles led to initial error, fixed by including specific bundles in build arguments.
  • Subsequent error due to missing hashing algorithms, resolved by adding reflection configuration for required types.
  • Need to include all algorithm implementations in reflect-config.json for successful native compilation.
  • Plan to contribute configuration to GraalVM Reachability Metadata Repository for broader accessibility.
  • Future blog post announced on achieving GraalVM supported frameworks test support level 1.