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

5.0.0.RC2 Bugs #12049

Closed
3 tasks
codeconsole opened this issue Sep 4, 2021 · 0 comments · Fixed by grails-profiles/base#70 or #12054
Closed
3 tasks

5.0.0.RC2 Bugs #12049

codeconsole opened this issue Sep 4, 2021 · 0 comments · Fixed by grails-profiles/base#70 or #12054

Comments

@codeconsole
Copy link
Contributor

Task List

  • "org.hibernate:hibernate-core:5.5.7" dependency does not exist.
  • Executable wars and jars do not have access to plugin resources.
  • Resource Controllers Render as Content-Type: application/xhtml

5.5.7 dependency does not exist.

sdk use grails 5.0.0.RC2
grails create-app website

Results in

https://github.com/codeconsole/website/blob/master/build.gradle#L57
implementation "org.hibernate:hibernate-core:5.5.7"

which does not exist
https://repo.maven.apache.org/maven2/org/hibernate/hibernate-core/

It should be 5.5.7.Final

Executable wars and jars do not have access to plugin resources.

See #11999
Sample app https://github.com/codeconsole/grails4bugs has been updated to 5.0.0.RC2 to demonstrate the issue

Resource Controllers to Render as Content-Type: application/xhtml

See grails/gorm-hibernate5#303
Sample app https://github.com/codeconsole/gormbug has been updated to 5.0.0.RC2 to demonstrate the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant