josecoll
0263650a5f
Revert "Merge pull request #5145 from corda/jdk11-migration-gradle5-upgrade" ( #5146 )
...
This reverts commit f46377556c
, reversing
changes made to ba675e73b9
.
2019-05-20 16:16:49 +01:00
josecoll
e1d1563901
Remove invalid compiler flag (--illegal-access=warn is a run-time flag only).
2019-05-20 15:09:36 +01:00
josecoll
a0a4318cc0
EXPERIMENTAL: tweaks and attempts to set module directives (with/without using gradle module plugin)
2019-05-20 15:08:27 +01:00
josecoll
a56ef580b2
Temp remove usage of java modularity plugin.
2019-05-20 15:08:27 +01:00
Chris Rankin
b9f7c1a08a
CORDA-2893, ENT-3422: Tweak JUnit 5 configurations to keep vintage engine off compile classpaths. ( #5138 )
...
* Tweak JUnit 5 configurations to keep vintage engine off compile classpaths.
* Configure Gradle tests to use JUnit 5.
2019-05-20 11:57:56 +01:00
Dominic Fox
0b63157a4b
ENT-3422 Add JUnit 5 dependencies to all projects ( #5084 )
...
* ENT-3422 Add JUnit 5 dependencies to all projects
* Remove explicit junit 4 imports where not needed
* Minor PR fixes
* Limit import scope
2019-05-15 16:40:12 +01:00
Shams Asari
aced03df54
CORDA-1274: Migrated usage of FastClasspathScanner to ClassGraph ( #4060 )
...
FastClasspathScanner was renamed to ClassGraph for the version 4 release
2018-10-11 19:50:26 +01:00
Rick Parker
ed25d8f1be
ENT-1565 Upgrade Artemis version to latest. ( #3557 )
...
* ENT-1565 Upgrade Artemis version to latest.
* Fix compiler errors.
* Add to changelog
* Additional commentary on Proton-J version
2018-07-13 10:10:26 +01:00
Shams Asari
3136e973a7
CORDA-1511: Kryo only used for node checkpoints and so moved out of serialization module and into node ( #3228 )
2018-05-24 12:18:07 +01:00
Shams Asari
3cdd908714
Moved the serialisation logic in nodeapi.internal.serialization into its own module: serialization ( #3179 )
...
node-api now depends on this module and upcoming changes will use this as well rather than having to depend on node-api.
EnumEvolveTests.deserializeWithRename and EnumEvolveTests.multiOperations are temporarily ignored since their test resources can't be regenerated due to bugs.
2018-05-17 16:18:07 +01:00