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

Restore Grails Shell + add Spring Boot CLI classes that were removed in Spring Boot 3.0.0 #13585

Merged
merged 19 commits into from
Aug 21, 2024
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
bb5ff09
chore(ci): Update renovate.json (#13488)
puneetbehl Apr 30, 2024
04b52f2
fix(deps): update apache-tomcat monorepo to v9.0.88 (#13500)
renovate[bot] May 2, 2024
92bba69
fix(deps): update dependency com.github.javaparser:javaparser-core to…
renovate[bot] May 3, 2024
26245fe
fix(deps): update grails-testing-support monorepo to v3.2.2 (#13504)
renovate[bot] May 3, 2024
cfd9515
Revert "chore(core): Deprecate the old grails-shell project (#13407)"
codeconsole Jul 27, 2024
4ed8b4e
Update logback and tomcat versions
jamesfredley Jul 29, 2024
521653b
Merge pull request #13575 from grails/6.2.1-dependency-updates
davydotcom Jul 29, 2024
7ee6ec4
ci: Fix SNAPSHOT publishing problem
matrei Jul 26, 2024
171eaea
Merge pull request #13576 from grails/matrei/fix-snapshot-publishing
jeffscottbrown Jul 30, 2024
49eb631
Temporary - Patch GROOVY_3_0_X until https://github.com/apache/groovy…
codeconsole Jul 30, 2024
44f46fd
Merge pull request #13578 from codeconsole/fix-groovy-joint-workflow
codeconsole Jul 30, 2024
fe58976
Merge branch '6.2.x' into revert-13407-13399-deprecate-the-old-grails…
codeconsole Jul 30, 2024
624c421
Merge pull request #13570 from grails/revert-13407-13399-deprecate-th…
codeconsole Jul 30, 2024
1e288a7
fix(deps): update spring-framework to v5.3.37
renovate[bot] Jul 30, 2024
f3b36a3
Merge pull request #13505 from grails/renovate/spring-framework
codeconsole Jul 30, 2024
7c24cb8
Revert "Temporary - Patch GROOVY_3_0_X until https://github.com/apach…
matrei Aug 16, 2024
db126c1
Merge branch '6.2.x' into jamesfredley/merge6.2.xInto7.0.x
jamesfredley Aug 19, 2024
94e3357
New jansi version was breaking tests
jamesfredley Aug 20, 2024
d8d6ea9
Import Spring Boot CLI classes removed prior to Spring Boot 3: https:…
jamesfredley Aug 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Temporary - Patch GROOVY_3_0_X until apache/groovy#2103 is merged
codeconsole committed Jul 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 49eb631bc29fa157663e6b6bc422a1cb58b1a88a
2 changes: 1 addition & 1 deletion .github/workflows/groovy-joint-workflow.yml
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ jobs:
key: cache-local-groovy-maven-${{ github.sha }}
- name: Checkout Groovy 3_0_X (Grails 5 and later)
if: startsWith(github.ref, 'refs/heads/6.') || startsWith(github.base_ref, '6.') || startsWith(github.ref, 'refs/heads/5.') || startsWith(github.base_ref, '5.')
run: cd .. && git clone --depth 1 https://github.com/apache/groovy.git -b GROOVY_3_0_X --single-branch
run: cd .. && git clone --depth 1 https://github.com/apache/groovy.git -b GROOVY_3_0_X --single-branch && sed -i '/maven { url /s|^//||' groovy/build.gradle
- name: Set CI_GROOVY_VERSION for Grails
id: groovy-version
run: |