Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clj_json/JsonExt : Unsupported major.minor version 51.0 #23

Open
jconti opened this issue Dec 20, 2012 · 3 comments
Open

clj_json/JsonExt : Unsupported major.minor version 51.0 #23

jconti opened this issue Dec 20, 2012 · 3 comments

Comments

@jconti
Copy link

jconti commented Dec 20, 2012

I think a dependency or clj-json has been compiled with Java 1.7. Maybe this is intended, I am a n00b. Is there a way to make this work on a 1.6 platform?

My project.clj:

(defproject json-test "0.1.0-SNAPSHOT"
  :description "FIXME: write description"
  :url "http://example.com/FIXME"
  :license {:name "Eclipse Public License"
            :url "http://www.eclipse.org/legal/epl-v10.html"}
  :main json-test.core
  :dependencies [[org.clojure/clojure "1.4.0"]
                 [clj-json "0.5.3"]
                 [clj-http "0.6.3"]])

My environment is:

% lein -v
Leiningen 2.0.0-preview10 on Java 1.6.0_24 OpenJDK 64-Bit Server VM
@tedpennings
Copy link

I ran into this same issue and submitted a pull request to permit clj-json to compile to Java 6.

@jconti
Copy link
Author

jconti commented Jan 21, 2013

Very nice. Thank you!

@jconti
Copy link
Author

jconti commented Sep 7, 2021

Ha ha! Just notice this. Unless there is some objection. I'd say this is no longer an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants