Skip to content

Commit

Permalink
feat: update to apex-ls
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 5acfb26
Author: sfopsbot <[email protected]>
Date:   Tue Jul 16 22:27:14 2024 +1000

    fix: update license and readme

commit 8b19241
Author: sfopsbot <[email protected]>
Date:   Tue Jul 16 18:22:47 2024 +1000

    3.2.1

commit fa2bfaa
Author: sfopsbot <[email protected]>
Date:   Tue Jul 16 18:22:44 2024 +1000

    fix: incorrect usage of apexls

commit e19ba8a
Author: sfopsbot <[email protected]>
Date:   Tue Jul 16 18:17:39 2024 +1000

    3.2.0

commit 49c663b
Author: sfopsbot <[email protected]>
Date:   Tue Jul 16 18:17:11 2024 +1000

    feat: update to apex-ls

commit 413e12e
Author: sfopsbot <[email protected]>
Date:   Wed Jul 10 17:55:41 2024 +1000

    3.1.2

commit d016186
Author: sfopsbot <[email protected]>
Date:   Wed Jul 10 17:55:26 2024 +1000

    chore(deps): update to 2.13.13 of scala-library
  • Loading branch information
sfopsbot committed Jul 16, 2024
1 parent 68ab0fc commit 606ea6e
Show file tree
Hide file tree
Showing 37 changed files with 227 additions and 117 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
coverage
node_modules
lib
lib
jars/.DS_Store
29 changes: 28 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,31 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.

License for apex-ls

Copyright (c) 2017 Kevin Jones (All other contributions)
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @flxbl-io/apexlink`

ApexLink is the a thin node invoker for @nawforce/apex-link, which is delivered as a JAR file. This invoker executes a sub process where the apex link jar is executed
ApexLink is the a thin node invoker for @apex-dev-tools/apex-ls, which is delivered as a JAR file. This invoker executes a sub process where the apex link jar is executed

Binary file not shown.
Binary file not shown.
Binary file removed jars/apex-parser-3.0.0.jar
Binary file not shown.
Binary file added jars/apex-parser-4.0.0.jar
Binary file not shown.
Binary file added jars/apex-types_2.13-1.3.0.jar
Binary file not shown.
Binary file removed jars/apexlink-2.3.7.jar
Binary file not shown.
Binary file added jars/better-files_2.13-3.9.2.jar
Binary file not shown.
Binary file added jars/directory-watcher-0.18.0.jar
Binary file not shown.
Binary file not shown.
Binary file added jars/jna-5.12.1.jar
Binary file not shown.
Binary file added jars/mainargs_2.13-0.5.4.jar
Binary file not shown.
Binary file added jars/outline-parser_2.13-1.3.0.jar
Binary file not shown.
Binary file removed jars/pkgforce_2.13-2.3.7.jar
Binary file not shown.
76 changes: 0 additions & 76 deletions jars/pom.xml

This file was deleted.

Binary file removed jars/runforce-55.5.0.jar
Binary file not shown.
Binary file removed jars/scala-collection-compat_2.13-2.1.4.jar
Binary file not shown.
Binary file added jars/scala-collection-compat_2.13-2.8.1.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed jars/scala-json-rpc_2.13-1.0.1.jar
Binary file not shown.
Binary file added jars/scala-json-rpc_2.13-1.1.0.jar
Binary file not shown.
Binary file added jars/scala-library-2.13.13.jar
Binary file not shown.
Binary file removed jars/scala-library-2.13.3.jar
Binary file not shown.
Binary file removed jars/scala3-library_3-3.3.0.jar
Binary file not shown.
Binary file added jars/scalajs-stubs_2.13-1.0.0.jar
Binary file not shown.
Binary file added jars/slf4j-api-1.7.36.jar
Binary file not shown.
Binary file added jars/sobject-types-61.0.0.jar
Binary file not shown.
Binary file added jars/standard-types-61.0.0.jar
Binary file not shown.
Binary file added jars/vf-parser-1.1.0.jar
Binary file not shown.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
{
"name": "@flxbl-io/apexlink",
"version": "3.1.1",
"version": "3.2.1",
"description": "Wrappers around @nawforce's apexlink java pom ",
"author": "flxblio",
"homepage": "https://github.com/flxbl-io/sfp",
"license": "MIT",
"main": "lib/index",
"types": "lib/index",
"files": [
"/lib",
"/jars"
"/lib",
"/jars"
],
"dependencies": {
"@flxbl-io/sfdx-process-wrapper": "^2.0.3",
"@flxbl-io/sfp-logger": "^3.0.3",
"find-java-home": "2.0.0",
"fs-extra": "11.1.1"
"@flxbl-io/sfdx-process-wrapper": "^2.0.3",
"@flxbl-io/sfp-logger": "^3.0.3",
"find-java-home": "2.0.0",
"fs-extra": "11.1.1"
},
"devDependencies": {
"@babel/core": "7.18.2",
"@jest/globals": "^29.6.1",
"@types/jest": "^29.5.3",
"@types/mocha": "9.1.0",
"jest": "29.6.1",
"ts-jest": "^29.1.1",
"ts-node": "10.7.0",
"typescript": "^5"
"@babel/core": "7.18.2",
"@jest/globals": "^29.6.1",
"@types/jest": "^29.5.3",
"@types/mocha": "9.1.0",
"jest": "29.6.1",
"ts-jest": "^29.1.1",
"ts-node": "10.7.0",
"typescript": "^5"
},
"repository": {
"type": "git",
"url": "https://github.com/flxbl-io/sfp-pro.git",
"directory": "packages/apexlink"
"type": "git",
"url": "https://github.com/flxbl-io/sfp-pro.git",
"directory": "packages/apexlink"
},
"publishConfig": {
"access": "public"
"access": "public"
},
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rimraf ./lib && rimraf tsconfig.tsbuildinfo",
"compile": "tsc -b tsconfig.json",
"clearCache": "jest --clearCache",
"test": "FORCE_COLOR=true jest --silent --verbose true --coverage --detectOpenHandles",
"spec-test": "FORCE_COLOR=true jest -i packages/apexlink/tests/ApexDependencyCheckImpl.test.ts --verbose true --coverage --detectOpenHandles"
"build": "npm run clean && npm run compile",
"clean": "rimraf ./lib && rimraf tsconfig.tsbuildinfo",
"compile": "tsc -b tsconfig.json",
"clearCache": "jest --clearCache",
"test": "FORCE_COLOR=true jest --silent --verbose true --coverage --detectOpenHandles",
"spec-test": "FORCE_COLOR=true jest -i packages/apexlink/tests/ApexDependencyCheckImpl.test.ts --verbose true --coverage --detectOpenHandles"
},
"bugs": {
"url": "https://github.com/flxbl-io/sfp/issues"
"url": "https://github.com/flxbl-io/sfp/issues"
}
}
Loading

0 comments on commit 606ea6e

Please sign in to comment.