sourceCompatibility = 1.8 targetCompatibility = 1.8 repositories { mavenCentral() } dependencies { compile 'com.sparkjava:spark-core:2.5' compile 'com.sparkjava:spark-template-freemarker:2.3' compile 'org.slf4j:slf4j-api:1.7.12' compile 'org.slf4j:slf4j-log4j12:1.7.12' compile 'ro.fortsoft.pf4j:pf4j:0.11.0' compile 'com.perforce:p4java:2019.1.1827134' compile 'org.apache.httpcomponents:httpclient:4.5' }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#8 | 25845 | Paul Allen | Update p4java and store change as long. | ||
#7 | 19632 | Paul Allen | Spark 2.5 update (and project config) | ||
#6 | 18912 | Paul Allen |
Vagrant upload support. Largefile PUT support using curl: curl -k -v -u admin:Password --upload-file hive.box https://local.hive:4567/view/vagrant/perforce/ubuntu/1.0.0/ubuntu-perforce-1.0.0.box * P4Java bug, p4 sizes on large files. * Tidy up build.gradle files |
||
#5 | 17294 | Paul Allen |
House keeping: - Make writable project files. - Update p4java |
||
#4 | 16595 | Paul Allen | Update ro.fortsoft.pf4j to 0.11.0 (and minor fixes) | ||
#3 | 16087 | Paul Allen |
Plugin Support Hive now uses PF4J to allow different artifact plugins. (only supports generic, lots more work to do) |
||
#2 | 16064 | Paul Allen | Plugin updates (Loader - static and Builder dynamic). | ||
#1 | 16048 | Paul Allen |
PF4J plugin basics with Gradle https://github.com/decebals/pf4j cd plugins/generic/ gradle clean plugin copy build/lib/*.zip to core/plugins |