Grails-Plugin-Consortium / grails-cxf

CXF Plugin for the Grails web framework
http://grails.org/plugin/cxf
38 stars 46 forks source link

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

Open hhovhann opened 3 years ago

hhovhann commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

I have setup the release procedure for gpc/jms, so if you want to review the code, perhaps I can get GitHub actions working.

Best regards / Med venlig hilsen, Søren Berg Glasius

Hedevej 1, Gl. Rye, 8680 Ry, Denmark Mobile: +45 40 44 91 88, Skype: sbglasius --- Press ESC once to quit - twice to save the changes.

Den ons. 15. sep. 2021 kl. 17.12 skrev Christian Oestreich < @.***>:

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. 🤷‍♂️

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Grails-Plugin-Consortium/grails-cxf/issues/73#issuecomment-920109688, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEYZTH26Y6TZ4GYZRXE4WTUCCZUBANCNFSM5EBSCEGQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

hhovhann commented 3 years ago

@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