Commit Graph

1586 Commits

Author SHA1 Message Date
857ed1897a CORDA-1712 - Make documentation clearer for Network Bootstrapper (#3504) 2018-07-09 17:38:31 +01:00
f389cd07a3 Lower-case m. (#3536) 2018-07-09 15:22:01 +01:00
ed61e1609a Adds tables of content for network sections. (#3537) 2018-07-09 15:21:47 +01:00
0de7c2aaf4 Command should not have leading slash. (#3534) 2018-07-09 12:05:40 +01:00
0670634bad Update tutorial-test-dsl.rst (#3483) 2018-07-09 09:58:45 +01:00
5106b01832 CORDA-1699: Restore binary compatibility for UniqueIdentifier class. (#3505)
* Update JarFilter to remove certain annotations from primary constructors.
* Enhance unit tests for deleting constructors.
* Update the documentation to explain how to handle non-deterministic default
constructor parameters.
* Reduce the base logging level of SanitisingTransformer to DEBUG.
* Simplify the execution of repeatable ClassVisitors.
* Simplify Gradle usage slightly.
* Add test for deterministic UniqueIdentifier.
* Update README to cover handling default parameters.
2018-07-05 16:14:56 +01:00
f3dc018f04 Clarify local shell is dev-mode only (#3479) 2018-07-05 15:41:49 +01:00
df198acf59 Fixing md formatting sphinixification issues (#3510) 2018-07-05 09:40:36 +01:00
2ab5a4cf12 CORDA-1392 Make Hibernate entities non-Serializable (#3458)
* CORDA-1392 Make Hibernate entities non-Serializable

* CORDA-1392 Make Hibernate entities non-Serializable - fix api

* CORDA-1392 Fix determinise

* CORDA-1392 Add changelog entry

* CORDA-1392 Address code review changes
2018-07-05 09:37:30 +01:00
d72caf59f0 Document running nodes on a remote machine after generating them on a local machine with Cordform task (related to ENT-1678) (#3516) 2018-07-04 18:34:17 +01:00
244167d3e9 Enabled warnings as errors (#3514) 2018-07-04 17:17:27 +01:00
f103bdc98a Document node command-line options (#3490)
* Document node command-line options

* Addresses review feedback.
2018-07-04 10:41:38 +01:00
15dea87109 Clarifies how to run a network across machines (#3508)
* Update tutorial-cordapp.rst

* Adds warning box.
2018-07-04 10:22:39 +01:00
a5f43110f0 CORDA-1710 Swap order of Java and Kotlin examples in HTML docs (#3488)
* Swap order of Java and Kotlin examples in HTML docs

* Nicer comment

* Put the hiding of kotlin examples back in the css file (so they start out hidden rather than being hidden when the JS runs - this could potentially make a difference with a large page over a slow connection)
2018-07-03 12:56:58 +01:00
20b89e06fa Link is HTTP, not HTTPS (#3497) 2018-07-03 09:41:48 +01:00
70374e9724 Node adminstration documentation rewrite (#3484)
* Slight rewrite of Node administation to reflect some dev/prod differnces, and clear up some options.
2018-07-02 15:32:47 +01:00
5d78992038 Minor changes to text to more accurately reflect the current implementation. (#3477) 2018-07-02 10:26:33 +01:00
6d77d045e8 Update key-concepts-identity.rst (#3480) 2018-06-29 16:31:48 +01:00
f08b0e469d ENT-2182: Clean up of network permissioning docs (#3478) 2018-06-29 13:11:46 +01:00
8f254a75ca Link to where the scripts can be found (#3464)
* Link to where the scripts can be found

* Address review feedback
2018-06-29 11:32:53 +01:00
6450d6c777 ENT-2171: Removing outdated information in the serialisation docs (#3475) 2018-06-29 10:50:48 +01:00
0a700fd3f0 ENT-1741 Build standalone shell JAR distribution - fix (#3474) 2018-06-29 10:32:37 +01:00
7ae0775514 CORDA-1688 Updating CRL config docs (#3472)
* CORDA-1688 Updating CRL config docs

* Addressing review comments
2018-06-29 08:13:43 +01:00
d5b5825c09 Docs: Removed remaining references to webAddress in the node config (#3467) 2018-06-28 15:03:27 +01:00
f51407cd5d Add comment about schema search path (#3444) 2018-06-27 16:48:46 +01:00
8c956c004f Removes links to Corda source and templates (#3456) 2018-06-27 15:29:57 +01:00
a4d2acbea2 ENT-1467: Make the deterministic JDK image compatible with IntelliJ. (#3416)
* Expand the deterministic JDK image to make it friendlier to IntelliJ.
* Fix Gradle always to use the latest deterministic rt.jar available.
* Write JDK items directly from Gradle.
2018-06-26 11:53:16 +01:00
9be4c5dca4 CORDA-1567 Remove all traces of the out-of-process verifier (#3424) 2018-06-25 13:01:33 +01:00
b97af477b2 CORDA-1603: Class carpenter able to synthesis Cash.State objects (#3400)
This requires the class carpenter to be able to run in a "lenient" mode where it permits synthesised classes to implement interfaces with unimplemented methods.
2018-06-25 11:33:37 +01:00
68d4ed0cd9 [ENT-1955] Fix LaTeX errors when building docs PDF (#3426)
* Fix latex errors when building docs PDF

* Experimenting
2018-06-24 11:04:08 +01:00
3046843d40 CORDA-1602: Added cmd line flags to the network bootstrapper (#3419)
The list of CorDapps jars is no longer passed in via the cmd line but is now expected to be placed in the bootstrapped directory.

Ended up being a bit of a refactor to cater for unit testing, and also tidied up the bootstrapper docs.
2018-06-23 11:36:10 +01:00
b9eb956c6e ENT-1463, ENT-1903: Document new minimum JDK version. (#3418) 2018-06-22 09:24:13 +01:00
3125ec9f73 [ENT-1955] Documentation fixes (#3417) 2018-06-21 16:57:30 +01:00
381aadc78f ENT-1796 RPC SSL (#3401)
* ENT-1796 add just-generate-rpc-ssl-settings command line flag. Fix ssl configuration and documentation

* ENT-1796 small fix. change alias

* ENT-1796 address code review changes

* ENT-1796 revert file

* ENT-1796 Added check to display better error message

* ENT-1796 Doc fixes
2018-06-21 16:46:05 +01:00
af93ff8d1c [CORDA-1638]: Node crashes in --initial-registration polling mode if doorman returns a transient HTTP error (fix). (#3403) 2018-06-19 16:43:46 +01:00
2dded2aa28 [CORDA-1629]: Documented backup strategy recommendations for Corda platform components. (#3377) 2018-06-19 11:05:23 +01:00
fe705ef93d Update to gradle-plugins to 4.0.24 (#3392)
* Fix ENT-2059 Cordform Gradle task ('deployNodes') doesn't work when 'configFile' element was used
* The 'node' entry has a new optional element 'drivers', which is a list of JAR files to be copied to the './driver' subdirectory relative to node directory (ENT-2035).
2018-06-19 10:57:49 +01:00
20aca788ce [CORDA-1605]: When one node in a transaction fails to respond, operator of initiating node needs to understand which node it is waiting for (fix) (#3393) 2018-06-18 17:59:00 +01:00
56f47aaa0a remove network simulator references in docs (#3396) 2018-06-18 17:35:26 +01:00
e12185139f CORDA-1641 - Add Java example to proxy serializer documentation (#3390)
* CORDA-1641 - Add Java example to proxy serializer documentation

* Review comments
2018-06-18 16:09:31 +01:00
71e7784519 ENT-1467: Document how to configure IntelliJ with a deterministic SDK. (#3371)
* Allow deterministic modules to use a deterministic IntelliJ SDK.
* Document how to configure IntelliJ with a deterministic SDK.
* Small clarifications to deterministic IntelliJ SDK documentation.
2018-06-18 12:40:35 +01:00
701d8426df CORDA-1640 - Proxy serializer documentation (#3389) 2018-06-18 12:18:24 +01:00
1bb2037794 Modifies warning around use of PostgreSQL (#3388) 2018-06-15 15:02:34 +01:00
df0c9dc135 Adds instructions for building Gradle plugins (#3372)
* Update building-against-master.rst

* Self-review.
2018-06-14 15:57:49 +01:00
81730b0a14 [CORDA-1515] Clarify distinction between non-validating and validating notaries (#3369) 2018-06-14 14:34:56 +01:00
c15fde242f Adds header of SGX design doc subheaders don't spill (#3366) 2018-06-14 13:46:20 +01:00
fea296058a Cleanup of docs about building against master (#3361)
* Small fixes to building-against-master docs

* Self-review

* Fixes bullet numbers.
2018-06-13 19:51:34 +01:00
026a4864b1 ENT-1387 h2port config changes with new h2Settings block
* Introduce new h2Settings config block which overrides h2Port
* H2 server listens on localhost by default
* Change is backward compatible and old h2Port option can still be used but that always listens  on localhost now
* Update changelog and docs with H2 changes
2018-06-13 16:23:39 +01:00
636f0d8c92 Clearer docs of Dockerform options (#3350)
* Clearer docs of Dockerform options

* Self-review
2018-06-13 15:51:44 +01:00
e2701e69d6 [CORDA-1612]: Fix truncated code snippets in docs PDF (#3347) 2018-06-13 09:43:16 +01:00