You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Adrian Cole (JIRA)" <ji...@apache.org> on 2015/09/11 09:03:45 UTC

[jira] [Created] (CASSANDRA-10304) support running on JRE compact3 profile

Adrian Cole created CASSANDRA-10304:
---------------------------------------

             Summary: support running on JRE compact3 profile
                 Key: CASSANDRA-10304
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10304
             Project: Cassandra
          Issue Type: Bug
            Reporter: Adrian Cole


It would be nice if cassandra could run unaltered on compact3 profile, as it leads to far smaller images (like docker images)
http://openjdk.java.net/jeps/161

Right now, the snakeyaml and logback dependencies use java.beans package which is defined outside of that.

I've verified cassandra works, if you use a different slf4j binding, and make a configuration manually. Since our default cassandra.yaml doesn't use any advanced yaml features, we could consider just making it json or adjusting defaults so that a yaml file isn't needed.

https://github.com/openzipkin/docker-zipkin/blob/master/cassandra/ZipkinConfigurationLoader.java

http://jira.qos.ch/browse/LOGBACK-1071 https://bitbucket.org/asomov/snakeyaml/issues/315/make-javabeans-optional-or-not-used




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)