mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
8ee9c5d5fc
* Update api current from v3 * Update Cordapp Context as per CORDA-556 * Update Exception base classes as per CORDA-1334: port enterprise statemachine (#2964) * Move notary service related classes and interfaces in core to internal (#2827) * CordaRPCClient changes from CORDA-1099: Orchestrated clean shutdown from Shell (#2831) * [CORDA-1264]: Ensure correct serialisation and masking for throwables raised by a node and propagated through RPC. (#2892) * CORDA-973 Refactoring for serialization compression support (#2466) * [CORDA-941]: Add NetworkParameters contract implementation whitelist. (#2580) * Cleanup and improvements to the serialisation format of JacksonSupport (needed for CORDA-1238) (#3102) * Existing internal exposures which need removing - see CORDA-1489 * revert to gradle plugins version of api-scanner |
||
---|---|---|
.. | ||
dependency-checker | ||
api-current.txt | ||
check-api-changes.sh | ||
README.md |
!! DO NOT MODIFY THE API FILE IN THIS DIRECTORY !!
The api-current.txt
file contains a summary of Corda's current public APIs,
as generated by the api-scanner
Gradle plugin. (See here for a detailed description of this plugin.) It will be regenerated and the copy in this repository updated by the Release Manager with
each new Corda release. It will not be modified otherwise except under special circumstances that will require extra approval.
Deleting or changing the existing Corda APIs listed in api-current.txt
may
break developers' CorDapps in the next Corda release! Please remember that we
have committed to API Stability for CorDapps.