-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
MODULE: oauth2 #2755
base: master
Are you sure you want to change the base?
MODULE: oauth2 #2755
Conversation
2c464af
to
f6e283f
Compare
Ah, build fails cause I am using Testcontainers. What do you suggest? Do I disable all Tests using Testcontainers or there is a way to get a build environment with Docker on CircleCI? |
Well, I would say to either test using something else. Or figure how to get circle Ci working with test containers or need to move to GitHub actions |
I am doing experiments with pipeline. Please ignore notifications. When I will come up with a solution, I will inform you and make a separate PR. |
46aa38f
to
cde19b7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work, tons of tests, nice improvements, no breaking change, sounds like a win win
@@ -41,6 +41,7 @@ left side | |||
*** Dropwizard Metrics 5 | |||
*** Micrometer | |||
** extras | |||
*** OAuth2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NICE!
pom.xml
Outdated
<artifactId>feign-vertx</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> | ||
|
||
<dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the clean up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, removed this addition. Anyway it will be added in my PR about Vertx.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions could not be made:
- annotation-error-decoder/pom.xml
- lines 49-48
- apt-test-generator/pom.xml
- lines 62-61
- benchmark/pom.xml
- lines 70-69
- core/pom.xml
- lines 37-36
- googlehttpclient/pom.xml
- lines 54-53
- hc5/pom.xml
- lines 67-66
- httpclient/pom.xml
- lines 75-74
- hystrix/pom.xml
- lines 78-77
- jackson-jaxb/pom.xml
- lines 82-83
- java11/pom.xml
- lines 50-49
- jaxb-jakarta/pom.xml
- lines 55-57
- jaxb/pom.xml
- lines 45-49
- jaxrs2/pom.xml
- lines 103-102
- jaxrs3/pom.xml
- lines 89-88
- jaxrs4/pom.xml
- lines 83-82
- kotlin/pom.xml
- lines 71-70
- okhttp/pom.xml
- lines 59-58
- pom.xml
- lines 614-615
- reactive/pom.xml
- lines 98-97
- ribbon/pom.xml
- lines 83-82
- soap-jakarta/pom.xml
- lines 63-62
- lines 79-81
- soap/pom.xml
- lines 55-60
- lines 70-71
1d3542b
to
09735f5
Compare
Circle should be disabled now. Please update the branch and we'll try again. |
09735f5
to
bb08816
Compare
bb08816
to
dee0fb8
Compare
Integration of OAuth2/OpenID flows into feign.
Following the discution: #2680