Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 10f8417

Browse files
committed
Add note about Maintenance mode
1 parent b72d62c commit 10f8417

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,42 @@
44
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.softwaremill.diffx/diffx-core_2.13/badge.svg)](https://search.maven.org/search?q=g:com.softwaremill.diffx)
55
[![diffx-core Scala version support](https://index.scala-lang.org/softwaremill/diffx/diffx-core/latest-by-scala-version.svg)](https://index.scala-lang.org/softwaremill/diffx/diffx-core)
66

7-
87
[![Gitter](https://badges.gitter.im/softwaremill/diffx.svg)](https://gitter.im/softwaremill/diffx?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
98
[![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-brightgreen.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)
109
[![Documentation Status](https://readthedocs.org/projects/diffx-scala/badge/?version=latest)](https://diffx-scala.readthedocs.io/en/latest/?badge=latest)
1110

11+
## Maintenance mode
12+
13+
:warning:
14+
Diffx is no longer actively developed.
15+
16+
No new features will be added.
17+
18+
Pull requests with bug fixes will still be merged for some time.
19+
20+
New users are encouraged to try out a better alternative - [difflicious](https://github.com/jatcwang/difflicious)
21+
22+
Old users should migrate to difflicious by the end of 2024.
23+
24+
I am planning to archive this project by that time unless someone volunteers to take it over.
25+
26+
If you spot something that is missing in difflicious that blocks your migration, please don't hesitate and open an issue there.
27+
28+
If you are curious why I decided to do that here is a short summary:
29+
30+
- diffx didn't have any development for quite some time. Sure some libraries are just done and there is no need for constant development. In my opinion this is not the case for diffx as
31+
its internals should be refactored. Also there are some open bugs that should be taken care of.
32+
- I simply don't have time and energy to maintain it anymore
33+
- difflicious has better design so there is no point in keeping diffx around
34+
35+
Thank you all for using this project.
36+
1237
## Documentation
1338

1439
diffx documentation is available at [diffx-scala.readthedocs.io](https://diffx-scala.readthedocs.io).
1540

1641
## Modifying documentation
42+
1743
The documentation is typechecked using `mdoc`. The sources for the documentation exist in `docs-sources`. Don't modify the generated documentation in `generated-docs`, as these files will get overwritten!
1844

1945
When generating documentation, it's best to set the version to the current one, so that the generated doc files don't include modifications with the current snapshot version.

0 commit comments

Comments
 (0)