mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
17e7cd3abc
* Tests for custom registry restrictions * ENT-3121 restrict custom serialisation * Remove redundant code * Only count declared annotations * Check annotation on superclasses, remove annotation from ByteArray * Forbid custom serialization of primitive types * Remove @CordaSerializable from another class that is always handled by custom serialisation * Add log warnings to aid diagnosis of custom serialization issues * Remove another annotation * Remove another annotation * Remove another annotation * Remove another annotation * Fixup api-current * Fixup api-current * KDocs on exceptions |
||
---|---|---|
.. | ||
dependency-checker | ||
api-current.txt | ||
check-api-changes.sh | ||
ci-gradle-build-cache-init.sh | ||
kill_corda_procs.cmd | ||
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.