Lita Gratrix c13cd4404f remove bash_profile.sh from serlet3-cass 10 éve
..
activeweb c02f6adf97 remove bash_profile.sh from activeweb 10 éve
curacao c7d7b0c944 Upgrading library to Jetty 9.2.9.v20150224 and Curacao 2.9-M1 10 éve
dropwizard 93a1f30e4a Stop treating frameworks as python modules 10 éve
dropwizard-mongodb 93a1f30e4a Stop treating frameworks as python modules 10 éve
gemini f534d64531 remove bash_profile.sh from gemini 10 éve
grizzly-bm 93a1f30e4a Stop treating frameworks as python modules 10 éve
grizzly-jersey 93a1f30e4a Stop treating frameworks as python modules 10 éve
jetty-servlet 93a1f30e4a Stop treating frameworks as python modules 10 éve
netty 2f9b2ea9f6 use the final release instead of the snapshot 10 éve
ninja-standalone ba8182e2ba Merge pull request #1236 from zloster/ninja-java-random 10 éve
play1 108d583d0a remove bash_profile.sh from play1 10 éve
play1siena f0cc7f6c22 remove bash_profile.sh from play1siena 10 éve
play2-java b4af340372 remove bash_profile.sh from play2 10 éve
restexpress 93a1f30e4a Stop treating frameworks as python modules 10 éve
sabina 9a01be200e fix(sabina): ignore tests 10 éve
servlet 496dd469ab remove bash_profile.sh from servlet 10 éve
servlet3-cass c13cd4404f remove bash_profile.sh from serlet3-cass 10 éve
spark 93a1f30e4a Stop treating frameworks as python modules 10 éve
spring 652d0ff5e4 Add Undertow Customizer 10 éve
tapestry 31595dfca7 Fixed validation warnings for tapestry on multi-query test. Resolves #1137 10 éve
undertow 16c113e927 Merge pull request #1358 from zloster/postgresql-jdbc-bump 10 éve
undertow-edge 16c113e927 Merge pull request #1358 from zloster/postgresql-jdbc-bump 10 éve
vertx 93a1f30e4a Stop treating frameworks as python modules 10 éve
wicket b2df03d9e8 Fixed wicket updates to always return a JSON array 10 éve
wildfly-ee7 7c07971598 Merge branch 'set-default-tests-benchmark-config' of https://github.com/LadyMozzarella/FrameworkBenchmarks into LadyMozzarella-set-default-tests-benchmark-config 10 éve
README.md 770dde26db issue #1048: add README.md file for Java based frameworks, make java 8 install script return 0 11 éve

README.md

Installation and Bash Configuration

In order to declare that your framework requires Java, you should have an install.sh that contains at least

#!/bin/bash

fw_depends java

This installs the OpenJDK 7 JVM.

Frameworks can also choose to install Oracle Java 8 JVM by declaring a dependency on "java8" instead of java. In order to use Java 8 JVM frameworks need to add the following line in their "bash_profile.sh" file:

export JAVA_HOME=/opt/java8