Skip to content

Commit 284dca1

Browse files
committed
BL testing - still failing due to Jakarta upgrade and jwt-cfml incorrect java constructor
1 parent 60259f7 commit 284dca1

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"format":"cfformat run handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc --overwrite",
4848
"format:watch":"cfformat watch handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc ./.cfformat.json",
4949
"format:check":"cfformat check handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc",
50-
"install:dependencies":"install && cd test-harness && install",
50+
"install:dependencies":"install --force && cd test-harness && install --force",
5151
"start:lucee":"server start [email protected]",
5252
"start:2023":"server start [email protected]",
5353
"stop:lucee":"server stop [email protected]",

[email protected]

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name":"cbsecurity-boxlang@1",
2+
"name":"cbsecurity-boxlang-cfml@1",
33
"app":{
44
"serverHomeDirectory":".engine/boxlang",
55
"cfengine":"boxlang@be"
@@ -11,8 +11,8 @@
1111
"rewrites":{
1212
"enable":"true"
1313
},
14-
"webroot": "test-harness",
15-
"aliases":{
14+
"webroot":"test-harness",
15+
"aliases":{
1616
"/moduleroot/cbsecurity":"../"
1717
}
1818
},
@@ -21,12 +21,11 @@
2121
"javaVersion":"openjdk21_jre",
2222
"args":"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8888"
2323
},
24-
"openBrowser":"false",
24+
"openBrowser":"false",
2525
"cfconfig":{
2626
"file":".cfconfig.json"
2727
},
28-
"env":{
29-
},
28+
"env":{},
3029
"scripts":{
3130
"onServerInitialInstall":"install bx-compat-cfml,bx-esapi,bx-mysql --noSave"
3231
}

test-harness/box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private":true,
66
"description":"",
77
"dependencies":{
8-
"coldbox":"^7.0.0",
8+
"coldbox":"^7",
99
"BCrypt":"^3.1.0+4"
1010
},
1111
"devDependencies":{

0 commit comments

Comments
 (0)