This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch CAMEL-23250-security-policy-enforcement
in repository https://gitbox.apache.org/repos/asf/camel.git
from ef490f1de253 CAMEL-23250: Improve security policy enforcement with
fixes, tests, and docs
add b6390cd219ca CAMEL-23250: Add health check, programmatic API, and
Spring Boot support
No new revisions were added by this update.
Summary of changes:
.../camel/health-check/security-policy-check | 2 +
.../impl/health/SecurityPolicyHealthCheck.java | 112 +++++++++++++++++++++
.../org/apache/camel/main/BaseMainSupport.java | 71 +++++--------
.../main/SecurityConfigurationProperties.java | 19 ++++
.../apache/camel/main/SecurityPolicyResult.java | 58 +++++++++++
.../apache/camel/main/MainSecurityPolicyTest.java | 80 +++++++++++++++
.../java/org/apache/camel/util/SecurityUtils.java | 69 +++++++++++++
.../org/apache/camel/util/SecurityViolation.java} | 14 ++-
8 files changed, 371 insertions(+), 54 deletions(-)
create mode 100644
core/camel-health/src/generated/resources/META-INF/services/org/apache/camel/health-check/security-policy-check
create mode 100644
core/camel-health/src/main/java/org/apache/camel/impl/health/SecurityPolicyHealthCheck.java
create mode 100644
core/camel-main/src/main/java/org/apache/camel/main/SecurityPolicyResult.java
copy core/{camel-core/src/test/java/org/apache/camel/util/MyDummyObject.java
=> camel-util/src/main/java/org/apache/camel/util/SecurityViolation.java} (64%)