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

Does grails-cxf plugin have support for Grails 4 and/or Grails 5 #73

Open
hhovhann opened this issue Sep 15, 2021 · 3 comments
Open

Does grails-cxf plugin have support for Grails 4 and/or Grails 5 #73

hhovhann opened this issue Sep 15, 2021 · 3 comments

Comments

@hhovhann
Copy link

hhovhann commented Sep 15, 2021

Thanks for making this nice plugin.
Could you please share information about support for Grails 5 for the plugin?
I have found in GitHub projects that most are used for Grails 2.x and Grails 3.x.

Environment:

Java 1.8
Grails 5.0.0RC3

Here is my configuration in build.gradle:

buildscript {
    repositories {
        maven { url "https://repo.grails.org/grails/core" }
    }
    dependencies {
        classpath "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion"
        classpath "org.grails.plugins:hibernate5:7.1.0.RC3"
        classpath "gradle.plugin.com.github.erdi.webdriver-binaries:webdriver-binaries-gradle-plugin:2.4"
        classpath "com.bertramlabs.plugins:asset-pipeline-gradle:3.3.4"
        classpath "org.grails.plugins:cxf:3.1.2"
    }
}


.....

dependencies {
	.....
	compile group: 'org.grails.plugins', name: 'cxf', version: '3.1.2'
}

Actual result:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileGroovy'.
> org/apache/cxf/jaxws/JaxWsServerFactoryBean

Cheers

@ctoestreich
Copy link
Member

I am not sure. I have been off grails for a long time. If you want to update it I will gladly review and approve PR. I am not sure the build deploy for this will even work any more. 🤷‍♂️

@sbglasius
Copy link

sbglasius commented Sep 15, 2021 via email

@hhovhann
Copy link
Author

@ctoestreich thanks for the feedback. As soon will have free space could have a clarification call to check and get the details of that of course if we are sure that will be acceptable for Grails 5 otherwise can see some alternatives.

Thanks

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

No branches or pull requests

3 participants