mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
bcce0e9519
* Do not use Security.addProvider(BouncyCastleProvider()) in tests, to avoid disruptions of other tests. * Forcibly register security providers before starting Jimfs, to resolve a sequencing problem where Jimfs triggers loading of the SFTP filesystem provider, which in turn registers the standard BouncyCastle provider rather than the patched version Corda needs. * INFRA-683 Move Corda OS release branch builds to serial (#6703) Co-authored-by: Waldemar Zurowski <waldemar.zurowski@r3.com> Co-authored-by: Denis Rekalov <denis.rekalov@r3.com> Co-authored-by: Waldemar Zurowski <waldemar.zurowski@r3.com> |
||
---|---|---|
.. | ||
dependency-checker | ||
dev | ||
api-current.txt | ||
check-api-changes.sh | ||
ci-gradle-build-cache-init.sh | ||
Dockerfile | ||
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.