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

Upgrade dependencies for 0.62.0 #867

Merged
merged 7 commits into from
Aug 24, 2023
Merged

Upgrade dependencies for 0.62.0 #867

merged 7 commits into from
Aug 24, 2023

Conversation

jrhee17
Copy link
Contributor

@jrhee17 jrhee17 commented Aug 23, 2023

Note: I wasn't sure how CLA works for #865, so I just also included armeria upgrades in this PR.

  • Armeria 1.24.3 → 1.25.1
  • Guava 32.0.1-jre → 32.1.2-jre
  • Hibernate Validator 8.0.0.Final → 8.0.1.Final
  • Micrometer 1.11.1 → 1.11.3
  • Spring Boot 3 3.1.0 → 3.1.2

@jrhee17 jrhee17 added this to the 0.62.0 milestone Aug 23, 2023
Copy link
Member

@minwoox minwoox left a comment

Choose a reason for hiding this comment

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

Thanks!

@@ -3,23 +3,23 @@
# If its classes are exposed in Javadoc, update offline links as well.
#
[versions]
armeria = "1.24.3"
armeria = "1.25.0"
Copy link
Member

Choose a reason for hiding this comment

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

nit:

Suggested change
armeria = "1.25.0"
armeria = "1.25.1"

@@ -146,9 +147,10 @@ protected void doCloseAsync(CompletableFuture<?> future) {

@Override
public String toString() {
return toStringHelper()
return toStringHelper(this)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Using this approach as opposed to using the toString(Consumer<StringBuilder>) API since using a StringBuilder required me to format things manually

Copy link
Contributor

Choose a reason for hiding this comment

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

It sounds like we need toString(Map<String, Object> additionalProperties).

subrepo:
  subdir:   "gradle/scripts"
  merged:   "7edd0367"
upstream:
  origin:   "https://github.com/line/gradle-scripts.git"
  branch:   "main"
  commit:   "7edd0367"
git-subrepo:
  version:  "0.4.6"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "110b9eb"
@ikhoon
Copy link
Contributor

ikhoon commented Aug 23, 2023

I wasn't sure how CLA works for #865

We may add the github-actions bot as a whitelist. Let's ask Seoyeon later when she comes back from vacation.

Copy link
Contributor

@ikhoon ikhoon left a comment

Choose a reason for hiding this comment

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

Thanks, @jrhee17!

@@ -146,9 +147,10 @@ protected void doCloseAsync(CompletableFuture<?> future) {

@Override
public String toString() {
return toStringHelper()
return toStringHelper(this)
Copy link
Contributor

Choose a reason for hiding this comment

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

It sounds like we need toString(Map<String, Object> additionalProperties).

@codecov
Copy link

codecov bot commented Aug 23, 2023

Codecov Report

Patch coverage: 69.23% and project coverage change: -0.02% ⚠️

Comparison is base (b0bd36b) 65.58% compared to head (09b099e) 65.57%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #867      +/-   ##
============================================
- Coverage     65.58%   65.57%   -0.02%     
- Complexity     3347     3348       +1     
============================================
  Files           358      358              
  Lines         13910    13914       +4     
  Branches       1494     1497       +3     
============================================
+ Hits           9123     9124       +1     
- Misses         3936     3937       +1     
- Partials        851      853       +2     
Files Changed Coverage Δ
...ogma/client/armeria/CentralDogmaEndpointGroup.java 0.00% <0.00%> (ø)
...erver/internal/mirror/DefaultMirroringService.java 67.70% <40.00%> (+0.31%) ⬆️
...aldogma/server/internal/mirror/AbstractMirror.java 91.37% <57.14%> (-4.92%) ⬇️
...l/mirror/credential/PublicKeyMirrorCredential.java 59.37% <66.66%> (+15.18%) ⬆️
...internal/storage/repository/git/GitRepository.java 76.02% <70.00%> (-0.08%) ⬇️
...ntraldogma/server/internal/mirror/GitWithAuth.java 58.53% <78.12%> (-0.06%) ⬇️
...ternal/mirror/credential/MirrorCredentialUtil.java 75.00% <100.00%> (+1.66%) ⬆️

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jrhee17 jrhee17 marked this pull request as ready for review August 23, 2023 09:16
@minwoox minwoox merged commit 77b2f66 into line:main Aug 24, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants