This is an automated email from the ASF dual-hosted git repository.
jayblanc pushed a change to branch UNOMI-973-file-endpoint-containment
in repository https://gitbox.apache.org/repos/asf/unomi.git
from 56664e9f4 UNOMI-973: Decide containment on the endpoint Camel resolves
add 249d88369 [UNOMI-973] - Follow-ups from the review of the file
endpoint containment PR (#857)
No new revisions were added by this update.
Summary of changes:
.../apache/unomi/router/api/EndpointValidator.java | 125 +++++++++++++---
.../route/ProfileImportFromSourceRouteBuilder.java | 4 +-
.../core/route/RouterAbstractRouteBuilder.java | 24 ++-
.../core/route/FileEndpointContainmentTest.java | 164 ++++++++++++++++++++-
.../core/route/RefusedConfigurationStatusTest.java | 25 ++++
.../rest/AbstractConfigurationServiceEndpoint.java | 21 ++-
.../rest/ConfigurationEndpointValidationTest.java | 59 ++++++++
.../test/java/org/apache/unomi/itests/BaseIT.java | 8 +
.../itests/ProfileImportExportContainmentIT.java | 4 +-
.../src/test/resources/org.apache.unomi.router.cfg | 5 +-
.../src/main/asciidoc/profile-import-export.adoc | 17 ++-
.../main/resources/etc/custom.system.properties | 7 +
12 files changed, 429 insertions(+), 34 deletions(-)