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

EIS-5326: Teams - on-prem - Failed to start app #801

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

anhtt116
Copy link

@anhtt116 anhtt116 commented May 14, 2024

Description

Closes #[EIS-5326]
Teams when test on prem failed to start. Reason is due to conflict version between teams vers 2.0.0 and bdk

update pom dependencies version
javax -> jakarta
jersey-bom:3.1.5 -> 4.0.0-M1
add configOption :

  • useSpringBoot3: "true",
  • useJakartaEe: "true",
  • annotationLibrary: "swagger1"

Dependencies

List the other pull requests that should be merged before/along this one.

Checklist

  • [x ] Referenced an issue in the PR title or description
  • [x ] Filled properly the description and dependencies, if any
  • Unit/Integration tests updated or added
  • Javadoc added or updated
  • Updated the documentation in docs folder

Copy link

linux-foundation-easycla bot commented May 14, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: anhtt116 / name: anhtt116 (a0095ab)

@anhtt116
Copy link
Author

ok to test

1 similar comment
@anhtt116
Copy link
Author

ok to test

Comment on lines 56 to 57
implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'
implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

they are duplicated, pls keep only one

@anhtt116 anhtt116 force-pushed the EIS-5326-Teams-on-prem-Failed-to-start-app branch from ae11e74 to a0095ab Compare May 21, 2024 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants