|
1 | | -Configuration library for JVM languages. |
| 1 | +# Configuration library for JVM languages. |
2 | 2 |
|
3 | 3 | [](https://maven-badges.herokuapp.com/maven-central/com.typesafe/config) |
4 | 4 | [](https://github.com/lightbend/config/actions/workflows/ci.yml) |
5 | 5 |
|
6 | | -If you have questions or are working on a pull request or just |
7 | | -curious, please feel welcome to join the chat room: |
8 | | -[](https://gitter.im/lightbend/config?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
9 | | - |
10 | 6 | ## Overview |
11 | 7 |
|
12 | 8 | - implemented in plain Java with no dependencies |
@@ -98,8 +94,7 @@ to merge it in. |
98 | 94 |
|
99 | 95 | ### Binary Releases |
100 | 96 |
|
101 | | -Version 1.2.1 and earlier were built for Java 6, while newer |
102 | | -versions (1.3.0 and above) will be built for Java 8. |
| 97 | +Typesafe Config is compatible with Java 8 and above. |
103 | 98 |
|
104 | 99 | You can find published releases on Maven Central. |
105 | 100 |
|
@@ -133,6 +128,8 @@ https://github.com/lightbend/config/blob/main/NEWS.md |
133 | 128 |
|
134 | 129 | ### Bugs and Patches |
135 | 130 |
|
| 131 | +**NOTE: Please read [Readme #Maintained-by](https://github.com/lightbend/config#Maintained-by) before spending time suggesting changes to this library.** |
| 132 | + |
136 | 133 | Report bugs to the GitHub issue tracker. Send patches as pull |
137 | 134 | requests on GitHub. |
138 | 135 |
|
@@ -949,6 +946,6 @@ The license is Apache 2.0, see LICENSE-2.0.txt. |
949 | 946 |
|
950 | 947 | ## Maintained by |
951 | 948 |
|
952 | | -This project is maintained mostly by [@havocp](https://github.com/havocp) and [@akka-team](https://github.com/orgs/lightbend/teams/akka-team/members). |
| 949 | +The "Typesafe Config" library is an important foundation to how Akka and other JVM libraries manage configuration. We at [Lightbend](https://lightbend.com) consider the functionality of this library as feature complete. We will make sure "Typesafe Config" keeps up with future JVM versions, but will rarely make any other changes. |
953 | 950 |
|
954 | | -Feel free to ping above maintainers for code review or discussions. Pull requests are very welcome–thanks in advance! |
| 951 | +We are thankful for all the work [@havocp](https://github.com/havocp) has put into creating the library initially and supporting its users over many more years, even after leaving Lightbend. |
0 commit comments