-
Notifications
You must be signed in to change notification settings - Fork 199
Merge Mongodb & Hibernate5 #1933
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
Merged
Merged
Changes from 250 commits
Commits
Show all changes
5441 commits
Select commit
Hold shift + click to select a range
d17da97
use Groovy 4.0.24-SNAPSHOT
jamesfredley 6c567f6
move grails-bom to resolve dependency versions for all subprojects
jamesfredley 6c6688f
use h2 version from grails-bom
jamesfredley a9fa746
restore domain inheritance tests
jamesfredley c8de45d
fix failing tests by addressing h2 reserved words
jamesfredley 9289653
Merge pull request #910 from grails/restore-domain-inheritance
jamesfredley e7351d8
Merge branch '9.0.x' into renovate/spring-boot
jamesfredley f6e93a3
Merge pull request #908 from grails/renovate/junit5-monorepo
jamesfredley 65ac6ba
compileJava options release one line
jamesfredley b5e5565
Merge pull request #909 from grails/renovate/spring-boot
codeconsole 23d4769
Update for H2 reserved keywords, Add .sdkmanrc, Update to ContainerGe…
jdaugherty 6cdf90b
Add workaround for GROOVY-11512
jdaugherty ee37c0a
Add workaround for json $target fields.
jdaugherty 97aefb3
Merge pull request #912 from jdaugherty/9.0.x
jdaugherty 16ccfd4
fix #1155 - skipValidate logic in GormValidateable causes missed vali…
jdaugherty 63881c9
Merge pull request #913 from jdaugherty/feature/9.0.x/1155-skip-validate
jdaugherty 57b43c3
Update error exceptions from javax to jakarta
jamesfredley 858c0ca
Merge pull request #914 from grails/javax-jakarta-error-exception
jamesfredley 9c11a2a
Rename hibernate5Version -> hibernateVersion
codeconsole 7c001b1
Merge pull request #915 from codeconsole/9.0.x-rename-version
codeconsole 33f7ea6
clean up spring dependencies
codeconsole a505b20
Remove no longer needed configuraitons.all closures
codeconsole be02fa9
Merge pull request #918 from codeconsole/9.0.x-bom-cleanup
codeconsole b15b34c
picocliVersion not in bom
codeconsole 3aab0cb
restore examples grails data services tests
jamesfredley b7949c7
Merge pull request #921 from grails/restore-example-grails-data-servi…
jamesfredley 374ed7d
.sdkmanrc
codeconsole d012d8d
jdk 17
codeconsole 5b6c7da
Merge pull request #922 from codeconsole/9.0.x
codeconsole b0177ad
fix: Make Spring Boot Plugin autoconfiguration work (#924)
matrei 3fd7e66
fix(deps): update groovy monorepo to v4.0.24
renovate[bot] 134a4c7
Merge pull request #925 from grails/renovate/groovy-monorepo
jdaugherty 862edf2
Remove snapshot repo since groovy 4.0.24 is released
jdaugherty 126d0fc
Merge pull request #926 from jdaugherty/9.0.x
jdaugherty 8f1eba3
Add back snapshot support for groovy
jdaugherty c5fb353
Merge pull request #927 from jdaugherty/9.0.x
jdaugherty 36d847f
fix(deps): update dependency org.apache.tomcat:tomcat-jdbc to v10.1.33
renovate[bot] 66a3bdd
Gradle 8.11
codeconsole 1f13777
Merge pull request #930 from codeconsole/9.0.x
codeconsole 56026e5
Merge pull request #928 from grails/renovate/tomcatversion
codeconsole 7353dc0
chore(deps): update plugin com.gradle.enterprise to v3.18.2
renovate[bot] e1448bc
chore(deps): update dependency gradle to v8.11.1
renovate[bot] 6f9d931
Use versions from `grails-bom` in example apps (#920)
matrei ce9e36d
Merge branch '9.0.x' into renovate/gradle-8.x
codeconsole b0f2a64
Merge pull request #935 from grails/renovate/gradle-8.x
codeconsole 8603b24
Merge branch '9.0.x' into renovate/com.gradle.enterprise-3.x
codeconsole edf0ff9
Merge pull request #931 from grails/renovate/com.gradle.enterprise-3.x
codeconsole 7f2a739
Remove versioning from example folder names
codeconsole f7e8251
remove version number from folder name
codeconsole 6b41829
Merge pull request #936 from codeconsole/9.0.x-directory-rename
codeconsole 2e38553
Updating for grails-publish plugin change
jdaugherty 091a034
Merge pull request #388 from jdaugherty/6.0.x
jdaugherty 07d2fb8
17.0.13-librca
codeconsole b232590
Gradle 8.11.1
codeconsole c4dc26b
add eof
codeconsole 95a8054
Revert "fix: Remove dependency on grails-shell (#350)"
jamesfredley 779247d
update to Grails 6.2.1 and Groovy 3.0.23
jamesfredley 86927a0
Merge pull request #389 from grails/restore-grails-shell-commands-scr…
jamesfredley c6ddbc3
Merge branch '5.0.x' into merge-5.0.x-into-6.0.x-12-11-2024
jamesfredley b1273f6
update command to pass parameter of type List<T> instead of new Array…
jamesfredley b9e4c1f
Merge pull request #390 from grails/merge-5.0.x-into-6.0.x-12-11-2024
jamesfredley 5c9025d
add javaparser-core dependency
jamesfredley 8064bc6
Merge pull request #391 from grails/fix-groovydocs-task
jamesfredley cbaf286
Update README.md for 5.0.0 release
jamesfredley c046b1b
Merge pull request #392 from grails/pre-release-5.0.0
jamesfredley bf1b895
[skip ci] Release v5.0.0
puneetbehl 663f297
chore: Bump version to 5.0.1-SNAPSHOT
puneetbehl c186daf
Merge branch '5.0.x' into merge-5.0.x-into-6.0.x-12-18-2024
jamesfredley 2d12e46
Update docs for 6.0.x for Grails 7
jamesfredley 2eeec84
Merge pull request #393 from grails/merge-5.0.x-into-6.0.x-12-18-2024
jamesfredley ccb6cad
Use grails-bom, ContainerGebSpec, cleanup dependencies and fix tests
jamesfredley 0dd0065
remove unused ext variables
jamesfredley 9492acf
Use versions from grails-bom -> spring-boot-dependencies
jamesfredley 8dfea49
update dependencies
jamesfredley 11a5fc4
remove unused property usesGeb
jamesfredley 2e30bf9
remove unneeded dependencies
jamesfredley 0d83ba8
Merge pull request #774 from grails/more-grails-7-updates
jamesfredley 3b81c42
Merge branch '9.0.x' into renovate/supercharge-mongodb-github-action-1.x
jamesfredley c97a8c8
Merge pull request #760 from grails/renovate/supercharge-mongodb-gith…
jamesfredley b968238
chore(deps): update dependency gradle to v8.12
renovate[bot] f4fabfd
use more versions from grails-bom
jamesfredley 44a11d5
Merge pull request #945 from grails/use-more-grails-bom-version
jamesfredley cf9f740
Move views-json-templates from grails-views to gorm-mongodb
jdaugherty d76913b
Merge pull request #783 from jdaugherty/9.0.x
jdaugherty b9491ec
Add back hibernateValidatorVersion
jdaugherty 69b15bf
Fix bom import, use liberica, use grails github actions, support the …
jdaugherty 4b0b09a
Merge pull request #940 from jdaugherty/9.0.x
jdaugherty 137bffe
[skip ci] Release v9.0.0-M2
grails-build 48e59ad
chore: Bump version to 9.0.0-SNAPSHOT
grails-build c0f33db
Fixes found after pre release for mongodb
jdaugherty a035f7b
Fix bom import, use liberica, use grails github actions, support the …
jdaugherty 53c9a54
Merge pull request #784 from jdaugherty/9.0.x
jdaugherty b747662
chore: Bump version to 9.0.0-SNAPSHOT
grails-build 694d2f2
Merge pull request #947 from jdaugherty/9.0.x
jdaugherty 32f8300
[skip ci] pre release workflow support
jdaugherty b2a4fc0
[skip ci] Release v6.0.0-M1
grails-build b92ed0e
chore: Bump version to 6.0.0-SNAPSHOT
grails-build 2519361
use grails-datastore-gorm-tck version from grails-bom
jamesfredley 9352d02
use grails-datastore-gorm-tck version from grails-bom
jamesfredley 12fc468
remove unused version
jamesfredley 75ffe0e
Merge pull request #949 from grails/use-tck-from-grails-bom
jamesfredley 3ed88f0
Merge pull request #786 from grails/use-tck-from-grails-bom
jamesfredley 335d708
Merge pull request #780 from grails/renovate/gradle-8.x
codeconsole e7f1ecc
.sdkmanrc
codeconsole cbc7ef0
Use mongodbDriver 5.3.0
codeconsole b881dfb
Merge pull request #788 from codeconsole/9.0.x-5.3.0
codeconsole e8a5856
build: add system property for TCK test control (#790)
matrei 8b1cc84
exclude hibernate-core dependency
jamesfredley 2ddbfff
add jboss-transaction-api dependency
jamesfredley 89ccb91
remove doc change from Grails 3
jamesfredley 85bf404
build: remove module dependency on `hibernate-ehcache`
matrei b00713a
build: explicitly exclude `hibernate-core` from `hibernate-ehcache`
matrei 285efe8
build: add `jboss-transaction-api` for `hibernate-ehcache`
matrei 56964cf
docs: update GORM in Spring Boot section
matrei eecb602
build: fix wrong dependency configuration
matrei 0946ca2
fix: enable correct Spring auto-configuration in `boot-plugin`
matrei 2867e36
ci: fix typo in `renovate.json` for `grails-datastore-async`
matrei 4e1e78e
ci: update GitHub workflows
matrei aa1f718
test: fix `MongoDbGormAutoConfigurationSpec` failure due to misconfig…
matrei e5e1d0c
build: extract common build logic into `*-config.gradle` files
matrei e65a931
test: update `BsonPersistentEntityCodecSpec` for updated API
matrei 3900e84
test: refactor `BookSpec` to not use try/catch in setup
matrei defda5a
test: remove Micronaut HttpClient dependency from `GlobalTemplateSpe`
matrei 202e602
test: re-enable two passing tests in `MongoDbDataStoreSpringInitializ…
matrei 89205f8
build: update develocity build scan and remote cache
matrei 20847ad
test: clean up config in test applications
matrei 3e93c25
refactor: remove `grails-app` from Grails MongoDB Plugin
matrei 20b60f3
fix: update `MongodbGrailsPlugin` for Grails 7
matrei d93e30e
chore: cleanup unused imports
matrei a89c4b6
test: replace `@Ignore` with `@PendingFeature` in `LocalMongoUnitSpec`
matrei e503efc
test: replace deprecated `Package.getPackage()` usage in `MongoSpec`
matrei 3807bc5
test: cleanup `UrlMappings` in `examples/gson-templates`
matrei ae4c180
build: refactor build configuration and update dependencies
matrei c49d3ec
ci: update mongodb settings
matrei fded9ce
ci: update mongodb versions
matrei 17debfa
chore: remove author and developer info from `MongodbGrailsPlugin`
matrei 043ca24
build: fix maven pom info for `views-json-templates`
matrei 2886917
chore: remove unused version property `grailsViewsVersion`
matrei a67fd0b
ci: use v3 tag for `grails/github-actions`
matrei 8400c48
ci: use v3 tag for `grails/github-pages-deploy-action`
matrei 153bd20
Merge pull request #793 from grails/matrei/project-overhaul
matrei 39259ec
Doc fixes from data-mapping merge attempt
jdaugherty 182fbce
Merge pull request #794 from jdaugherty/9.0.x
jdaugherty 5fdcbe7
ci: fix snapshot publishing by adding auth details (#795)
matrei 30718bb
back to grails 7.0.0-SNAPSHOT
jamesfredley 770e557
Merge pull request #398 from grails/back-to-grails-7.0.0-SNAPSHOT
jamesfredley 91a7dff
BootStrap init closure servletContext cleanup
gsartori 5726b33
BootStrap init closure servletContext cleanup
gsartori e8f6849
BootStrap init closure servletContext cleanup
gsartori d134561
Update plugin com.gradle.enterprise to v3.19.2
renovate[bot] 8c0dd17
Merge pull request #957 from gsartori/9.0.x
jdaugherty ab9ebd8
Merge pull request #797 from gsartori/9.0.x
jdaugherty 8b617dc
Merge pull request #397 from MichaelMorett/feature/fix-getting-started
jamesfredley fbe9a5e
Merge pull request #399 from grails/5.0.x
jamesfredley d3a4d04
Merge remote-tracking branch 'grails-database-migration/6.0.x' into m…
jamesfredley d49d195
remove gradle, github workflows, .gitignore and license
jamesfredley a0a1a48
update build
jamesfredley af54121
asciidoc consolidation into /docs
jamesfredley a0417fb
Update Grails 7 version to 9.0.x and point to new documentation location
jamesfredley 6a4aa88
Merge pull request #955 from grails/exclude-hibernate-core
jamesfredley 54db32a
Update example projects to set hibernate-ehcache dependency
jamesfredley 58d464d
document hibernate-ehcache breaking change in documentation
jamesfredley bd70062
Update docs to be correctly nested and fix attribute issues
jdaugherty 705a722
Remove ehcache configuration from gson-templates since it does not us…
jamesfredley 73ce257
Merge pull request #961 from grails/hibernate-ehcache-breaking-change
jamesfredley c121692
Merge branch '9.0.x' into merge-database-migration-plugin
jamesfredley fe2af79
Merge pull request #800 from grails/hibernate-ehcache-breaking-change
jamesfredley b39e53a
Merge pull request #959 from grails/merge-database-migration-plugin
jamesfredley 38ee06c
Allow loading classpath resources for sqlFile changesets
acanby 280fe49
Remove "dataSource_" from bean name as dataSourceName of GroovyChange…
nobeans f6d4396
Removing documented command that was removed in commit 23b3ca66
jdaugherty 76e17c1
Nullsafe
jdaugherty ca9ffc4
Update description of groovy change
jdaugherty ff35d87
Merge pull request #966 from grails/issue965
jdaugherty 97e873e
Handle loading migrations from embedded jars (plugins)
jdaugherty 65403c6
fix grails/gorm-hibernate5#973 (9.0.x)
zyro23 f21ce79
Merge pull request #985 from zyro23/issue-973
jdaugherty 5888773
Exclude liquibase-commercial from being exported
jdaugherty 0b35311
Merge pull request #971 from grails/groovyChangeDescription
jdaugherty be9edf6
Merge pull request #969 from grails/issue968
jdaugherty 2b814d3
Merge pull request #986 from grails/excludeLiquibaseCommerical
jdaugherty 3543296
Merge pull request #981 from grails/embeddedJarHandling
jdaugherty 57d9ca8
Merge pull request #964 from grails/issue963
jdaugherty 8c08069
Update dependency gradle to v8.13
renovate[bot] 80a1a35
remove groovyVersion from gradle.properties
jamesfredley d0b58f8
Use snapshot versions
jamesfredley 0a14dcd
use grails-bom version in buildscript{}
jamesfredley 2a9fa9f
Merge pull request #989 from grails/remove-groovyVersion
jamesfredley 25effc1
Update dependency org.asciidoctor:asciidoctor-gradle-jvm to v4.0.4
renovate[bot] 6cf22e1
Merge branch '9.0.x' into renovate/gradle-8.x
jamesfredley f9bd588
Merge branch '9.0.x' into renovate/com.gradle.enterprise-3.x
jamesfredley 22dac73
Merge pull request #916 from grails/renovate/asciidoctorgradleversion
jamesfredley c00e191
Merge pull request #939 from grails/renovate/com.gradle.enterprise-3.x
jamesfredley 5792fb8
Update plugin com.gradle.common-custom-user-data-gradle-plugin to v2.1
renovate[bot] 81c6c1b
Merge pull request #944 from grails/renovate/gradle-8.x
jamesfredley 32084a3
Merge pull request #953 from grails/renovate/com.gradle.common-custom…
jamesfredley 92e2a05
use spring-boot-gradle-plugin version from grails-bom
jamesfredley d1b4b5b
add repo.grails.org
jamesfredley 0e5e8ee
Merge pull request #990 from grails/use-more-version-grails-bom
jamesfredley 698f450
[skip ci] grails 7.0.0-M3 release
jdaugherty f57fe45
[skip ci] copy the staged release workflow from the data-mapping project
jdaugherty 4c6d05c
[skip ci] fix publishing
jdaugherty 12f2b93
[skip ci] Release v9.0.0-M3
grails-build e0c696b
[skip ci] grails 7.0.0-M3
jdaugherty 5bd9b2c
[skip ci] switch to datastore version 9.0.0-M3
jdaugherty cf3085a
[skip ci] Release v9.0.0-M3
grails-build a1d5e11
[skip ci] add missing github pre release repo
jdaugherty 6d03b87
[skip ci] add missing github pre release repo
jdaugherty dcb586b
chore: Bump version to 9.0.0-SNAPSHOT
grails-build 22a7455
[skip ci] add staged repo
jdaugherty c8287aa
chore: Bump version to 9.0.0-SNAPSHOT
grails-build 00e3d57
Merge pull request #988 from dertalai/7.2.x
jamesfredley 5123b38
Merge pull request #991 from grails/988-merge-to-9.0.x
jdaugherty 5020afc
chore: major project cleanup
matrei eeaae75
ci: fix problems
matrei 5901ff4
build: add the `slf4jPreventExclusion` property
matrei 8f7cdb7
use GrailsStringUtils.trimToNull() instead of apache commons version
jamesfredley 56c646a
Merge pull request #993 from grails/use-GrailsStringUtils-trimToNull
jamesfredley 9a2748c
build: pr feedback
matrei e0c7160
build: updated pr feedback
matrei 35606cd
Merge pull request #992 from grails/matrei/project-cleanup
matrei 3596a6d
Imported grails-data-hibernate5
jdaugherty 834941e
Integrate grails-data-hibernate5
jdaugherty 604ccbc
Imported mongodb
jdaugherty 88a565a
Integrate Mongodb
jdaugherty ab43a14
Update for spring security plugin move & remove mavenLocal()
jdaugherty 480fe9a
Split hibernate5, mongodb, and datastore tests
jdaugherty 468f52b
Merge branch '9.0.x' into newMongoMerge
jamesfredley 1efaacd
Add missing mongodb-version's
jamesfredley d548f9a
add mongodb-github-action to groovy-joint-workflow
jamesfredley 739b47b
force dependency refresh
jamesfredley 6c3ba4a
fix gradle.yml
jamesfredley b9d15e1
force refresh dependencies
jamesfredley 9981a61
adjust matrix strategy and add mongodb-github-action for datastore build
jamesfredley 26966c1
try again
jamesfredley a738a9a
Code review feedback:
jdaugherty 0454905
Revert "force refresh dependencies"
jamesfredley af64464
Revert "force dependency refresh"
jamesfredley 19f258c
feedback:
jdaugherty e5642b0
feedback: move up permissions where possible
jdaugherty a8d0a86
Remove .DS_Store
jdaugherty ac09eb7
fix: force tests to rerun in build
jdaugherty 20a3f14
refactor: move the tck tests to main so they can be exported and impo…
jdaugherty 9348516
fix the tck so it always runs
jdaugherty fb9db1f
feedback: rename simple datastore implementation
jdaugherty 0d62678
ignore tests that were failing in prior releases
jdaugherty 4e269ce
Adjust @PendingFeatureIf conditions on FirstAndLastMethodSpec
jamesfredley 4ab0ba0
Merge branch 'newMongoMerge' of https://github.com/jdaugherty/grails-…
jamesfredley 0f21e24
tests: do not not ignore tests in mongo that pass
jdaugherty 89560ea
feedback: styling & removing debug
jdaugherty File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,31 +1,33 @@ | ||
| !gradle-wrapper.jar | ||
| *.db | ||
| *.iml | ||
| *.ipr | ||
| *.iws | ||
| *.sha1 | ||
| *.swp | ||
| .settings/ | ||
| *.zip | ||
| .DS_Store | ||
| .classpath | ||
| .project | ||
| .gradle | ||
| .gradletasknamecache | ||
| .idea | ||
| .metadata | ||
| .DS_Store | ||
| .project | ||
| .settings/ | ||
| Servers/ | ||
| bin/ | ||
| build/ | ||
| target/ | ||
| .gradle/ | ||
| grails-plugins/mongodb/web-app | ||
| classes/ | ||
| eclipse-workspace/ | ||
| gradle-app.setting | ||
| grails-plugins/checkout | ||
| grails-plugins/redis/web-app | ||
| grails-plugins/mongodb/grails-mongodb-1.0.0.RC5.zip.sha1 | ||
| grails-plugins/mongodb/web-app | ||
| grails-plugins/neo4j/web-app | ||
| eclipse-workspace/ | ||
| Servers/ | ||
| grails-plugins/redis/web-app | ||
| out | ||
| stacktrace.log | ||
| *.iws | ||
| *.iml | ||
| *.ipr | ||
| .idea/* | ||
| classes/* | ||
| bin/ | ||
| boot-plugins/*/.idea/* | ||
| grails-plugins/mongodb/grails-mongodb-1.0.0.RC5.zip.sha1 | ||
| prodDb.mv.db | ||
| secring.gpg | ||
| spy.log | ||
| *.db | ||
|
|
||
| *.sha1 | ||
|
|
||
| *.zip | ||
| stacktrace.log | ||
| target/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| # Various properties that control which tests run | ||
| * onlyHibernate5Tests | ||
| * onlyMongodbTests | ||
| * onlyDatastoreTests | ||
| * skipHibernate5Tests | ||
| * skipMongodbTests | ||
| * skipDatastoreTests | ||
|
|
||
| # Start a mongo docker container | ||
| docker run -d --name mongo-on-docker -p 27017:27017 mongo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,26 @@ | ||
| projectVersion=9.0.0-SNAPSHOT | ||
|
|
||
| grailsVersion=7.0.0-SNAPSHOT | ||
| javaVersion=17 | ||
|
|
||
| asciidoctorVersion=4.0.4 | ||
| testcontainersMongodbVersion=1.20.1 | ||
| commonsValidatorVersion=1.9.0 | ||
| hibernateVersion=5.6.15.Final | ||
| grailsSpringSecurityVersion=7.0.0-SNAPSHOT | ||
| jbossTransactionApiVersion=2.0.0.Final | ||
| liquibaseHibernate5Version=4.27.0 | ||
| yakworksHibernateGroovyProxyVersion=1.1 | ||
| jakartaElVersion=4.0.0 | ||
| jakartaElGlassfishImplVersion=4.0.2 | ||
| javassistVersion=3.30.2-GA | ||
| micronautPlatformVersion=4.6.3 | ||
| picocliVersion=4.7.6 | ||
|
|
||
| # This prevents the Grails Gradle Plugin from unnecessarily excluding slf4j-simple in the generated POMs | ||
| # https://github.com/grails/grails-gradle-plugin/issues/222 | ||
| slf4jPreventExclusion=true | ||
|
|
||
| org.gradle.caching=true | ||
| org.gradle.parallel=true | ||
| org.gradle.daemon=true | ||
| org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1536M -XX:MaxMetaspaceSize=512M |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.