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

Fix userId type when using OAuth 2.0 #14330

Merged
merged 2 commits into from
Mar 16, 2021

Conversation

mraible
Copy link
Contributor

@mraible mraible commented Mar 16, 2021

Fixes #14328.

Please make sure the below checklist is followed for Pull Requests.

@mraible
Copy link
Contributor Author

mraible commented Mar 16, 2021

Is webflux-mariadb-gradle because of bintray? I know it's going away soon.

* What went wrong:
A problem occurred configuring root project 'sample-webflux-maria'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not resolve com.fasterxml.jackson.datatype:jackson-datatype-joda:2.12.1.
     Required by:
         project : > org.openapi.generator:org.openapi.generator.gradle.plugin:4.3.1 > org.openapitools:openapi-generator-gradle-plugin:4.3.1 > org.openapitools:openapi-generator:4.3.1
      > Could not resolve com.fasterxml.jackson.datatype:jackson-datatype-joda:2.12.1.
         > Could not get resource 'plugins.gradle.org/m2/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.12.1/jackson-datatype-joda-2.12.1.module'.
            > Could not GET 'jcenter.bintray.com/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.12.1/jackson-datatype-joda-2.12.1.module'.
               > Read timed out
   > Could not resolve com.fasterxml.jackson.datatype:jackson-datatype-joda:2.12.1.
     Required by:
         project : > com.google.cloud.tools.jib:com.google.cloud.tools.jib.gradle.plugin:2.8.0 > gradle.plugin.com.google.cloud.tools:jib-gradle-plugin:2.8.0 > com.fasterxml.jackson.core:jackson-databind:2.12.1 > com.fasterxml.jackson:jackson-bom:2.12.1
      > Could not resolve com.fasterxml.jackson.datatype:jackson-datatype-joda:2.12.1.
         > Could not get resource 'plugins.gradle.org/m2/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.12.1/jackson-datatype-joda-2.12.1.module'.
            > Could not GET 'jcenter.bintray.com/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.12.1/jackson-datatype-joda-2.12.1.module'.
               > Read timed out

@atomfrede
Copy link
Member

Not sure how far the gradle plugin migration has come, but maybe removing gradlePluginPortal() from our build.gradle might help, when reading https://blog.gradle.org/jcenter-shutdown, although I am not sure any plugin can be resolved afterwards. At least the jib plugin has still jcenter() in their source code so maybe we can't do something about their internal dependency resolution.

@mraible
Copy link
Contributor Author

mraible commented Mar 16, 2021

@atomfrede I'll try running all the jobs again to see if that helps.

@mraible mraible merged commit ab1d1c4 into jhipster:main Mar 16, 2021
@pascalgrimaud pascalgrimaud added this to the v7.0.0 milestone Mar 20, 2021
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.

JDL fails to compile: bad type in conditional expression
3 participants