Skip to content

Commit

Permalink
zuul-guice: update to Guice 5 (#1050)
Browse files Browse the repository at this point in the history
This is needed to run on later JDKs than 11, as it uses a better maintained classfile generator.   From my reading, it is API compatible with Guice 4.2.
  • Loading branch information
carl-mastrangelo authored Apr 20, 2021
1 parent f7e1e88 commit 530adfb
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 31 deletions.
6 changes: 3 additions & 3 deletions zuul-core/dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
"locked": "1.68"
},
"org.mockito:mockito-core": {
"locked": "3.8.0"
"locked": "3.9.0"
},
"org.openjdk.jmh:jmh-core": {
"locked": "1.29"
Expand Down Expand Up @@ -473,7 +473,7 @@
"locked": "1.68"
},
"org.mockito:mockito-core": {
"locked": "3.8.0"
"locked": "3.9.0"
},
"org.slf4j:slf4j-api": {
"locked": "1.7.25"
Expand Down Expand Up @@ -583,7 +583,7 @@
"locked": "1.68"
},
"org.mockito:mockito-core": {
"locked": "3.8.0"
"locked": "3.9.0"
},
"org.slf4j:slf4j-api": {
"firstLevelTransitive": [
Expand Down
6 changes: 3 additions & 3 deletions zuul-discovery/dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"locked": "4.13"
},
"org.mockito:mockito-core": {
"locked": "3.8.0"
"locked": "3.9.0"
},
"org.openjdk.jmh:jmh-core": {
"locked": "1.21"
Expand Down Expand Up @@ -146,7 +146,7 @@
"locked": "4.13"
},
"org.mockito:mockito-core": {
"locked": "3.8.0"
"locked": "3.9.0"
},
"org.slf4j:slf4j-api": {
"locked": "1.7.25"
Expand Down Expand Up @@ -178,7 +178,7 @@
"locked": "4.13"
},
"org.mockito:mockito-core": {
"locked": "3.8.0"
"locked": "3.9.0"
},
"org.slf4j:slf4j-api": {
"locked": "1.7.25"
Expand Down
6 changes: 3 additions & 3 deletions zuul-groovy/dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
"locked": "3.0.3"
},
"org.mockito:mockito-core": {
"locked": "3.8.0"
"locked": "3.9.0"
},
"org.openjdk.jmh:jmh-core": {
"locked": "1.21"
Expand Down Expand Up @@ -699,7 +699,7 @@
"locked": "3.0.3"
},
"org.mockito:mockito-core": {
"locked": "3.8.0"
"locked": "3.9.0"
},
"org.slf4j:slf4j-api": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -882,7 +882,7 @@
"locked": "3.0.3"
},
"org.mockito:mockito-core": {
"locked": "3.8.0"
"locked": "3.9.0"
},
"org.slf4j:slf4j-api": {
"firstLevelTransitive": [
Expand Down
2 changes: 1 addition & 1 deletion zuul-guice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: "java-library"

dependencies {
implementation project(":zuul-core")
api(group: 'com.google.inject', name: 'guice', version: "4.2.3", classifier: "no_aop")
api(group: 'com.google.inject', name: 'guice', version: "5.0.1")
implementation 'commons-configuration:commons-configuration:1.8'

testImplementation libraries.junit,
Expand Down
24 changes: 12 additions & 12 deletions zuul-guice/dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"locked": "2.12.1"
},
"com.google.inject:guice": {
"locked": "4.2.3"
"locked": "5.0.1"
},
"com.netflix.archaius:archaius-core": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -122,7 +122,7 @@
"locked": "2.12.1"
},
"com.google.inject:guice": {
"locked": "4.2.3"
"locked": "5.0.1"
},
"com.netflix.archaius:archaius-core": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -245,10 +245,10 @@
"com.netflix.zuul:zuul-core",
"com.netflix.zuul:zuul-discovery"
],
"locked": "29.0-jre"
"locked": "30.1-jre"
},
"com.google.inject:guice": {
"locked": "4.2.3"
"locked": "5.0.1"
},
"com.google.truth:truth": {
"locked": "1.0.1"
Expand Down Expand Up @@ -404,7 +404,7 @@
"locked": "1.68"
},
"org.mockito:mockito-core": {
"locked": "3.8.0"
"locked": "3.9.0"
},
"org.openjdk.jmh:jmh-core": {
"locked": "1.21"
Expand Down Expand Up @@ -438,10 +438,10 @@
"com.netflix.zuul:zuul-core",
"com.netflix.zuul:zuul-discovery"
],
"locked": "29.0-jre"
"locked": "30.1-jre"
},
"com.google.inject:guice": {
"locked": "4.2.3"
"locked": "5.0.1"
},
"com.netflix.archaius:archaius-core": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -606,7 +606,7 @@
"locked": "2.12.1"
},
"com.google.inject:guice": {
"locked": "4.2.3"
"locked": "5.0.1"
},
"com.google.truth:truth": {
"locked": "1.0.1"
Expand Down Expand Up @@ -705,7 +705,7 @@
"locked": "4.13.1"
},
"org.mockito:mockito-core": {
"locked": "3.8.0"
"locked": "3.9.0"
},
"org.slf4j:slf4j-api": {
"firstLevelTransitive": [
Expand All @@ -732,10 +732,10 @@
"com.netflix.zuul:zuul-core",
"com.netflix.zuul:zuul-discovery"
],
"locked": "29.0-jre"
"locked": "30.1-jre"
},
"com.google.inject:guice": {
"locked": "4.2.3"
"locked": "5.0.1"
},
"com.google.truth:truth": {
"locked": "1.0.1"
Expand Down Expand Up @@ -891,7 +891,7 @@
"locked": "1.68"
},
"org.mockito:mockito-core": {
"locked": "3.8.0"
"locked": "3.9.0"
},
"org.slf4j:slf4j-api": {
"firstLevelTransitive": [
Expand Down
18 changes: 9 additions & 9 deletions zuul-sample/dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"firstLevelTransitive": [
"com.netflix.zuul:zuul-guice"
],
"locked": "4.2.3"
"locked": "5.0.1"
},
"com.netflix.archaius:archaius-core": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -319,7 +319,7 @@
"firstLevelTransitive": [
"com.netflix.zuul:zuul-guice"
],
"locked": "4.2.3"
"locked": "5.0.1"
},
"com.netflix.archaius:archaius-core": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -455,13 +455,13 @@
"com.netflix.zuul:zuul-discovery",
"com.netflix.zuul:zuul-groovy"
],
"locked": "29.0-jre"
"locked": "30.1-jre"
},
"com.google.inject:guice": {
"firstLevelTransitive": [
"com.netflix.zuul:zuul-guice"
],
"locked": "4.2.3"
"locked": "5.0.1"
},
"com.netflix.archaius:archaius-core": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -668,13 +668,13 @@
"com.netflix.zuul:zuul-discovery",
"com.netflix.zuul:zuul-groovy"
],
"locked": "29.0-jre"
"locked": "30.1-jre"
},
"com.google.inject:guice": {
"firstLevelTransitive": [
"com.netflix.zuul:zuul-guice"
],
"locked": "4.2.3"
"locked": "5.0.1"
},
"com.netflix.archaius:archaius-core": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -867,7 +867,7 @@
"firstLevelTransitive": [
"com.netflix.zuul:zuul-guice"
],
"locked": "4.2.3"
"locked": "5.0.1"
},
"com.netflix.archaius:archaius-core": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -997,13 +997,13 @@
"com.netflix.zuul:zuul-discovery",
"com.netflix.zuul:zuul-groovy"
],
"locked": "29.0-jre"
"locked": "30.1-jre"
},
"com.google.inject:guice": {
"firstLevelTransitive": [
"com.netflix.zuul:zuul-guice"
],
"locked": "4.2.3"
"locked": "5.0.1"
},
"com.netflix.archaius:archaius-core": {
"firstLevelTransitive": [
Expand Down

0 comments on commit 530adfb

Please sign in to comment.