Remove code deprecated in 2.5.0
See original GitHub issueThis is a handle turning exercise - no coding skill is needed, you just need to be thorough 😃
- Find out what needs to be removed:
grep -R deprec zap/src/main/java | grep "2.5.0"
- there should be 41 matches - Remove the classes / methods / fields found above
- Add a
ZAP
header to anyparos
code changed (see examples below) - Add the affected classes / methods / fields to
zap/zap.gradle.kts
(see below) - Run
spotlessApply
- Run
./gradlew japicmp
- it should pass, if not check the report it generates - Update the corresponding help file (see below)
Example PRs:
2.2.0 + 2.3.0: code: https://github.com/zaproxy/zaproxy/pull/7067 help: https://github.com/zaproxy/zap-core-help/pull/414 2.4.x: code: https://github.com/zaproxy/zaproxy/pull/7068 help: https://github.com/zaproxy/zap-core-help/pull/415
Issue Analytics
- State:
- Created 2 years ago
- Comments:34 (33 by maintainers)
Top Results From Across the Web
Deprecated API removed after v2.5 - Flutter documentation
In accordance with Flutter's Deprecation Policy, deprecated APIs that reached end of life after the 2.5 stable release have been removed.
Read more >DeprecatedOptions – OpenVPN Community
In this wiki page, we will try to keep an up-to-date list of all options we have deprecated, when they will be removed,...
Read more >Is it wrong to use Deprecated methods or classes in Java?
It is not wrong, but some of the deprecated methods are removed in the future versions of the software, so you will possibly...
Read more >Deprecated List (Spring Boot 2.5.0 API)
Deprecated API. Contents. Deprecated Interfaces; Deprecated Classes; Deprecated Enums; Deprecated Exceptions; Deprecated Fields; Deprecated Methods; Deprecated ...
Read more >Docker Compose release notes
Fixed compose#9889; Removed usage of the deprecated dependency gotest.tools v2. ... additional information, check the Compose repository 2.5.0 release page.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Use Java 8 or 11 to build ZAP.
Closing, referenced PRs have been merged.