File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 33### Most recent changes at top of file
44```
55Date Commit Action
6- 12/12/2025 f2e7b827 Http4s runner configuration
7- Added http4s.host and http4s.port to props sample template:
8- - http4s.host=127.0.0.1
9- - http4s.port=8086
10- These properties control the bind address of bootstrap.http4s.Http4sServer
11- when running via the obp-http4s-runner fat JAR.
6+ 27/02/2026 24035862 Http4s server bind address configuration
7+ Added bind_address property for http4s server configuration:
8+ - bind_address: Optional property to specify the network binding address
9+ - Falls back to parsing hostname property if not set
10+ - Maintains backward compatibility with existing hostname configuration
11+ - Added Http4sConfigUtil.parseHostname() utility to support both plain
12+ hostnames ("127.0.0.1") and URI formats ("http://127.0.0.1:8080")
13+ - Added comprehensive test suite (Http4sConfigUtilTest) with 9 test cases
121411/12/2025 3c2df942 BREAKING CHANGE: Migration from Akka to Apache Pekko™ 1.1.2
1315 Replaced Akka 2.5.32 with Apache Pekko™ 1.1.2 to address Akka licensing changes.
1416 Updated all imports from com.typesafe.akka to org.apache.pekko.
You can’t perform that action at this time.
0 commit comments