Releases: graceframework/grace-gsp
v2022.1.0
v2022.0.2
v2022.0.1
What's Changed
444d4f6 Release v2022.0.1
9f2039b Upgrade to Spring Boot 2.7.9
4f2aaa6 Upgrade to Grace 2022.0.0-RC1
58d77c3 Update github workflows
7aa3435 Add spock test dependency
a824eda Update Grace
27b7d84 Fixes Groovy STC errors
85e56e4 Start building against Grace 2022.0.0 snapshots
ed47cdb Update github workflows
d9a65d0 Next development version: 2022.0.1-SNAPSHOT
Contributors
Full Changelog: v2022.0.0...v2022.0.1
v2022.0.0
9b576dc Release v2022.0.0
dd15f1f Grace: fixes plugin artifactId
e8e9f6d Grace: fixes plugin artifactId
b32a80e Grace: change to new group name
f5646b7 Grace: update github workflows
dbde2cb Release 2022.0.0
c5610de Loading TagInvocationContextCustomizer using applicationContext
a29e329 Loading TagInvocationContextCustomizer in setApplicationContext method
3824c94 Initial implementations for customizing tag Namespace, when invoking tags in GroovyPage
3b6035d Minor improvements
24976b5 Refine RenderTagLib
cdb7340 remove Map type cast
a86f098 Introduce some functional interface, support customizing OutputContext * OutputContextCustomizer * TemplateVariableBindingCustomizer * WebOutputContextInitializer
c1c76a6 Initial implementations for customizing OutputContext
f3fb758 Fixes type cast for Map
bc243a5 Fixes violations for Codenarc check
6e6d304 build: remove unused dependency: grails-datastore
7a24cc0 Improvements for datePicker tag
34c45fe remove profiling logs
e7358e5 Upgrade to Apache Groovy 3.0.14
3f1a626 Upgrade to Spring Boot 2.7.8 and Spring Framework 5.3.25
0c822ca build: Update Gradle jvm args
31d7364 build: remove unused async dependency
ecd739f Add 'grails-spring' dependency for 'grails-gsp'
49d67fa Merge branch '5.2.x' into 2022.0.x
6832fd9 Obtains the ApplicationContext object from GrailsWebRequest
3f9bef8 Build with latest Grails 2022.0.0 snapshots
de54eb7 Merge from 5.2.x
af1efab Fixes NPE in select tag
deb84c9 Fix getting messageSource bean from applicationContext
7c7ac3a Update AbstractGrailsTagTests: test with Grails 2022.0.0 snapshots
b9e78b5 Build against Grails 2022.0.0 snapshots
b2b5b21 Upgradle to Gradle 7.5.1
1561dbf Groovy 3: Fixes STC erros
616fa62 Upgrade Groovy to 3.0.13
be96627 Continue support for Grails 5.1.x
610f4ff Fixes views not resolved when package app in 'development' env
a71f72b Fixes resolve views in the 'app/views/' of BinaryPlugin
fbf1bd1 Support gsp in the 'app/views/'
bedf347 Upgrade to Spring Boot 2.6.12
7dd6320 Upgrade to Apache Groovy 3.0.12
81507a4 Upgrade to Spring Boot 2.6.11
345ac69 Update AbstractGrailsTagTests to align Grails 2022.0.0 snapshots
867c6cc CodeNarc integration - Fixes violations for CodeNarc Checks - Update CodeNarc rules"
d4677e9 Update CodeNarc rules
58c2681 Fixes violations for CodeNarc Checks
dcfff14 Fixes violations for CodeNarc Checks
0ae234e Fixes violations for CodeNarc Checks
3918c71 Fixes violations for CodeNarc Checks
6ed60b0 Fixes violations for CodeNarc Checks
c288128 Fixes violations for CodeNarc Checks
2739712 Fixes violations for CodeNarc Checks
edd9599 Checkstyle and Codenarc integration, Formating codes - Checkstyle integration - Codenarc integration - Apply IDEA Groovy and Java Code Style - Update copyright header comments - Fixes violations for Checkstyle - Replace explicit type argument with diamond operator - Replace argument of toArray with empty array
8e40e9b Update checkstyle-suppressions.xml
ae77718 Replace 'LOG' with 'logger'
ac11c0f Replace argument of toArray with empty array
3359b6c Replace explicit type argument with diamond operator
0e83402 Fixes violations for Checkstyle
bb8025e Fixes violations for Checkstyle
cd6e8f0 Fixes violations for Checkstyle
57c8f8e Fixes violations for Checkstyle
80c0055 Fixes violations for Checkstyle
c24aac2 Fixes violations for Checkstyle
2c2d420 Apply IDEA Groovy and Java Code Style
5ae4e99 Codenarc integration
b2861a4 Checkstyle integration
72376b7 Grails app structure have been revolutionized: the app/
directory is the primary home for Grails code. But the previously used directory grails-app
is also supported.
7ceb97e Support using the new grails app structure 'app/'
15ff953 Fixes AbstractGrailsTagTests
3b7edd5 Using SpringIOUtils in stead of IOUtils
810f2c9 Build against Grails Testing Support 2.6.2-SNAPSHOT
69c795d Add the new dependency: grails-plugin-core
2f34e12 Update Grails dependencies
564149d Using the new grails-common-build
9e8808e Upgrade to Spring Boot 2.6.10 and Spring Framework 5.3.22
72e6ddf Upgrade Spock to 2.1
e25dff7 Upgrade Slf4j to 1.7.36
b36f024 Upgrade to Spring Framework 5.3.21 and Spring Boot 2.6.9
d7da7d5 Switch to 5.2.x
2e80f14 Merge branch 5.1.x into 5.2.x
05445cb Merge from 5.1.x
56777ca Merge branch 'optimize_tag_library_lookup' into 5.1.x
89e8a17 Update tests
1e23d51 Update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.7.2 (#286)
76232b8 Merge branch 'upgrade_grails' into 5.1.x
046518a Upgrade to Grails 5.1.8 and Grails Gradle Plugin 5.1.4
f5e64f3 Merge branch 'upgrade_spring_boot' into 5.1.x
9db6a05 Upgrade to Spring Boot 2.6.8 and Spring Famework 5.3.20
a462959 Merge branch 'add_profiling_logs' into 5.1.x
9e598d4 Add profiling info logs
ec447b6 Merge branch 'set_resource_in_bean_definition' into 5.1.x
a087ffd Merge branch 'optimize_tag_library_lookup' into 5.1.x
1a477ab Set resource in BeanDefinition
cba67a3 Use SmartInitializingSingleton in TagLibraryLookup: lazy register TagLibs
d4a0e9c remove unused property: grailsUrlMappingsHolder
b13cfc1 Back to 5.2.2-SNAPSHOT
Full Changelog: https://github.com/graceframework/grace-gsp/commits/v2022.0.0