corda/experimental
Adel El-Beik 6c4b8fdf23
ENT-11657: Upgrade artemis. (#7707)
* ENT-11657: Upgraded artemis.

* ENT-11657: Reverted dependencies task leftin.

* ENT-11657: Upgraded log4j and slf4j.
2024-04-03 11:15:00 +01:00
..
avalanche fix some typos 2024-03-06 11:06:13 +08:00
blobwriter ENT-11657: Upgrade artemis. (#7707) 2024-04-03 11:15:00 +01:00
corda-utils Upgrade to gradle 7.6, kotlin 1.8 and jdk 17 2023-11-06 10:24:17 +00:00
cpp-serializer NOTICK - Add C++ Serialiser Support for Maps and Arrays (#5775) 2019-12-13 00:32:25 +00:00
kryo-hook/src/main/kotlin/net/corda/kryohook Add message to uses of require(...) (#4192) 2018-11-16 17:13:55 +00:00
netparams ENT-11657: Upgrade artemis. (#7707) 2024-04-03 11:15:00 +01:00
nodeinfo ENT-11657: Upgrade artemis. (#7707) 2024-04-03 11:15:00 +01:00
quasar-hook Upgrade to gradle 7.6, kotlin 1.8 and jdk 17 2023-11-06 10:24:17 +00:00
src ENT-11717: Re-enable warnings as errors on Jenkins 2024-03-27 11:21:43 +00:00
build.gradle Upgrade to gradle 7.6, kotlin 1.8 and jdk 17 2023-11-06 10:24:17 +00:00
README.md Disable unit test for experimental projects (#2627) 2018-02-23 20:48:39 +00:00

Experimental module

The purpose of this module is to hold code that isn't yet ready for code review, but which still wants to be refactored and kept compiling as the underlying platform changes. Code placed into experimental must eventually either be moved into the main modules and go through code review, or be deleted.

Code placed here can be committed to directly onto master at any time as long as it doesn't break the build (no compile failures or unit test failures). Any commits here that break the build will simply be rolled back.

To help reduce the build times, unit tests for experimental projects have been disabled and will NOT run alongside the whole project tests run via Gradle. Add parameter experimental.test.enable (example command is gradlew test -Dexperimental.test.enable to enable those tests.