Anthony Keenan
8d7aa5f590
Merge remote-tracking branch 'open/master' into anthony-os-merge-20180710
...
# Conflicts:
# .idea/compiler.xml
# docs/source/changelog.rst
# docs/source/network-bootstrapper.rst
# node/src/main/kotlin/net/corda/node/internal/AbstractNode.kt
# node/src/main/kotlin/net/corda/node/services/identity/IdentityServiceUtil.kt
# node/src/main/kotlin/net/corda/node/services/identity/PersistentIdentityService.kt
2018-07-10 11:19:23 +01:00
Dan Newton
7b4ace16e1
Remove duplicated code between PersistentIdentityService and InMemoryIdentityService ( #3428 )
2018-07-10 08:35:14 +01:00
Michele Sollecito
54161a630a
[CORDA-1659]: Improve handling/logging of failed address binding. ( #3498 )
2018-07-09 18:45:20 +01:00
Viktor Kolomeyko
61a8bd0a5a
Merge remote-tracking branch 'open/master' into feature/vkolomeyko/os-merge
...
# Conflicts:
# samples/attachment-demo/src/integration-test/kotlin/net/corda/attachmentdemo/AttachmentDemoTest.kt
2018-07-09 16:45:20 +01:00
Viktor Kolomeyko
d481c55b82
CORDA-1743: Remove isDebug = true
from Node driver to speed-up integration tests execution. ( #3535 )
...
* CORDA-1743: Remove `isDebug = true` from Node driver to speed-up integration tests execution.
* CORDA-1743: Undo removal of "isDebug = true" from the test that specifically checks for this condition.
* CORDA-1743: Address input from @shamsasari
2018-07-09 16:37:01 +01:00
Michal Kit
408cc68c65
CORDA-1715 Ordering the X500 name for the CRL extension of the TLS certificates ( #3515 )
...
* CORDA-1715 Ordering the X500 name for the CRL extension of the TLS certificate
* Addressing review comments
* Addressing review comments - round 2
* Throwing an exception on incorrect TLS CRL issuer configuration
* Changes after the redesign decisions
* Small refactoring
2018-07-09 13:45:38 +01:00
Mike Hearn
5d738ac8e8
[CORDA-1671] Minor: some more places where we were printing stack traces instead of clean error messages. ( #3512 )
...
* [CORDA-1671] Minor: some more places where we were printing stack traces instead of clean error messages.
* Address review comments.
2018-07-09 13:25:23 +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
James Brown
18e7cd4cfd
CORDA-1737 update jolokia dependency to latest version ( #3524 )
2018-07-06 11:15:48 +01:00
Anthony Keenan
3203bdae97
Merge from O/S
2018-07-05 19:09:25 +01:00
Shams Asari
0c8c914882
Removing warnings
2018-07-05 15:45:28 +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
Chris Rankin
02978fc174
Resolve warnings for Kotlin ByteArray. ( #3521 )
2018-07-05 13:00:29 +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
Shams Asari
244167d3e9
Enabled warnings as errors ( #3514 )
2018-07-04 17:17:27 +01:00
Matthew Nesbit
0d18bf8e33
Merge up of cleanup of AMQP protocol code
2018-07-03 17:05:05 +01:00
Matthew Nesbit
15d868b113
Merge up of cleanup of AMQP protocol code
2018-07-03 17:04:42 +01:00
Matthew Nesbit
d0568121b7
Some code tidy up ahead of post-GA development. ( #3500 )
...
Handle SSL Handshake timeouts properly
2018-07-03 14:16:31 +01:00
Christian Sailer
13d7892ded
Merge commit 'a5f43110f01c1bb116bb13274f1046204ee76e5f' into christians/merge-CORDA-1710
2018-07-03 13:05:39 +01:00
Tudor Malene
95d1b1f84e
ENT-2001 use versionInfo when registering node with the doorman ( #3435 )
...
* ENT-2001 use versionInfo when registering node with the doorman
* ENT-2001 address code review changes
2018-07-03 09:16:48 +01:00
Stefano Franz
d5ebb6da4f
gradle magic to publish installer
2018-07-02 18:01:08 +01:00
Stefano Franz
139ebf7977
Merge pull request #1164 from corda/fix_installer_build
...
ENT-2193 fix issue with base-directory not being set
2018-07-02 17:27:37 +01:00
Matthew Nesbit
0f98a1cbcd
Merge remote-tracking branch 'remotes/open/master' into mnesbit-merge-20180702
...
# Conflicts:
# node/src/test/kotlin/net/corda/node/services/vault/VaultQueryTests.kt
2018-07-02 11:31:18 +01:00
PokeyBot
2b6018f050
Merge pull request #3473 from corda/fix_flaky_test
...
[CORDA-1698] Fix flaky test
2018-06-29 16:26:24 +01:00
Stefano Franz
b129a44271
Merge pull request #1087 from corda/add_licence_to_installer_2
...
ENT-2098 add license acceptance step to installer
2018-06-29 15:58:08 +01:00
stefanofranz
3b6fd50244
fix issue with base-directory not being set
...
fix build issue with installer.sh not containing security.policy from JRE^
2018-06-29 15:35:00 +01:00
Tommy Lillehagen
43e934beb3
ENT-2194 - Fix badly formatted characters in startup banner ( #1142 )
2018-06-29 10:03:17 +01:00
Florian Friemel
136500d48d
Advance TestClock instead of sleeping.
2018-06-28 17:58:46 +01:00
Florian Friemel
61d9d475c8
Advance TestClock instead of sleeping.
2018-06-28 17:14:50 +01:00
Patrick Kuo
8df18e954f
ENT-2014 Deletes of NodeInfo can fail to propagate leading to infinite retries ( #1101 )
...
* ENT-2014 Deletes of NodeInfo can fail to propagate leading to infinite retries
ENT-1880 Move identity key generation to network registration process
(cherry picked from commit c3ac203)
2018-06-28 15:20:22 +01:00
Patrick Kuo
c3ac203251
ENT-2014 Deletes of NodeInfo can fail to propagate leading to infinite retries ( #1101 )
...
* ENT-2014 Deletes of NodeInfo can fail to propagate leading to infinite retries
ENT-1880 Move identity key generation to network registration process
2018-06-28 15:10:52 +01:00
Thomas Schroeter
b54292859a
Increase timeout in TimedFlowMultiThreadedSMMTests ( #1119 )
2018-06-28 13:36:45 +01:00
Michele Sollecito
992d6022d3
Merge pull request #1114 from corda/merges/june-28-09-45
...
Merges: June 28th at 09:45
2018-06-28 11:45:11 +01:00
Michele Sollecito
bbd4b3b944
Revert "Merges: June 28th at 09:45 ( #1109 )"
...
This reverts commit e5ebf04c0f113f8151dc3e5c618a07717bc8f82d.
2018-06-28 11:34:48 +01:00
Michele Sollecito
e5ebf04c0f
Merges: June 28th at 09:45 ( #1109 )
2018-06-28 11:26:38 +01:00
sollecitom
7d6f08d578
Merge remote-tracking branch 'remotes/open/master' into merges/june-28-09-45
2018-06-28 11:25:53 +01:00
Rick Parker
a768904e4e
CORDA-1695 Include thread ID in flow logging MDC ( #3463 )
2018-06-28 11:24:54 +01:00
Tommy Lillehagen
f663a84377
Minor spelling and grammatical fixes
2018-06-28 12:22:05 +02:00
Mike Hearn
c9e80451a8
Improve the Enterprise README file a bit.
2018-06-28 12:22:05 +02:00
Mike Hearn
8a70cd1ba4
Improve tarball packaging.
...
1) Fix path bug that breaks tarball build task on Mint Linux
2) Tarballs conventionally contain a single top level directory, to avoid
extraction dumping things into the current directory unexpectedly.
2018-06-28 12:22:05 +02:00
Andras Slemmer
cedfb3f069
Change flow executor thread names to be the same ( #1111 )
2018-06-28 11:07:28 +01:00
sollecitom
c139b160eb
Merge remote-tracking branch 'remotes/open/master' into merges/june-28-09-45
2018-06-28 10:53:10 +01:00
Rick Parker
e2f657d679
ENT-2124 Flush before detach in Hibernate ( #3465 )
2018-06-28 10:51:28 +01:00
sollecitom
b09368a17a
Merge remote-tracking branch 'remotes/open/master' into merges/june-28-09-45
...
# Conflicts:
# docs/source/getting-set-up.rst
# docs/source/node-database.rst
2018-06-28 09:51:11 +01:00
Rick Parker
322a8d4f54
ENT-2124 Flush before detach in Hibernate ( #3462 )
2018-06-28 09:25:56 +01:00
Mike Hearn
4e52a957d1
Minor: better error message when the config file isn't found ( #3460 )
2018-06-27 21:15:11 +01:00
Andrius Dagys
75e30c8114
CORDA-1610: Retain progress tracker during flow retry - multithreaded SMM ( #1049 )
...
* Test to show progress tracker losing updates when a flow is retried.
* Fix the injection logic - attach the new children to the old progress tracker
2018-06-27 16:14:25 +01:00
Stefano Franz
8e75e78705
Merge pull request #1095 from corda/add_terms_to_splash
...
ENT-2098 add print out of terms-of-use to node startup
2018-06-27 15:08:26 +01:00
stefanofranz
1ff95c1916
add print out of terms-of-use to node startup
2018-06-27 13:23:31 +01:00