688c742706
CORDA-2934 disable hibernate validator integration with hibernate ( #5130 )
2019-05-20 11:45:03 +01:00
2ed877eb2f
Database Tables doc fix: Change paragraphs heading, so they don't appear as top level in the side bar; fix a web page link. ( #5123 )
2019-05-14 14:30:08 +01:00
a468bee0ed
[CORDA-2473] - Remove AMQP system property ( #5112 )
2019-05-14 13:22:22 +01:00
ab8d4a312a
CORDA-2511 Upgrade notes for C4 need to include required minimum previous Corda version ( #5039 )
...
* CORDA-2511 doc fix: upgrade notes for C4 need to include guidance to upgrade from C3.2 (minimum) to C4
* Addressing PR review comments.
* Addressing review comments.
2019-05-13 18:24:53 +01:00
9840d9d5a0
RELEASE - 4.1 RC02
2019-05-09 18:55:26 +01:00
ba28e05beb
CORDA-2888 change default dataSource.url to match the docker container structure. ( #5098 )
...
* If there is no dataSourceProperties in the node.conf, the default value is modified to match the docker structure and documentation of having a persistence folder.
* chagnes according to pr review.
2019-05-09 18:53:05 +01:00
9259089071
CORDA-2641 - change documentation. ( #5094 )
...
* Changed documentation to prevent future issues.
* Changed according to code review.
2019-05-09 18:53:05 +01:00
9e3a0a64ac
CORDA-2491: Ability to specify Java package namespace from Cordform ( #5075 )
...
Add entry point with generic extra configuration options. Move configuration verification code to avoid circular dependencies.
2019-05-09 17:25:21 +01:00
f0c75448b4
ENT-3161 - Align docs with ENT ( #5113 )
2019-05-09 17:23:52 +01:00
bfa547c2af
Update UAT.md
...
- all UAT joining steps
+ link to new UAT microsite where content will be updated from now on (http://uat.network.r3.com/ )
2019-05-08 11:51:02 +02:00
97bf11d607
Applied JD changes
2019-05-08 11:49:23 +02:00
a2ed8cb374
DEVREL-1287 - Simple prose checking
2019-05-08 11:49:23 +02:00
33b50836d2
DEVREL-1287 - Minor Typos & Commands info in "Other transaction components" intro
2019-05-08 11:49:23 +02:00
7e2575ca2a
DEVREL-1287 - Minor Typographic Changes
2019-05-08 11:49:23 +02:00
b3a6d4dd76
DEVREL-1287 - Minor Typographic Changes
...
Cordapp -> CorDapp
2019-05-08 11:49:23 +02:00
fc5de7c646
DEVREL-1287 - Minor Typographic Changes
...
CordApp -> CorDapp
2019-05-08 11:49:23 +02:00
b4e96778bf
[CORDA-2517] Whitelist attachments signed by keys that already sign existing trusted attachments ( #5068 )
...
This allows a different signed version of the same CorDapp to be automatically trusted.
This reverts "[CORDA-2575] Allow users to whitelist attachments by public key config (#5035 )"
2019-05-07 12:55:27 +01:00
6a10b4cff6
CORDA-2888 change default dataSource.url to match the docker container structure. ( #5098 )
...
* If there is no dataSourceProperties in the node.conf, the default value is modified to match the docker structure and documentation of having a persistence folder.
* chagnes according to pr review.
2019-05-07 10:32:47 +01:00
95b6cd1c6d
CORDA-2817 - Changelog for bug fix to stop commands being combined. ( #5021 )
2019-05-03 14:37:22 +01:00
5a0b2b6f48
CORDA-2528 - Update contract testing documentation ( #4977 )
2019-05-03 13:49:13 +01:00
fe41d9b4bb
DOCS - Add documentation on Corda Services / Service classes ( #5079 ) ( #5096 )
...
(cherry picked from commit a9a0f422af
)
2019-05-03 13:45:47 +01:00
395dda3706
CORDA-2641 - change documentation. ( #5094 )
...
* Changed documentation to prevent future issues.
* Changed according to code review.
2019-05-03 13:26:09 +01:00
a9a0f422af
Add documentation on Corda Services / Service classes ( #5079 )
2019-05-02 09:42:32 +01:00
2f7a2babb4
CORDA-2602 - Update getting setup guide java details ( #5019 )
...
Remove some information that is way to specific for installing the
oracle jdk.
Add mention of zulu openjdk to the docs.
Specify that the docs will go through how to install the oracle jdk
only but provide links to amazon corretto, openjdk and zulu.
Also say that we support intellij 2019 which has been released now.
2019-05-01 13:43:59 +01:00
8eca590e36
CORDA-2710 - Add Java samples to upgrading to Corda 4 documentation ( #4979 )
2019-05-01 12:15:40 +01:00
08c4f1a2fb
CORDA-2781 - Replace manual versions with substitutions ( #4927 )
...
* been through the docs manually and picked out substitutions
* hopefully addressing the url inconsistencies
2019-05-01 12:02:25 +01:00
1128156153
CORDA-2821 Fix issue with Quasar errors redirecting to useless page ( #4982 )
...
* Changed dead url to the new location.
* Modified documentation. Linked new place for intelliJ guide.
* Changed url to the new link.
2019-05-01 11:21:13 +01:00
cdc29dd4ca
CORDA-2477 - Improve Signature Constraints documentation
...
* CORDA-2477 Improve Signature Constraints documentation (#5041 )
The Signature Constraint documentation in `api-contract-constraints`
was very limited and referred to the design doc for most information.
Information was extracted from the design doc and added to the main
documentation.
(cherry picked from commit cb85dd1e92
)
* CORDA-2477 Add codesets so backported docs show properly
2019-05-01 11:15:50 +01:00
cb85dd1e92
CORDA-2477 Improve Signature Constraints documentation ( #5041 )
...
The Signature Constraint documentation in `api-contract-constraints`
was very limited and referred to the design doc for most information.
Information was extracted from the design doc and added to the main
documentation.
2019-04-30 11:50:12 +01:00
6662d205f8
CORDA-2280 Automatic propagation of whitelisted to Signature Constraints ( #5053 )
...
If a single whitelisted constraint is being used by input states and the version of the cordapp changes + is signed, then the constraint will transition to a signature constraint.
2019-04-29 17:37:57 +01:00
7f8fb1e1d2
Documentation of flow framework internals ( #4991 )
...
PR comments, minor adjustments
Add note on Stack internals
2019-04-29 09:59:36 +01:00
188fbd24c2
StatesAndContracts.kt is now TemplateContract.kt ( #4972 )
2019-04-26 19:53:30 +01:00
7a7c471ebf
[CORDA-2575] Allow users to whitelist attachments by public key config ( #5035 )
2019-04-25 16:55:43 +01:00
b0a9656746
CORDA-2821 Fix issue with Quasar errors redirecting to useless page ( #4982 )
...
* Changed dead url to the new location.
* Modified documentation. Linked new place for intelliJ guide.
* Changed url to the new link.
2019-04-25 15:34:05 +00:00
4e10f09016
DOCS - Fix tut-two-party-flow kotlin docs + make both versions easier to read ( #5024 ) ( #5032 )
...
- `DOCSTART`s were not in sync
- Incorrect indentation
- Documentation not very clear
(cherry picked from commit 360660e4d7
)
2019-04-16 17:23:19 +01:00
696bbd92ef
Typo - should be @BelongsToContract not @BelongToContract ( #5029 )
2019-04-16 12:16:05 +01:00
2f625c7dc7
api/status endpoint no longer exists ( #4968 )
2019-04-16 11:19:09 +01:00
360660e4d7
Fix tut-two-party-flow kotlin docs + make both versions easier to read ( #5024 )
...
- `DOCSTART`s were not in sync
- Incorrect indentation
- Documentation not very clear
2019-04-16 11:06:05 +01:00
1c89565175
CORDA-2602 Update getting setup guide java details ( #5019 )
...
Remove some information that is way to specific for installing the
oracle jdk.
Add mention of zulu openjdk to the docs.
Specify that the docs will go through how to install the oracle jdk
only but provide links to amazon corretto, openjdk and zulu.
Also say that we support intellij 2019 which has been released now.
2019-04-15 11:30:47 +01:00
a6bdf615f4
ENT-2820 Document database tables ( #5012 )
2019-04-15 11:28:57 +01:00
21adcffd31
CORDA-2743 - utilities and test to show rpc operations that support disconnects ( #5009 ) ( #5015 )
...
(cherry picked from commit 6771386b4b
)
2019-04-15 10:25:55 +01:00
0ba7b65ee8
CORDA-2456 - Documentation around explicit upgrades ( #4783 ) ( #5018 )
...
* Documentation around explicit upgrades
Small changes
Fix merge
* Address review comments
(cherry picked from commit 09ba5c2652
)
2019-04-15 10:24:40 +01:00
09ba5c2652
CORDA-2456: Documentation around explicit upgrades ( #4783 )
...
* Documentation around explicit upgrades
Small changes
Fix merge
* Address review comments
2019-04-12 16:30:01 +01:00
6771386b4b
CORDA-2743 - utilities and test to show rpc operations that support disconnects ( #5009 )
2019-04-12 14:03:38 +01:00
f9916e673c
Document warning cleanup + new version of docs builder
2019-04-11 13:43:47 +00:00
923d593caf
CORDA-2710 Add Java samples to upgrading to Corda 4 documentation ( #4979 )
2019-04-08 12:18:39 +01:00
40e0e6d5f7
CORDA-2528 Update contract testing documentation ( #4977 )
2019-04-08 12:16:19 +01:00
5314ccf33f
Willh docupdate ( #4985 )
...
* Update tutorial-cordapp doc with runnodes instructions for mac
* Tutorial doc update - Moving comment into warning
* Fixing doc link
2019-04-04 14:31:38 +01:00
71114cd412
Merge branch 'master' into release/4
2019-04-03 16:01:54 +01:00
9d45049727
Tidy up codesets in contract constraints documentation
...
Code for these docs had the java and kotlin samples but were not
combined into a single codeset with tabs for each language.
2019-04-03 10:55:59 +01:00