question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support Java 7 (and use typesafe config 1.2)

See original GitHub issue

Is there a specific reason to not support Java 7?

It seems, that building and testing with Oracle JDK 7 against com.typesafe.config-1.2.1 (which does not require Java 8) works.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mslinncommented, Dec 19, 2019

Perhaps it is time to close this issue?

0reactions
melriefcommented, Dec 30, 2016

You are right, I will update the documentation soon. There could be a replacement that works for JDK7 but I’ve never had the time to work on it. @lefou above wrote that you can use an older version of typesafe config as backend. The issue here is that my initial idea was to abstract from the backend instead of just creating a new branch for Java 7 because a branch would require a lot of work to maintain it and because abstracting from the backend would allow to support other formats, like pure JSON configurations. The backend abstraction is WIP and I don’t know of when it will be completed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuring the Typesafe Stack - Havoc's Blog
Now you can just generate JSON or a properties file, using any existing library that supports those standard formats. Implemented in Java. The ......
Read more >
lightbend/config - Gitter
i am new to scala :) the nice thing i was looking for was a way to convert a typesafe config to a...
Read more >
Java Config Migration26 - 2.8.x - Play Framework
Configuration was deprecated in favor of using Typesafe Config directly. ... override the value declared in reference.conf my.service.timeout = 10 seconds.
Read more >
Need Help Installing Forge 1.12.2 - Libraries Failed to Download
com.typesafe.akka:akka-actor_2.11:2.3.3. com.typesafe:config:1.2.1. Here is the result of the installer log: java.net.preferIPv4Stack=true
Read more >
Evicting a lower version of a library loaded in Spark Worker
My code uses "com.typesafe.config" in order to read configuration values. Currently, our code uses v1.3.0, whereas Spark uses 1.2.1 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found