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.

Remove code deprecated in 2.5.0

See original GitHub issue

This is a handle turning exercise - no coding skill is needed, you just need to be thorough 😃

  1. Find out what needs to be removed: grep -R deprec zap/src/main/java | grep "2.5.0" - there should be 41 matches
  2. Remove the classes / methods / fields found above
  3. Add a ZAP header to any paros code changed (see examples below)
  4. Add the affected classes / methods / fields to zap/zap.gradle.kts (see below)
  5. Run spotlessApply
  6. Run ./gradlew japicmp - it should pass, if not check the report it generates
  7. 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:closed
  • Created 2 years ago
  • Comments:34 (33 by maintainers)

github_iconTop GitHub Comments

2reactions
thc202commented, Feb 4, 2022

Use Java 8 or 11 to build ZAP.

1reaction
thc202commented, Feb 28, 2022

Closing, referenced PRs have been merged.

Read more comments on GitHub >

github_iconTop 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 >

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