Git Product home page Git Product logo

Comments (6)

MLoenhardt avatar MLoenhardt commented on August 12, 2024 4

With grails 3.3.1 the error remains.
Will there be no further support for grails 3.3.x?

from grails-spring-security-ui.

sdelamo avatar sdelamo commented on August 12, 2024 1

Thanks for reporting. Version 3.1.1 of the Spring Security UI plugin is compatible with Grails 3.3.x.

compile "org.grails.plugins:spring-security-ui:3.1.1"

Please, create an additional issue if you are still experiencing problems.

from grails-spring-security-ui.

alexbulyha avatar alexbulyha commented on August 12, 2024

Hey sk8geek!
I have run into exactly the same problem as you, using the same versions.
I have fixed it temporarily by checking out the newest git master repo (here) which has the unfinished version 3.1.0.BUILD-SNAPSHOT.
Then I used "grails install" in the checked out project which made a .jar file AND put it automatically in my local maven.
To have it accessible however, I put the .jar file in my projects lib folder and included it in the build.gradle directly by calling
compile files ("lib/THEJARNAME.jar")

This is only a temporary workaround, however that's what we use until it gets released officially!

I hope I could help you!

from grails-spring-security-ui.

vi7Ch avatar vi7Ch commented on August 12, 2024

@AlexBoulyga I have installed the BUILD-SNAPSHOT.jar file and use compile.
but then I got this error message
grails 3.3.0
in my build.gradle
compile files ("lib/spring-security-ui-3.1.0.BUILD-SNAPSHOT.jar")

[6] → grails s2ui-override register mmi.register
| Error Command not found s2ui-override
Did you mean: s2-quickstart or generate-controller or dependency-report?

Any idea ?
Thanks

from grails-spring-security-ui.

alexbulyha avatar alexbulyha commented on August 12, 2024

Hi @vi7Ch
I'm sorry but I don't use s2ui-override so I can't help you.

from grails-spring-security-ui.

mjlachman avatar mjlachman commented on August 12, 2024

I'm also running into this issue. Furthermore, I'm getting a Groovy compilation issue because when I override the registration controller, it's expecting a Bus method to be overridden.

I would really love to be able to use this, but it appears to be incompatible with Grails 3.3.x

from grails-spring-security-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.