-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[FIX] Jakarta Activation Dependency #17682
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Siddhanttimeline
added
backend
safe to test
Add this label to run secure Github workflows on PRs
labels
Sep 3, 2024
Siddhanttimeline
had a problem deploying
to
test
September 3, 2024 07:17 — with
GitHub Actions
Error
Siddhanttimeline
had a problem deploying
to
test
September 3, 2024 07:17 — with
GitHub Actions
Error
Siddhanttimeline
changed the title
[FIX] FIx Jakarta Activation Dependency
[FIX] Fix Jakarta Activation Dependency
Sep 3, 2024
Siddhanttimeline
temporarily deployed
to
test
September 3, 2024 07:17 — with
GitHub Actions
Inactive
Siddhanttimeline
temporarily deployed
to
test
September 3, 2024 07:17 — with
GitHub Actions
Inactive
Siddhanttimeline
temporarily deployed
to
test
September 3, 2024 07:17 — with
GitHub Actions
Inactive
Siddhanttimeline
temporarily deployed
to
test
September 3, 2024 07:17 — with
GitHub Actions
Inactive
Siddhanttimeline
changed the title
[FIX] Fix Jakarta Activation Dependency
[FIX] Jakarta Activation Dependency
Sep 3, 2024
Siddhanttimeline
temporarily deployed
to
test
September 3, 2024 17:17 — with
GitHub Actions
Inactive
Siddhanttimeline
had a problem deploying
to
test
September 3, 2024 17:17 — with
GitHub Actions
Failure
Siddhanttimeline
had a problem deploying
to
test
September 3, 2024 17:17 — with
GitHub Actions
Failure
Siddhanttimeline
had a problem deploying
to
test
September 3, 2024 17:17 — with
GitHub Actions
Failure
mohityadav766
approved these changes
Sep 3, 2024
Siddhanttimeline
temporarily deployed
to
test
September 4, 2024 01:06 — with
GitHub Actions
Inactive
Siddhanttimeline
had a problem deploying
to
test
September 4, 2024 01:06 — with
GitHub Actions
Failure
Siddhanttimeline
had a problem deploying
to
test
September 5, 2024 04:55 — with
GitHub Actions
Error
Siddhanttimeline
had a problem deploying
to
test
September 5, 2024 04:55 — with
GitHub Actions
Error
Siddhanttimeline
temporarily deployed
to
test
September 5, 2024 05:31 — with
GitHub Actions
Inactive
Siddhanttimeline
had a problem deploying
to
test
September 5, 2024 05:31 — with
GitHub Actions
Failure
Siddhanttimeline
temporarily deployed
to
test
September 5, 2024 05:31 — with
GitHub Actions
Inactive
Siddhanttimeline
had a problem deploying
to
test
September 5, 2024 05:31 — with
GitHub Actions
Failure
Quality Gate passed for 'open-metadata-ingestion'Issues Measures |
Siddhanttimeline
had a problem deploying
to
test
September 5, 2024 11:07 — with
GitHub Actions
Failure
Siddhanttimeline
had a problem deploying
to
test
September 5, 2024 11:07 — with
GitHub Actions
Failure
hurongliang
added a commit
to hurongliang/OpenMetadata
that referenced
this pull request
Sep 6, 2024
* main: (39 commits) MINOR - Better PII classification for JSON data (open-metadata#17734) New Email Templates (OSS) (open-metadata#17606) fix pom. (open-metadata#17682) GEN-1333 Add TS validation on DQ and Porfiler data ingestion (open-metadata#17731) make cost analysis as collate only (open-metadata#17719) Minor: remove unused dependency (open-metadata#17709) test: migrate login config to playwright (open-metadata#17740) minor(test): fix ingestion related flaky for aut (open-metadata#17727) fix expand all operation on terms page (open-metadata#17733) Docs: Updating the Image Reference for Bots (open-metadata#17736) fix ui freezing due to images in feed changes (open-metadata#17703) add links to menus (open-metadata#17659) supported followed data in Following widget using search api (open-metadata#17689) minor(ui): align dependency version to fix vulnerabilities (open-metadata#17729) Fixes some things on the APICollection (open-metadata#17704) DOCS - OSS deployment is flagged as Collate False (open-metadata#17722) minor: disable image upload support in description editor (open-metadata#17697) fix user spec flaky playwright test (open-metadata#17684) fetch domains before any widget is loaded (open-metadata#17695) minor(test): migrate persona spec (open-metadata#17701) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe your changes:
java.lang.NoClassDefFoundError related to the class jakarta.activation.FileTypeMap.
JVM is unable to find the FileTypeMap class at runtime
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>