Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added SimpleHofundHttpConnection to simplified configuration of HTT… #42

Merged
merged 2 commits into from
Jul 13, 2024

Conversation

marwin1991
Copy link
Collaborator

…P connections and added ability to override

getRequestMethod() in AbstractHofundBasicHttpConnection to allow using POST method.

cc @jfoder

…P connections and added ability to override

  `getRequestMethod()` in `AbstractHofundBasicHttpConnection` to allow using `POST` method.
@marwin1991 marwin1991 requested a review from Athi July 13, 2024 11:58
…P connections and added ability to override

  `getRequestMethod()` in `AbstractHofundBasicHttpConnection` to allow using `POST` method.

@Getter
@RequiredArgsConstructor
public enum RequestMethod {
Copy link
Collaborator

@Athi Athi Jul 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Athi unfortunately in hofund-core there is no spring dependency to allow using it f.e. in legacy java-ee applications (glassfish, wildfly, weblogic)

@marwin1991 marwin1991 merged commit 17b2a75 into master Jul 13, 2024
2 checks passed
@marwin1991 marwin1991 deleted the simple-http-connection-config branch July 13, 2024 15:37
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