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

UDP-11072: switching namespace to jakarta #397

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Conversation

Snoopman
Copy link
Contributor

No description provided.

protocol.setTruststoreFile(keystore.getAbsolutePath());
protocol.setTruststorePass(truststorePasswd);
protocol.setKeyAlias(keyAlias);
// protocol.setKeystoreFile(keystore.getAbsolutePath());

Choose a reason for hiding this comment

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

Can this be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it's captured on confluence in a TODO list to fix later

@@ -56,6 +57,7 @@
@ExtendWith(SpringExtension.class)
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = TestConfiguration.class)
@DirtiesContext
@Disabled

Choose a reason for hiding this comment

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

Do we need a comment/TODO to reenable it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it's captured on confluence in a TODO list to fix later

@Snoopman Snoopman merged commit c347b45 into develop Jun 25, 2024
2 checks passed
@Snoopman Snoopman deleted the subtask/UDP-11072 branch June 25, 2024 11:58
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.

3 participants