This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
corda
Watch
1
Star
0
Fork
0
You've already forked corda
mirror of
https://github.com/corda/corda.git
synced
2025-02-20 17:33:15 +00:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
corda
/
node
History
Rick Parker
81d6195a07
Merged in parkri-jdbchashmap-lru (pull request
#482
)
...
LRU for JDBCHashMap loadOnInit=false, with tests.
2016-11-18 11:23:26 +00:00
..
src
Merged in parkri-jdbchashmap-lru (pull request
#482
)
2016-11-18 11:23:26 +00:00
build.gradle
Target Java 6 for our Caplet, to ensure the corda.jar capsule-ified build can get as far as capsule's version checks if the users JVM is too old. Without this patch capsule tries to load the caplet and then dies because it targets a newer version of Java than what the user has, so the error message the user sees is useless (a bytecode version mismatch). With this patch the user sees a message like this:
2016-11-16 15:46:50 +01:00