springfox-grails-integration icon indicating copy to clipboard operation
springfox-grails-integration copied to clipboard

SpringFox integration with Grails 3.x

Results 30 springfox-grails-integration issues
Sort by recently updated
recently updated
newest added

Bumps `spock` from 1.1-groovy-2.4 to 1.3-groovy-2.5. Updates `spock-spring` from 1.1-groovy-2.4 to 1.3-groovy-2.5 Updates `spock-core` from 1.1-groovy-2.4 to 1.3-groovy-2.5 Dependabot will resolve any conflicts with this PR as long as you...

dependencies

Bumps `springfox` from 2.9.2 to 3.0.0. Updates `springfox-spi` from 2.9.2 to 3.0.0 Release notes Sourced from springfox-spi's releases. 3.0.0 Release Notes Picture Credit National Geographic First and foremost a big...

dependencies

Bumps `spring` from 4.2.13.RELEASE to 5.2.7.RELEASE. Updates `spring-test` from 4.2.13.RELEASE to 5.2.7.RELEASE Release notes Sourced from spring-test's releases. v5.2.7.RELEASE :star: New Features Implement reliable invocation order for advice within an...

dependencies

Bumps `restAssured` from 3.0.6 to 4.3.1. Updates `rest-assured` from 3.0.6 to 4.3.1 Changelog Sourced from rest-assured's changelog. Changelog 4.3.1 (2020-07-03) Upgrading Kotlin extension module to use Kotlin 1.3.72 (previously 1.3.70...

dependencies

This project looks great, unfortunately there is no support for more modern versions of grails. - Are there plans to merge https://github.com/springfox/springfox-grails-integration/pull/32 to migrate the project to grails 3.3? -...

maintenance

any plan to integrate with grails 4 ?

current ,can not use in grails 3.3.1, is there any solution?

bug

Hi! I'm trying to run this with a grails 3.3.0 project and getting this error at startup ``` org.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NoSuchMethodError: grails.web.mapping.UrlMapping.getConstraints()[Lgrails/validation/ConstrainedProperty; (...)...

bug

Here is my log: ``` 2019-03-19 19:04:50.013 INFO pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 2019-03-19 19:04:56.821 INFO d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed 2019-03-19 19:04:56.925 INFO d.s.w.p.DocumentationPluginsBootstrapper...

I have made some adjustments over @bmcguire changes to fixe failing tests and upgrade dependencies. This version is being used in production by my company without problems.