josecoll
3fafbe551c
CORDA-2050 Upgrade Corda to Java 11 (compatibility mode) ( #5356 )
...
Upgrade Corda to run with Java 11 (compatibility mode) - see https://github.com/corda/corda/pull/5356
2019-09-18 10:26:26 +01:00
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
6d99e0fec4
Upgrade quasar to JDK11 supported version (0.8.0) - dependent on Corda "quasar-utils" gradle plugin upgrade.
2019-05-20 15:08:27 +01:00
Florian Friemel
3ce81b20aa
[CORDA-2311] Create a subclass of CordaCaplet for the web server. ( #4448 )
...
* Create a subclass of CordaCaplet for the web server to put the cordapp JARs on its class path.
* Revert "[CORDA-2303]: Fix issue with corda-webserver not looking for plugins in cordapp jars (#4390 )"
This reverts commit bad7b9b187
.
* Revert "Create a subclass of CordaCaplet for the web server to put the cordapp JARs on its class path."
This reverts commit 12f14275c0
.
* Create seperate webserver caplet
2018-12-21 14:04:12 +00:00
Chris Rankin
df4699c69a
CORDA-1985: Configure Gradle capsule plugin to use Capsule 1.0.3. ( #3949 )
2018-09-17 13:55:31 +01:00
Chris Rankin
ca9649ec0f
CORDA-1964: Upgrade to Gradle 4.10 ( #3903 )
2018-09-06 12:48:31 +01:00
Rick Parker
7337996e08
Add config library and default config to webserver JAR ( #2047 )
...
* Add config library and default config to webserver JAR
* Applied Clinton's feedback to create a config rather than do filtering.
2017-11-15 15:03:15 +00:00
Clinton Alexander
ce7ce6c8b7
Used a more robust location for the caplet classes now that gradle 4 has changed the classes directory structure.
2017-08-24 15:58:41 +01:00
Clinton
0ccfae252f
POMs generated by publishing are now correct. ( #1055 )
...
* POMs generated by publishing are now correct. The publish extension now requires an explicit call to configure the publishing instead of waiting until after evaluation. This prevents evaluation order issues with the artifact renaming code that causes the POM to have the original, incorrect, artifact names.
* Fixed new test compile issues caused by removal of some dependencies in test utils that caused webserver code to be automatically included in any project also compiling test utils.
2017-07-18 12:34:56 +01:00
Clinton Alexander
b4e7d7ca1b
Can now publish to artifactory.
2017-07-03 18:12:56 +01:00
Chris Rankin
97053be4f7
Build capsules using runtime dependencies instead of compile ones. ( #842 )
...
This restores `artemis-amqp-protocol` to Corda Node.
2017-06-14 15:10:59 +01:00
Chris Rankin
179eccdd20
Modify how Gradle creates capsules: ( #730 )
...
- Better Gradle dependency management.
- Remove empty module jars from the capsules.
2017-05-23 18:04:20 +01:00
Chris Rankin
0309426cb9
Include log4j2.xml into application jars only. This allows applications to use their own log4j2.xml files, if required. ( #635 )
2017-05-05 13:12:36 +01:00
Matthew Nesbit
7e3b9a8934
Fix duplicate content root problems in IntelliJ
2017-04-26 10:37:16 +02:00
Shams Asari
b5e022f350
Introducing Platform Version and its use by the NMS for min version requirements for the network
2017-04-24 15:31:10 +01:00
Andrzej Cichocki
160d13b6f7
Prohibit Java deserialisation in the Corda process ( #566 )
2017-04-21 16:26:35 +01:00
Mike Hearn
e62250ff7b
Minor: auto-format of module: webserver
2017-04-11 15:53:05 +02:00
Clinton Alexander
e87184d1eb
Corrected logging location - broken by initialising logger before logging was configured.
2017-03-30 17:57:32 +01:00
Clinton Alexander
da88a43e40
Moved webserver to root project.
2017-03-30 17:34:32 +01:00