-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
145 additions
and
107 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"adminPassword" : "coldbox", | ||
"debuggingEnabled":true, | ||
"debuggingReportExecutionTimes":false, | ||
"disableInternalCFJavaComponents":false, | ||
"inspectTemplate":"always", | ||
"requestTimeout":"0,0,0,90", | ||
"robustExceptionEnabled":true | ||
} | ||
} |
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 @@ | ||
GEOLOCATION_DEVELOPER_KEY= |
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,19 @@ | ||
# Publish Github Release | ||
name: Github Release | ||
|
||
on: | ||
push: | ||
tags: | ||
- v[0-9]+.* | ||
|
||
jobs: | ||
create-release: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: taiki-e/[email protected] | ||
with: | ||
# Produced by the build/Build.cfc | ||
changelog: changelog.md | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name":"JavaLoader", | ||
"author":"Ortus Solutions.com <[email protected]>", | ||
"version":"2.1.0", | ||
"version":"2.1.1", | ||
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbjavaloader/@build.version@/[email protected]@.zip", | ||
"slug":"cbjavaloader", | ||
"type":"modules", | ||
|
@@ -22,27 +22,29 @@ | |
"Brad Wood <[email protected]>", | ||
"Curt Gratz <[email protected]>" | ||
], | ||
"dependencies":{}, | ||
"devDependencies":{ | ||
"commandbox-cfformat":"*", | ||
"commandbox-docbox":"*", | ||
"commandbox-dotenv":"*", | ||
"commandbox-cfconfig":"*" | ||
}, | ||
"ignore":[ | ||
"**/.*", | ||
"test-harness", | ||
"/server*.json" | ||
"/server*.json" | ||
], | ||
"dependencies":{}, | ||
"devDependencies":{ | ||
"commandbox-dotenv":"*", | ||
"commandbox-cfconfig":"*", | ||
"commandbox-cfformat":"*" | ||
}, | ||
"installPaths":{}, | ||
"testbox":{ | ||
"testbox":{ | ||
"runner":"http://localhost:60299/tests/runner.cfm" | ||
}, | ||
"scripts":{ | ||
"build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`", | ||
"build:docs":"task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`", | ||
"release":"recipe build/release.boxr", | ||
"format":"cfformat run models/,test-harness/**/*.cfc,ModuleConfig.cfc --overwrite", | ||
"format:watch":"cfformat watch models/,test-harness/**/*.cfc,ModuleConfig.cfc ./.cfformat.json", | ||
"format:check":"cfformat check models/,test-harness/**/*.cfc,ModuleConfig.cfc", | ||
"cfpm":"echo '\".engine/adobe2021/WEB-INF/cfusion/bin/cfpm.sh\"' | run", | ||
"cfpm":"echo '\".engine/adobe2021/WEB-INF/cfusion/bin/cfpm.sh\"' | run", | ||
"cfpm:install":"echo '\".engine/adobe2021/WEB-INF/cfusion/bin/cfpm.sh\" install ${1}' | run", | ||
"install:2021":"run-script cfpm:install zip,debugger" | ||
} | ||
|
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
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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
/** | ||
* This is a protection Application cfm for the config file. You do not | ||
* need to modify this file | ||
*/ | ||
component{ | ||
/** | ||
* This is a protection Application cfm for the config file. You do not | ||
* need to modify this file | ||
*/ | ||
component { | ||
|
||
abort; | ||
} | ||
|
||
} |
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 |
---|---|---|
@@ -1,46 +1,39 @@ | ||
component extends="coldbox.system.ioc.config.Binder"{ | ||
component extends="coldbox.system.ioc.config.Binder" { | ||
|
||
/** | ||
* Configure WireBox, that's it! | ||
*/ | ||
* Configure WireBox, that's it! | ||
*/ | ||
function configure(){ | ||
|
||
// The WireBox configuration structure DSL | ||
wireBox = { | ||
// Scope registration, automatically register a wirebox injector instance on any CF scope | ||
// By default it registeres itself on application scope | ||
scopeRegistration = { | ||
enabled = true, | ||
scope = "application", // server, cluster, session, application | ||
key = "wireBox" | ||
scopeRegistration : { | ||
enabled : true, | ||
scope : "application", // server, cluster, session, application | ||
key : "wireBox" | ||
}, | ||
|
||
// DSL Namespace registrations | ||
customDSL = { | ||
// namespace = "mapping name" | ||
customDSL : { | ||
// namespace = "mapping name" | ||
}, | ||
|
||
// Custom Storage Scopes | ||
customScopes = { | ||
// annotationName = "mapping name" | ||
customScopes : { | ||
// annotationName = "mapping name" | ||
}, | ||
|
||
// Package scan locations | ||
scanLocations = [], | ||
|
||
scanLocations : [], | ||
// Stop Recursions | ||
stopRecursions = [], | ||
|
||
stopRecursions : [], | ||
// Parent Injector to assign to the configured injector, this must be an object reference | ||
parentInjector = "", | ||
|
||
parentInjector : "", | ||
// Register all event listeners here, they are created in the specified order | ||
listeners = [ | ||
// { class="", name="", properties={} } | ||
] | ||
listeners : [ | ||
// { class="", name="", properties={} } | ||
] | ||
}; | ||
|
||
// Map Bindings below | ||
} | ||
} | ||
|
||
} | ||
} |
Oops, something went wrong.