corda/docs/source
Katelyn Baker 190232d1f2
ENT-1665 - Update fast-classpath-scanner version to 2.12.3 (was 2.0.21) (#2880)
Problem manifests now that the classpath scanner is used by the
serialisation framework in factory initialization to locate pluggable
serializers. The actual thrown error is

    java.lang.RuntimeException: Unknown constant pool tag

Given this is a known issue and a fixed bug it makes sense to move the
version forward. Unfortunately at this time we cannot move beyond
2.12.3 as 2.12.4 and later versions (up to the latest 2.18.1) exhibit
some other error that needs investigating. Thus, move to the latest
version that is stable for our current set of use cases.

More information on the nature of the problem exhibited by moving beyond
2.12.3 can be found on the linked Jira (ENT-1665) as well as details on
reproducing the issue moving forward to 2.12.3 fixes.
2018-03-27 16:16:33 +01:00
..
_static CORDA-966 - RELEASE - Update static versions for V3 2018-03-12 11:49:00 +00:00
_templates Replaces links to Discourse with Stack Overflow links. 2017-10-30 10:09:08 +00:00
design Clone of equivalent design directory from Enterprise repo. (#2120) 2017-12-13 08:41:43 +00:00
example-code CORDA-1035 - Testing api KDoc Updates (#2670) 2018-02-28 15:59:56 +00:00
resources Update identity docs (#2319) (#2677) 2018-03-05 23:03:55 +00:00
whitepaper added correct 'figure' translation for traditional chinese. 2017-05-08 14:36:29 +02:00
api-contract-constraints.rst DOCS - Bring doc improvements for v3 across from master (#2593) 2018-02-21 16:31:26 +00:00
api-contracts.rst Joel api contracts (#1611) 2017-09-22 16:51:14 +01:00
api-core-types.rst Merge release-v1 onto master (mostly documentation changes) (#1797) 2017-10-03 17:32:11 +01:00
api-flows.rst CORDA-1175 - counterparty docs homogenisation (#2747) 2018-03-06 16:10:48 +00:00
api-identity.rst CORDA-1173 - api-identity and docs (#2743) 2018-03-06 14:11:41 +00:00
api-persistence.rst Update customSchemas documentation. (#1902) 2017-10-19 09:26:40 +01:00
api-rpc.rst Moves code sections in tutorials to code files. 2017-10-01 23:33:15 +01:00
api-service-hub.rst Moves code sections in tutorials to code files. 2017-10-01 23:33:15 +01:00
api-states.rst Joel states api (#1605) 2017-09-22 15:14:16 +01:00
api-testing.rst [CORDA-1035] Flow test API docs. 2018-02-26 16:46:06 +00:00
api-transactions.rst CORDA-1038 - docs fix: TransactionWithSignatures (#2552) 2018-02-16 14:43:05 +00:00
api-vault-query.rst Minor fix to "API: Vault Query" docsite page (#1910) 2017-12-14 14:09:26 +00:00
aws-vm.rst AWS marketplace getting started docs 2018-01-22 14:27:35 +00:00
azure-vm.rst [CORDA-446] Clean up other mentions of network map node and logic (#1974) 2017-11-01 14:25:48 +00:00
building-a-cordapp-index.rst Docs: move serialisation into the CorDapp section. Fix some markup issues (#2429) 2018-01-30 10:59:03 +01:00
building-a-cordapp-samples.rst Re-introduce demo docs (#1981) 2017-11-22 15:39:48 +00:00
building-against-master.rst Fixes formatting. 2018-01-19 13:43:17 +00:00
building-the-docs.rst Removed old information about Dokka from the building docs documentation. 2017-03-30 12:23:20 +01:00
changelog.rst ENT-1665 - Update fast-classpath-scanner version to 2.12.3 (was 2.0.21) (#2880) 2018-03-27 16:16:33 +01:00
cheat-sheet.rst Minor corrections to the V2 cheatsheet. 2017-12-08 17:00:31 +00:00
clientrpc.rst CORDA-966 - RELEASE - V3 Release notes (#2492) 2018-03-08 21:56:21 +00:00
codestyle.rst Removes R3 references from the docs. 2017-12-12 10:42:48 +00:00
component-library-index.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
conf.py RELEASE: Fix version number for the docs site 2018-03-12 21:51:39 +00:00
contract-catalogue.rst Pluggable cash selection using H2 as default implementation. (#1300) 2017-08-22 18:09:23 +01:00
contract-irs.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
contract-upgrade.rst Moves code sections in tutorials to code files. 2017-10-01 23:33:15 +01:00
contributing.rst Docs on contributing to Corda 2018-01-25 17:15:36 +00:00
corda-api.rst CORDA-1049 Minor update to Corda API doc to replace notes relevant to 1.0 to 3.0 (#2688) 2018-03-07 18:05:02 +00:00
corda-configuration-file.rst CORDA-1048 - Making it simpler to move an existing local deployment of nodes to across different machines (#2697) 2018-03-02 08:22:25 +00:00
corda-networks-index.rst Update identity docs (#2319) (#2677) 2018-03-05 23:03:55 +00:00
corda-nodes-index.rst [CORDA-827] Improved unit tests coverage and documentation (#2229) 2017-12-13 17:09:09 +00:00
corda-repo-layout.rst Moves code sections in tutorials to code files. 2017-10-01 23:33:15 +01:00
cordapp-build-systems.rst CORDA-1046 - add docs about the split plugins to corda.net (#2712) 2018-03-06 13:02:41 +00:00
cordapp-custom-serializers.rst CORDA-553 - Remove CordaCustomSerializer annotation 2017-12-07 21:15:33 +00:00
cordapp-overview.rst Reflects tutorial changes and CorDapp build docs changes from release-V1. 2017-11-16 15:31:52 +00:00
demobench.rst [CORDA-446] Clean up other mentions of network map node and logic (#1974) 2017-11-01 14:25:48 +00:00
deploying-a-node.rst Update deploying-a-node.rst 2018-02-22 14:29:05 +00:00
event-scheduling.rst CORDA-1144 Fix documentation that refers to IRS demo code (#2713) 2018-03-02 16:16:26 +00:00
faq.rst Changes master docs to reflect M12 last-minute changes. 2017-06-09 13:59:39 +01:00
financial-model.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
flow-cookbook.rst Flow cookbook added and merged into flow API page. 2017-06-22 16:13:54 +01:00
flow-library.rst CORDA-1175 - counterparty docs homogenisation (#2747) 2018-03-06 16:10:48 +00:00
flow-state-machines.rst * Move CompositeSignaturesWithKeys into net.corda.core.crypto package. 2017-10-02 16:03:07 +01:00
flow-testing.rst CORDA-1035 - Testing api KDoc Updates (#2670) 2018-02-28 15:59:56 +00:00
generating-a-node.rst Update identity docs (#2319) (#2677) 2018-03-05 23:03:55 +00:00
getting-set-up.rst Reflects tutorial changes and CorDapp build docs changes from release-V1. 2017-11-16 15:31:52 +00:00
glossary.rst Corrects glossary. 2018-01-17 17:54:13 +00:00
hello-world-flow.rst Updates tutorials (general fixes, link to solutions repos) 2017-12-13 16:22:40 +00:00
hello-world-introduction.rst Reflects tutorial changes and CorDapp build docs changes from release-V1. 2017-11-16 15:31:52 +00:00
hello-world-running.rst CORDA-1048 - Making it simpler to move an existing local deployment of nodes to across different machines (#2697) 2018-03-02 08:22:25 +00:00
hello-world-state.rst Updates tutorials (general fixes, link to solutions repos) 2017-12-13 16:22:40 +00:00
hello-world-template.rst Wrong file name. 2018-02-27 10:39:38 +00:00
index.rst Reflects tutorial changes and CorDapp build docs changes from release-V1. 2017-11-16 15:31:52 +00:00
json.rst Fixes docsite dead links. 2017-09-29 17:42:49 +01:00
key-concepts-consensus.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
key-concepts-contracts.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
key-concepts-ecosystem.rst Removes old network diagram. Consolidates two sections on node naming. Moves contract constraints to API section. 2017-12-08 17:00:08 +00:00
key-concepts-flows.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
key-concepts-identity.rst Removes old network diagram. Consolidates two sections on node naming. Moves contract constraints to API section. 2017-12-08 17:00:08 +00:00
key-concepts-ledger.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
key-concepts-node.rst CORDA-990 - Flows Draining Mode (#2507) 2018-02-13 09:34:10 +00:00
key-concepts-notaries.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
key-concepts-oracles.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
key-concepts-states.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
key-concepts-time-windows.rst Changes master docs to reflect M12 last-minute changes. 2017-06-09 13:59:39 +01:00
key-concepts-tradeoffs.rst Docsite reorg ahead of beta launch. 2017-06-05 13:37:23 +01:00
key-concepts-transactions.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
key-concepts.rst Removes old network diagram. Consolidates two sections on node naming. Moves contract constraints to API section. 2017-12-08 17:00:08 +00:00
loadtesting.rst Added throttling to the load test tool and added stability test. (#847) 2017-06-16 15:30:11 +01:00
messaging.rst Rename the inbox (#2360) 2018-01-17 16:06:31 +00:00
network-map.rst CORDA-1082 - Add doc for --just-generate-node-info (#2719) (#2722) 2018-03-05 14:56:37 +00:00
network-simulator.rst Further docsite changes, including reorganising the index. 2017-06-07 16:14:01 +01:00
node-administration.rst Removes a reference to the bundled node webserver. 2018-01-24 16:41:49 +00:00
node-database.rst Updates the example CorDapp page. 2017-07-21 12:33:31 +01:00
node-explorer.rst CORDA-1117 - node-explorer.rst port fixes (#2764) 2018-03-08 12:18:39 +00:00
node-internals-index.rst Docs: move serialisation into the CorDapp section. Fix some markup issues (#2429) 2018-01-30 10:59:03 +01:00
node-services.rst Some cleanup after network map removal (#2006) 2017-11-07 12:16:49 +00:00
oracles.rst CORDA-1144 Fix documentation that refers to IRS demo code (#2713) 2018-03-02 16:16:26 +00:00
other-index.rst Docs on contributing to Corda 2018-01-25 17:15:36 +00:00
out-of-process-verification.rst Docsite reorg ahead of beta launch. 2017-06-05 13:37:23 +01:00
permissioning.rst Fix permissioning doc (#2755) (#2756) 2018-03-07 14:25:27 +00:00
quickstart-index.rst Showcase link in Quickstart guide. Remove Utilities link (merged with Samples). 2018-02-26 21:24:20 +00:00
release-notes.rst CORDA-966 - RELEASE - Final release note tweeks 2018-03-12 13:40:20 +00:00
release-process-index.rst Docs on contributing to Corda 2018-01-25 17:15:36 +00:00
running-a-node.rst Fixes order of xmx commands. 2017-11-30 11:13:16 +00:00
running-a-notary.rst Raft Notary: bootstrap command line flag 2017-11-14 13:51:21 +00:00
secure-coding-guidelines.rst Docsite reorg ahead of beta launch. 2017-06-05 13:37:23 +01:00
serialization-default-evolution.rst CORDA-834 - Class default evolution serialisation documentation (#2209) 2018-01-05 17:44:53 +00:00
serialization-enum-evolution.rst Enum evolution documentation (#2189) 2018-01-05 19:30:17 +00:00
serialization.rst DOCS: AMQP Serialization "gotcha" (#2555) 2018-02-16 14:41:13 +00:00
setting-up-a-corda-network.rst Direct bootstrapper link instead of manual build. 2018-03-21 15:35:36 +00:00
shell.rst Updates shell example of starting flow to reflect cash API change. 2018-02-26 18:26:54 +00:00
soft-locking.rst Improvements to Vault Query Service soft locked state querying (#1174) 2017-08-04 17:23:31 +01:00
testing.rst Addressed release comments. 2017-09-05 17:38:53 +01:00
tools-index.rst AWS marketplace getting started docs 2018-01-22 14:27:35 +00:00
troubleshooting.rst CORDA-1145 - troubleshooting updates (#2742) 2018-03-06 11:44:29 +00:00
tut-two-party-contract.rst Updates tutorials (general fixes, link to solutions repos) 2017-12-13 16:22:40 +00:00
tut-two-party-flow.rst Updates tutorials (general fixes, link to solutions repos) 2017-12-13 16:22:40 +00:00
tut-two-party-introduction.rst Reflects tutorial changes and CorDapp build docs changes from release-V1. 2017-11-16 15:31:52 +00:00
tutorial-attachments.rst AttachmentCriteriaQuery class and infrastructure (#2022) 2017-11-14 10:22:02 +00:00
tutorial-building-transactions.rst Moves code sections in tutorials to code files. 2017-10-01 23:33:15 +01:00
tutorial-clientrpc-api.rst [CORDA-758]: Permissions are now checked for each RPC method. (#1985) 2017-11-02 15:09:49 +00:00
tutorial-contract.rst Remove unnecessary this in sample code + minor changes to contract paragraph 2017-10-06 11:33:58 +01:00
tutorial-cordapp.rst CORDA-1175 - counterparty docs homogenisation (#2747) 2018-03-06 16:10:48 +00:00
tutorial-custom-notary.rst CORDA-1171 - When a double-spend occurs, do not send the consuming transaction id and requesting party back to the client - this might lead to privacy leak. Only the transaction id hash is now returned. (#2746) 2018-03-08 20:44:13 +00:00
tutorial-integration-testing.rst Moves code sections in tutorials to code files. 2017-10-01 23:33:15 +01:00
tutorial-observer-nodes.rst Adds a caveat regarding the inability to record a transaction twice. 2017-12-21 14:42:18 +00:00
tutorial-tear-offs.rst CORDA-1144 Fix documentation that refers to IRS demo code (#2713) 2018-03-02 16:16:26 +00:00
tutorial-test-dsl.rst Move the CommercialPaperTest examples to a location where it'll be run by gradle/ci. Make sure the tests pass, even the example tests that are intended to fail, so these files are kept up to date as the code changes. 2018-01-15 17:56:21 +01:00
tutorials-index.rst Clarifies that only the first two tutorials are related and form a sequence. 2017-12-13 17:46:31 +00:00
upgrade-notes.rst CORDA-1178 - Api scanner backport and update of api-current.txt (#2813) 2018-03-21 11:19:20 +00:00
upgrading-cordapps.rst Warning about possible classpath clashes (#2768) 2018-03-08 18:00:03 +00:00
vault.rst Cleaned up incorrect references to vault query and persistence. (#933) 2017-06-28 16:00:39 +01:00
versioning.rst Updates the documentation on versioning. 2018-01-12 10:20:24 +00:00
writing-a-cordapp.rst DOCS - Bring doc improvements for v3 across from master (#2593) 2018-02-21 16:31:26 +00:00