Logstash 2.x and 2.4.1 have unexpected differences
Open
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 19h 14m
- Merged PRs (30d)
- 63
Description
When looking into #4640 being missing from 2.4 releases, I noticed that 2.x and 2.4.1 have more code diff than I expected.
```
% git diff 2.x v2.4.1 -- lib rakelib | wc -l
122
% git diff 2.x v2.4.1 -- docs | wc -l
1131
```
lots of doc changes and a few code changes. This is unexpected given we are only doing major bug fixes to 2.4 and no further work is planned for 2.x (no planned 2.5.0 release at this time).
Contributor guide
Assessment
This issue has not been assessed yet.