Git Product home page Git Product logo

Comments (11)

greetingsFromPoland avatar greetingsFromPoland commented on August 11, 2024

import org.springframework.boot.context.embedded.ServletRegistrationBean
Does not exist anymore

You need to change the import to
import org.springframework.boot.web.servlet.ServletRegistrationBean

Can you make a change?

from grails-cxf.

tyagiakhilesh avatar tyagiakhilesh commented on August 11, 2024

@wasowskijarek Done. Please do let me know if anything is missing.

from grails-cxf.

johnkeates avatar johnkeates commented on August 11, 2024

This hasn't been added to a release, has it?

from grails-cxf.

jvesouza avatar jvesouza commented on August 11, 2024

The same problem using grails 3.3.2.

from grails-cxf.

jvesouza avatar jvesouza commented on August 11, 2024

Anyone using this plugin with grails 3.3.2?

from grails-cxf.

johnkeates avatar johnkeates commented on August 11, 2024

@juanxo no, because it's broken and nobody is fixing it

from grails-cxf.

jvesouza avatar jvesouza commented on August 11, 2024

Is there any other alternative? I need update my application for version
3.3.2 and the application needs to respond to a soap request.
Thanks.

from grails-cxf.

johnkeates avatar johnkeates commented on August 11, 2024

You'll need to fix grails-cxf or not use it. I got so fed up with it not working that I simply switched to plain Java and rebuilt it in Spring. Works fine.

from grails-cxf.

tyagiakhilesh avatar tyagiakhilesh commented on August 11, 2024

Moving away to native options might be a better choice in long run. I struggled beyond limits of pain to get webflow plugin working, when I was upgrading my app. I ended up using spring webflow directly in my app. Same goes for this guy I believe.

from grails-cxf.

bilgehanm avatar bilgehanm commented on August 11, 2024

In CxfGrailsPlugin.groovy file, changing
import org.springframework.boot.context.embedded.ServletRegistrationBean
with
import org.springframework.boot.web.servlet.ServletRegistrationBean

will fix the issue. You can clone the repository and use a local copy with that change until this plugin is updated.

from grails-cxf.

tyagiakhilesh avatar tyagiakhilesh commented on August 11, 2024

I did raise a PR with that, but then some tests were broken. And I never went back to fix. (or never really got that much time.)

from grails-cxf.

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.