Skip to content

Releases: neowit/tooling-force.com

v0.3.0.1

27 Oct 17:03
Compare
Choose a tag to compare
v0.3.0.1 Pre-release
Pre-release

(build v0.3.0.0 was broken)

  • Added "server mode" in which tooling-force.com.jar stays in memory after first access and is able to cache some metadata in order to speedup subsequent operations.
  • Added Apex Class code completion

v0.3.0.0

16 Oct 16:31
Compare
Choose a tag to compare
v0.3.0.0 Pre-release
Pre-release
  • Added "server mode" in which tooling-force.com.jar stays in memory after first access and is able to cache some metadata in order to speedup subsequent operations.
  • Added Apex Class code completion

v0.1.4.3

10 Jul 10:26
Compare
Choose a tag to compare
v0.1.4.3 Pre-release
Pre-release

Minor update - sessionId will now be invalidated proactively if login credentials have changed
see #3.

v0.1.4.2-getCompilerErrors-fix

09 Jun 11:42
Compare
Choose a tag to compare
Pre-release

getCompilerErrors() in SFDC Orgs starting Summer'14 return values as JSON arrays instead of normal value (string or number). Attached release includes a workaround which works with both Spring 14 and Summer 14 Orgs.

If you are getting java.lang.ClassCastException: scala.util.parsing.json.JSONArray cannot be cast to java.lang.String when trying to deploy Apex Class with syntax error(s) then you are affected by this behaviour change and upgrade of tooling-force.com jar to v0.1.4.2 should fix this.

v0.1.4.1

04 May 15:06
Compare
Choose a tag to compare
v0.1.4.1 Pre-release
Pre-release

java -Dkey=... can now also be used to pass command line parameters, e.g. to specify proxy

order of obtaining parameter value is as follows

  1. check java -Dkey=... command line parameter
  2. check application command line parameter: java .... tooling-force.com.jar --key=...
  3. check .properties file

v0.1.4.0

09 Feb 17:15
Compare
Choose a tag to compare
v0.1.4.0 Pre-release
Pre-release

Conflict check for "Save with Tooling API" now runs multiple queries in parallel to save time.