POM cleanup, fixed logging in tests (#167)

- Keeping standard order from XSD
- Reverted SLF4J version update in 59b9ae1188469825709e116615c0353cae640c77
  - fixes warnings of logging in tests
  - was a breaking change
- Removed deprecated "packages" attribute from LOG4J2 configuration
- Fixed logging output to the logging.log file
- Better use the output path for resources (test logging config)
- Fixed JaCoCo configuration
- Removed unused packages from Felix plugin config
- Updated maven surefire plugin
- Removed Xmx2000m (workaround for old leaks?)

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
2 files changed
tree: fa6836dc2cd7e6a56046095d504e73dffa8f26ff
  1. .github/
  2. .settings/
  3. etc/
  4. src/
  5. .gitignore
  6. LICENSE
  7. NOTICE
  8. pom.xml
  9. README.md
  10. SECURITY.md
README.md

Build Status Maven Central OpenSSF Scorecard OpenSSF Best Practices

Apache Santuario - XML Security for Java

The Apache Santuario™ project is aimed at providing implementation of the primary security standards for XML:

  • XML-Signature Syntax and Processing
  • XML Encryption Syntax and Processing.

This repository contains the Apache XML Security for Java subproject of Apache Santuario. This library includes the standard JSR-105 (Java XML Digital Signature) API, a mature DOM-based implementation of both XML Signature and XML Encryption, as well as a more recent StAX-based (streaming) XML Signature and XML Encryption implementation.