Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate endpoints #76

Merged
merged 12 commits into from
Jan 13, 2023
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 3, 2023

Original issue description

Endpoints that validates:

  • Expressions:
    • Constant
    • Groovy
    • JsonPath
    • Simple
    • XPath
  • FTP
  • Regex
  • Script
  • Cron
  • HTTPS Certificate
  • URL

closes #75

@github-actions github-actions bot added the feature New feature or request label Jan 3, 2023
@brunovg brunovg marked this pull request as ready for review January 3, 2023 15:51
@brunovg brunovg marked this pull request as draft January 4, 2023 10:30
@brunovg brunovg changed the title Validate endpoints - Expressions Validate endpoints Jan 4, 2023
Copy link
Member

@skin27 skin27 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Validation looks good, may only check the dependencies (see comment)

dil/pom.xml Outdated
@@ -48,6 +48,36 @@
<artifactId>utils</artifactId>
<version>${assimbly.version}</version>
</dependency>

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two remarks:

  • For Assimbly the scope cannot be 'provided'. In Karaf this is used because the dependencies are injected by Karaf into runtime. In Assimbly the dependencies are provided in compile time.
  • Maybe it's good to check if these dependencies aren't already provided by the base repository or add them there. The reason is that dependencies can be managed centrally in one list in the base.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

@brunovg brunovg marked this pull request as ready for review January 11, 2023 17:21
@brunovg brunovg requested a review from skin27 January 11, 2023 17:22
@skin27 skin27 merged commit 765aa7e into develop Jan 13, 2023
@skin27 skin27 deleted the feature/issue-75/validate-endpoints---expressions branch January 13, 2023 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants