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

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