foo4u / keycloak-spring-demo

Examples demonstrating how to use the Keycloak Spring Security adapter
57 stars 32 forks source link

Unable to build any of the project #1

Open imran-raza opened 8 years ago

imran-raza commented 8 years ago

FAILURE: Build failed with an exception.

BUILD FAILED

chvndb commented 7 years ago

Had the same issue, simply update the keycloak version to a final one, e.g. '1.3.0.Final' is the closest to the used snapshot version. Tested it and works.

pourgholi commented 7 years ago

chvndb's solution works.

capjoh commented 6 years ago

Hi,

I've the same problem and get the following error message with "Bad Gateway":

FAILURE: Build failed with an exception.

BUILD FAILED

Is there an other way to solve the problem.

Thank you. Best regards.

stephaneeybert commented 6 years ago

Having the same issue:

FAILURE: Build failed with an exception.

I'm already on a Final version keycloak-3.4.1.Final

hosnimed commented 6 years ago

Hello guys,

I have the same problems when running Keycloak-3.4.1.Final So I decide to build an updated version of it based on object marshaling , custom converters, custom filter ... You can find the project on my personal github account keycloak-multi-modules-spring-security Waiting for your comments and advises ! ☺️

stephaneeybert commented 6 years ago

@hosnimed So you did not really pinpoint what caused the issue ?

hosnimed commented 6 years ago

There a lot of problem caused the issue, in nutshell :

bilalkosker commented 6 years ago

I use in build.gradle

maven { url "https://mvnrepository.com/artifact/" } //at subprojects repositories ext { keycloakVersion = '1.3.1.Final' keycloakExtrasVersion = '0.3.0-RELEASE' resteasyVersion = '3.0.10.Final' springVersion = '4.1.6.RELEASE' springBootVersion = '1.2.3.RELEASE' springSecurityVersion = '3.2.7.RELEASE' }

and work.