Skip to content

Deprecate GET()/POST() in favor of get()/post()#1550

Open
ricardozanini wants to merge 1 commit into
open-workflow-specification:mainfrom
ricardozanini:deprecate-get-post
Open

Deprecate GET()/POST() in favor of get()/post()#1550
ricardozanini wants to merge 1 commit into
open-workflow-specification:mainfrom
ricardozanini:deprecate-get-post

Conversation

@ricardozanini

Copy link
Copy Markdown
Collaborator

Summary

  • Add @Deprecated(since = "7.25.0", forRemoval = true) to GET() and POST() in BaseCallHttpSpec, with Javadoc directing users to get()/post()
  • Replace all GET()/POST() usages in fluent/spec tests with get()/post()
  • Update Javadoc example in DSL.java

Test plan

  • Build passes with no deprecation warnings in tests
  • Existing callers of GET()/POST() still compile (deprecated, not removed)

- Add @deprecated(since = "7.25.0", forRemoval = true) with Javadoc
  to GET() and POST() in BaseCallHttpSpec, directing users to get()/post()
- Replace all GET()/POST() usages in fluent/spec tests with get()/post()
- Update Javadoc example in DSL.java

Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
@ricardozanini
ricardozanini requested a review from fjtirado as a code owner July 20, 2026 20:10
@ricardozanini

Copy link
Copy Markdown
Collaborator Author

Those warnings were pissing me off.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants