mirror of
https://github.com/corda/corda.git
synced 2024-12-26 08:01:09 +00:00
* Update jolokia to 1.5.0 * adding jolokia update to changelog
This commit is contained in:
parent
59bdc5862c
commit
9063e24c69
@ -264,6 +264,8 @@ Version 3.0
|
|||||||
* ``TransactionSignature`` includes a new ``partialMerkleTree`` property, required for future support of signing over
|
* ``TransactionSignature`` includes a new ``partialMerkleTree`` property, required for future support of signing over
|
||||||
multiple transactions at once.
|
multiple transactions at once.
|
||||||
|
|
||||||
|
* Updating Jolokia dependency to latest version (includes security fixes)
|
||||||
|
|
||||||
.. _changelog_v1:
|
.. _changelog_v1:
|
||||||
|
|
||||||
Release 1.0
|
Release 1.0
|
||||||
|
5
node/src/main/resources/build.properties
Normal file
5
node/src/main/resources/build.properties
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Build constants exported as resource file to make them visible in Node program
|
||||||
|
# Note: sadly, due to present limitation of IntelliJ-IDEA in processing resource files, these constants cannot be
|
||||||
|
# imported from top-level 'constants.properties' file
|
||||||
|
|
||||||
|
jolokiaAgentVersion=1.5.0
|
Loading…
Reference in New Issue
Block a user