forked from lucee/Lucee
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '6.0' of https://github.com/lucee/Lucee into LDEV_4116
# Conflicts: # core/src/main/cfml/context/admin/resources/language/de.json # core/src/main/cfml/context/admin/resources/language/en.json
- Loading branch information
Showing
1,157 changed files
with
38,537 additions
and
15,313 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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 @@ | ||
name: Build with Java 21 | ||
|
||
on: [workflow_dispatch] | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/main.yml | ||
with: | ||
LUCEE_TEST_JAVA_VERSION: '21' | ||
LUCEE_BUILD_JAVA_VERSION: '21' |
This file contains 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 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 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 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 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,29 @@ | ||
{ | ||
// See https://go.microsoft.com/fwlink/?LinkId=733558 | ||
// for the documentation about the tasks.json format | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"label": "buildLucee", | ||
"type": "shell", | ||
"options": { | ||
"cwd": "${workspaceFolder}/loader", | ||
}, | ||
"command": "mvn test -DtestDebugger='true' -DtestDebug='true'", | ||
"isBackground": true, | ||
"problemMatcher": [{ | ||
"pattern": [{ | ||
"regexp": "\\b\\B", | ||
"file": 1, | ||
"location": 2, | ||
"message": 3 | ||
}], | ||
"background": { | ||
"activeOnStart": true, | ||
"beginsPattern": "^.*", | ||
"endsPattern": "^.*Listening for transport dt_socket at address.*" | ||
} | ||
}] | ||
} | ||
] | ||
} |
This file contains 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
Oops, something went wrong.