jamming c31c20cbc2 Merge branch 'master' of https://github.com/TechEmpower/FrameworkBenchmarks 10 éve
..
activeweb 93a1f30e4a Stop treating frameworks as python modules 10 éve
curacao 93a1f30e4a Stop treating frameworks as python modules 10 éve
dropwizard 93a1f30e4a Stop treating frameworks as python modules 10 éve
dropwizard-mongodb 93a1f30e4a Stop treating frameworks as python modules 10 éve
gemini 0c91f8d916 reimplemented Gemini-Postgres due to Travis error 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 76f815eba2 update netty to version 4.0.25.Final and since we are here update the docs about the latest Jackson release 10 éve
ninja-standalone 9553f12d99 Bump to Ninja 4.0.5. 10 éve
play1 93a1f30e4a Stop treating frameworks as python modules 10 éve
play1siena 93a1f30e4a Stop treating frameworks as python modules 10 éve
play2-java 5ea440a261 Merge pull request #1250 from donovanmuller/master 10 éve
restexpress 93a1f30e4a Stop treating frameworks as python modules 10 éve
sabina 54b88b6dec Missing tests implementation 10 éve
servlet 476b794051 Merge pull request #1230 from zloster/postgresql-jdbc-bump 10 éve
servlet3-cass 93a1f30e4a Stop treating frameworks as python modules 10 éve
spark 93a1f30e4a Stop treating frameworks as python modules 10 éve
spring ede46326f1 ...use tabs for formatting to comply with original 10 éve
tapestry 93a1f30e4a Stop treating frameworks as python modules 10 éve
undertow 476b794051 Merge pull request #1230 from zloster/postgresql-jdbc-bump 10 éve
undertow-edge 476b794051 Merge pull request #1230 from zloster/postgresql-jdbc-bump 10 éve
vertx 93a1f30e4a Stop treating frameworks as python modules 10 éve
wicket 93a1f30e4a Stop treating frameworks as python modules 10 éve
wildfly-ee7 93a1f30e4a Stop treating frameworks as python modules 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