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

Migrate to spring boot 3.1.0 #2486

Merged
merged 5 commits into from
May 22, 2023
Merged

Conversation

ulischulte
Copy link
Contributor

@@ -24,7 +24,7 @@
import javax.crypto.Mac;
import javax.crypto.spec.SecretKeySpec;

import org.apache.commons.codec.binary.Base64;
import org.apache.hc.client5.http.utils.Base64;
Copy link
Member

Choose a reason for hiding this comment

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

in the branch where we checked the migration with snapshot last week we used a class directly from java: master...feat/3.1.x

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah - I see... I was just following the migration guide and exchanged it in favor of Apache HttpClient 5. Both solutions are okay with me.

@ulischulte ulischulte enabled auto-merge (squash) May 22, 2023 23:06
@ulischulte ulischulte merged commit 14b9f37 into master May 22, 2023
2 checks passed
@ulischulte ulischulte deleted the feature/migrate-to-spring-boot-3-1 branch May 22, 2023 23:17
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.

None yet

2 participants