liaorui opened a new pull request #2090:
URL: https://github.com/apache/incubator-inlong/pull/2090
### Title Name: [INLONG-2089][component] tubemq-manager throws error when
starting: java.lang.ClassNotFoundException: javax.validation.ClockProvider
Fixes #<2089>
### Motivation
Forgive me,I have a PR three days ago, and the PR is merged to master.
issue#2064
This PR is not perfect,only solved the compile error, but not
tubemq-manager's running error.
javax.validation:validation-api:1.1.0.Final provides
javax.validation.constraints.SIZE and javax.validation.constraints.NotNull,but
it doesn't provides javax.validation.ClockProvider.
jakarta.validation:jakarta.validation-api:2.0.2 can do all.
I also check the jakarta.validation:jakarta.validation-api:2.0.2 by starting
tubemq-manager, it works.
### Modifications
only modify the `inlong-tubemq/tubemq-manager/pom.xml`
### Verifying this change
- [ ] Make sure that the change passes the CI checks.
*(Please pick either of the following options)*
This change is a trivial rework / code cleanup without any test coverage.
*(or)*
This change is already covered by existing tests, such as *(please describe
tests)*.
*(or)*
This change added tests and can be verified as follows:
*(example:)*
- *Added integration tests for end-to-end deployment with large payloads
(10MB)*
- *Extended integration test for recovery after broker failure*
### Documentation
- Does this pull request introduce a new feature? (yes / no)
- If yes, how is the feature documented? (not applicable / docs / JavaDocs
/ not documented)
- If a feature is not applicable for documentation, explain why?
- If a feature is not documented yet in this PR, please create a followup
issue for adding the documentation
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]