Skip to content

Commit

Permalink
Added SimpleHofundHttpConnection to simplified configuration of HTT…
Browse files Browse the repository at this point in the history
…P connections and added ability to override

  `getRequestMethod()` in `AbstractHofundBasicHttpConnection` to allow using `POST` method.
  • Loading branch information
pz2 committed Jul 13, 2024
1 parent dc6115b commit a0b6210
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog/unreleased/000001-simple_http_connections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ authors:
url: https://github.com/marwin1991
type: added #[added/changed/deprecated/removed/fixed/security/other]
merge_requests:
- 33
- 42
2 changes: 1 addition & 1 deletion hofund-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>4.12.0</version>
<version>${mockwebserver.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<spring-boot.version>3.3.1</spring-boot.version>

<!-- TESTS -->
<mockwebserver.version>4.12.0</mockwebserver.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit a0b6210

Please sign in to comment.