Anthony Keenan
4f5c8e0052
Add missing chapter to index and re-org PDF ( #1233 )
2018-07-09 17:55:19 +01:00
szymonsztuka
d35bf8442f
Fix formatting in node database doc. ( #1230 )
2018-07-09 17:22:10 +01:00
szymonsztuka
7e7ea3bab7
Document database configuration step when deploying nodes remotely, related to ENT-1678( #1224 )
2018-07-09 16:14:18 +01:00
Shams Asari
e863683c6c
Merge pull request #1228 from corda/os-merge-aefd90f
...
O/S merge from aefd90f
2018-07-09 14:01:51 +01:00
Shams Asari
04809538cd
Merge fix
2018-07-09 12:39:43 +01:00
Shams Asari
5d55a87d70
Merge remote-tracking branch 'open/master' into os-merge-aefd90f
...
# Conflicts:
# CONTRIBUTORS.md
2018-07-09 12:33:47 +01:00
Shams Asari
aefd90f062
Minor: ProcessUtilities clean up ( #3533 )
2018-07-09 12:29:33 +01:00
Viktor Kolomeyko
c49d0f37b9
Explicitly suppress unused parameters warnings which are now treated as errors when compiling in IntelliJ. ( #1225 )
2018-07-09 12:19:02 +01:00
Joel Dudley
0de7c2aaf4
Command should not have leading slash. ( #3534 )
2018-07-09 12:05:40 +01:00
Florian Friemel
a2496a752c
[Ent-2176] ( #1126 ) ( #1227 )
2018-07-09 11:54:36 +01:00
Florian Friemel
0670634bad
Update tutorial-test-dsl.rst ( #3483 )
2018-07-09 09:58:45 +01:00
Tommy Lillehagen
8a8bc55cd7
ENT-2229 - Change PDF title ( #1215 )
2018-07-07 10:09:43 +01:00
Stefano Franz
dcfe37c83c
add ability to specify x500 of node to add. ( #3528 )
2018-07-06 13:19:16 +01:00
Anthony Keenan
4956dbf9f0
Merge pull request #1213 from corda/anthony-os-merge-20180705
...
O/S Merge 20180705
2018-07-06 12:43:24 +01:00
James Brown
18e7cd4cfd
CORDA-1737 update jolokia dependency to latest version ( #3524 )
2018-07-06 11:15:48 +01:00
Rick Parker
d03f31e178
ENT-1951 Storage usage from performance tests ( #1216 )
...
* ENT-1951 Storage usage from performance tests
* Qualify database used
* Review feedback
2018-07-06 11:01:45 +01:00
szymonsztuka
431538cc31
Added example command to create dummy JAR file with migration for upgrading Cordapp from OS to ENT. ( #1187 )
2018-07-06 10:56:01 +01:00
szymonsztuka
852e12a971
Load only packages with schemas neede for this test - fixes issue with unrelated Hibernate entity (org.hibernate.MappingException: Could not determine type for: net.corda.core.schemas.GoodSchemaJavaV1$State, at table: TrickySchemaJavaV1$State ... )
2018-07-06 10:38:59 +01:00
Joel Dudley
8bad3dc12d
Update CONTRIBUTORS.md
2018-07-06 09:49:00 +01:00
Anthony Keenan
3203bdae97
Merge from O/S
2018-07-05 19:09:25 +01:00
Shams Asari
300e0573fe
Merge pull request #1205 from corda/os-merge-244167d
...
O/S merge from 244167d
2018-07-05 17:16:52 +01:00
Matthew Nesbit
bfddca3580
Merge pull request #1203 from corda/mnesbit-rename-to-corda-firewall
...
ENT-2068: Bridge to Firewall renames
2018-07-05 17:08:31 +01:00
Tudor Malene
8a6b20107b
ENT-2213 Small fixes for the db management tool ( #1208 )
...
* ENT-2213 Small fixes for the db management tool
* ENT-2213 address code review comments
2018-07-05 16:44:59 +01:00
Chris Rankin
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
Shams Asari
c4d0a62ceb
Merge branch 'master' into os-merge-244167d
2018-07-05 15:47:09 +01:00
Shams Asari
0c8c914882
Removing warnings
2018-07-05 15:45:28 +01:00
Maksymilian Pawlak
f3dc018f04
Clarify local shell is dev-mode only ( #3479 )
2018-07-05 15:41:49 +01:00
Matthew Nesbit
123a2af5e0
Bridge to Firewall renames
...
More renaming
Update diagrams
Update changelog to point out breaking change fo the rename
Address Richard's PR comments
2018-07-05 15:20:28 +01:00
Tommy Lillehagen
28561280d0
ENT-1955, ENT-2227 - Documentation scrub and TOC update ( #1209 )
...
* ENT-1955 - Fix capitalisation of page headings
* ENT-2227 - Remove design proposals from enterprise docs
* ENT-1955 - Fix formatting issue in release notes
* ENT-1955 - Miscellaneous updates and formatting fixes
* ENT-1955 - Update title of Corda Firewall
2018-07-05 15:00:43 +01:00
Maksymilian Pawlak
30d5d45c87
[CORDA-1568] Omit synthetic methods in shell ( #3517 )
2018-07-05 14:59:13 +01:00
Maksymilian Pawlak
f7dd4f7880
Use in-memory H2 for integration test ( #2508 )
...
* Default integration tests running with in-memory H2
2018-07-05 14:58:51 +01:00
Tommy Lillehagen
2f4642e0fc
ENT-1997 - Port doc changes for getting set up from release branch ( #1207 )
2018-07-05 14:04:01 +01:00
bpaunescu
578e4a53c2
ENT-2226: bump curator version ( #1201 )
2018-07-05 13:48:54 +01:00
Chris Rankin
02978fc174
Resolve warnings for Kotlin ByteArray. ( #3521 )
2018-07-05 13:00:29 +01:00
bpaunescu
06ca40c168
ENT-2204: fixed zookeeper client flaky test ( #1198 )
...
* ENT-2204: fixed zookeeper client flaky test
* ENT-2204: use size of list as count for the countdown latch in zk test
* ENT-2204: store timeout value into a variable
* ENT-2204: tidy up, use lambda outside of parenthesis
2018-07-05 12:59:46 +01:00
Chris Rankin
35b2170b9c
Upgrade to Kotlin 1.2.51. ( #3509 )
2018-07-05 12:45:16 +01:00
Tommy Lillehagen
9fa9521ae8
ENT-2191 - Add version compatibility and platform support matrices ( #1195 )
...
* ENT-2191 - Add version compatibility and platform support matrices
* ENT-2191 - Add note re compatibility commitments
2018-07-05 11:22:14 +01:00
Anthony Keenan
df198acf59
Fixing md formatting sphinixification issues ( #3510 )
2018-07-05 09:40:36 +01:00
Tudor Malene
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
Shams Asari
20a589d66d
Merge remote-tracking branch 'open/master' into os-merge-244167d
...
# Conflicts:
# docs/source/example-code/src/main/kotlin/net/corda/docs/FlowCookbook.kt
# docs/source/example-code/src/main/kotlin/net/corda/docs/LaunchSpaceshipFlow.kt
# docs/source/example-code/src/main/kotlin/net/corda/docs/tutorial/tearoffs/TutorialTearOffs.kt
# docs/source/running-a-node.rst
# experimental/behave/build.gradle
# experimental/behave/src/scenario/kotlin/net/corda/behave/scenarios/helpers/Substeps.kt
# experimental/kryo-hook/build.gradle
# experimental/quasar-hook/build.gradle
# node/src/integration-test/kotlin/net/corda/node/AuthDBTests.kt
# node/src/main/kotlin/net/corda/node/services/config/NodeConfiguration.kt
# node/src/test/java/net/corda/node/services/vault/VaultQueryJavaTests.java
# node/src/test/kotlin/net/corda/node/internal/NodeTest.kt
# node/src/test/kotlin/net/corda/node/services/messaging/ArtemisMessagingTest.kt
# node/src/test/kotlin/net/corda/node/services/persistence/HibernateConfigurationTest.kt
# samples/attachment-demo/src/integration-test/kotlin/net/corda/attachmentdemo/AttachmentDemoTest.kt
# samples/irs-demo/src/integration-test/kotlin/net/corda/test/spring/SpringDriver.kt
# testing/node-driver/src/main/kotlin/net/corda/testing/node/internal/NodeBasedTest.kt
2018-07-04 18:38:34 +01:00
szymonsztuka
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
Rick Parker
9b3044186d
ENT-1860 Enterprise sizing guidelines ( #1193 )
2018-07-04 17:43:21 +01:00
Shams Asari
244167d3e9
Enabled warnings as errors ( #3514 )
2018-07-04 17:17:27 +01:00
Patrick Kuo
68d0826563
Custom config parser for more complex config structure ( #3513 )
...
* custom config parser for more complex config structure
* address PR issues
2018-07-04 16:51:54 +01:00
Chris Rankin
d634cdcbac
Clear some cut-and-paste cruft out of our Gradle files. ( #3511 )
2018-07-04 15:42:43 +01:00
Shams Asari
b8e6c47cfd
Added missing JacksonSupport unit test for Instant ( #3507 )
2018-07-04 15:39:22 +01:00
Stefano Franz
f19564f9f8
add simple network verification cordapp ( #3412 )
...
* add simple network verification cordapp
* add ability to filter checked counterparties to specific x500
2018-07-04 11:33:21 +01:00
Matthew Nesbit
507ebf5a0c
Merge pull request #1192 from corda/mnesbit-merge-20180703
...
Merge up of AMQP refactor from OS
2018-07-04 11:17:50 +01:00
Joel Dudley
f103bdc98a
Document node command-line options ( #3490 )
...
* Document node command-line options
* Addresses review feedback.
2018-07-04 10:41:38 +01:00
Joel Dudley
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