grails-core icon indicating copy to clipboard operation
grails-core copied to clipboard

The Grails Web Application Framework

Results 209 grails-core issues
Sort by recently updated
recently updated
newest added

Bumps [com.github.jnr:jnr-posix](https://github.com/jnr/jnr-posix) from 3.1.18 to 3.1.19. Commits f6481b2 [maven-release-plugin] prepare release jnr-posix-3.1.19 911cb11 Merge pull request #189 from jnr/update_jnr-ffi a1fdf84 Update jnr-ffi to 2.2.16 7ee2a30 Merge pull request #188 from...

type: dependency upgrade

### Expected Behavior When using a closure to transform the `optionValue` attribute in a `` element, the resulting string returned from `message()` should be escaped as per [section 16.2](https://docs.grails.org/6.1.2/guide/security.html#xssPrevention) of...

### Expected Behavior We should be able to boot a new application created with grails 6.1.2 ### Actual Behaviour Instead we get following exception: ``` > Task :bootRun FAILED 2024-02-26...

### Expected Behavior "grails" commands can be run. ### Actual Behaviour Unable to run "grails" commands with following error: ``` | Resolving Dependencies. Please wait... FAILURE: Build failed with an...

### Issue description We deprecated the `NavigableMap` in Grails 6. With Grails 7, we should remove all the usages of `NavigableMap`. Clearly document how to access config property in Grails...

### Feature description Sitemesh 3 already supports JDK 17 which would make it an easier transition to Grails 7.0. Since 6.0 is taking a while, I think it should be...

### Expected Behavior When using Micronaut beans (conditional beans in my case) in a Grails application and micronaut.config.files for external configuration files, resolution of config items within the external configuration...

Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.15.4 to 1.17.2. Release notes Sourced from org.jsoup:jsoup's releases. jsoup Java HTML Parser release 1.17.2 Improvements Attribute object accessors: Added Element.attribute(String) and Attributes.attribute(String) to more simply obtain...

type: dependency upgrade

### Expected Behavior Should run the application so that I can view it through Tomcat ### Actual Behaviour Exception in thread "restartedMain" java.lang.reflect.InvocationTargetException Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with...

### Expected Behavior Tests should run successfully ### Actual Behaviour I'm getting an error on 13 of my unit tests java.lang.NoClassDefFoundError: org/springframework/beans/factory/config/InstantiationAwareBeanPostProcessorAdapter at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1012) at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:862) at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:760)...