Code Monkey home page Code Monkey logo

Comments (4)

davidkron avatar davidkron commented on August 30, 2024 3

@amasr It seems my PR where I removed pluginExcludes did produce this error as this property seems to be still used when generating the grails-plugin.xml file.
I think it should be sufficient to revert CacheGrailsPlugin.groovy back to the previous state: https://github.com/grails/grails-cache/blob/be6cefecaf954df6430ce9aefc6949d76208fde6/src/main/groovy/grails/plugin/cache/CacheGrailsPlugin.groovy

Sorry for the trouble!

from grails-cache.

amasr avatar amasr commented on August 30, 2024

@joelbard We had the same problem and fixed as a temporary workaround by rollingback to version 5.0.0.RC1.
It was tricky to find because cached gradle deps weren't failing, it was from the CI that we step into it, and then with --refresh-dependencies flag to reproduce it.
could it be something missing in the bulid.gradle or grails-plugin.xml (excludePagackes) ?
grails/grails-core#9416

Looking at .../src/main/groovy/grails/plugin/CacheGrailsPlugin.groovy looks like it is missing
def pluginExcludes = [ "**/com/demo/*", grails-app/views/**, **/*.gsp ]

Not sure if thats is intended, but the generated grails-plugin.xml within the manifest doesn't excludes the demo elements.

@davidkron Not my intention to bother, but I'm sure you have more knowledge than me on this issue.

from grails-cache.

puneetbehl avatar puneetbehl commented on August 30, 2024

I have released version 5.0.1 to Maven Central which should be same as the previous 5.0.0 release. Please let me know if this works.

from grails-cache.

joelbard avatar joelbard commented on August 30, 2024

I'm able to run the application using 5.0.1. Thanks for the quick fix!

from grails-cache.

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.