Skip to content

feat: migrate JdbcTransactionProvider to ColumnMapped, make paymentAc…#18

Merged
fupelaqu merged 2 commits intomainfrom
feature/licensingInfrastructure
Apr 21, 2026
Merged

feat: migrate JdbcTransactionProvider to ColumnMapped, make paymentAc…#18
fupelaqu merged 2 commits intomainfrom
feature/licensingInfrastructure

Conversation

@fupelaqu
Copy link
Copy Markdown
Contributor

…count JDBC optional (Story 5.11)

  • JdbcTransactionProvider: ColumnMappedJdbcStateProvider with 42 typed columns + Flyway V1 migration
  • paymentAccountToJdbcProcessorStream: now Option (default None) for downstream consumers
  • StripeEventHandler: LRU dedup (LinkedHashMap) replaces ConcurrentHashMap half-clear
  • StripeRecurringPaymentApi: automatic_tax opt-in via metadata + metadata propagation
  • Version bump: 0.9.3, genericPersistence 0.8.4

Closed Issue #17

fupelaqu and others added 2 commits April 21, 2026 14:41
…count JDBC optional (Story 5.11)

- JdbcTransactionProvider: ColumnMappedJdbcStateProvider with 42 typed columns + Flyway V1 migration
- paymentAccountToJdbcProcessorStream: now Option (default None) for downstream consumers
- StripeEventHandler: LRU dedup (LinkedHashMap) replaces ConcurrentHashMap half-clear
- StripeRecurringPaymentApi: automatic_tax opt-in via metadata + metadata propagation
- Version bump: 0.9.3, genericPersistence 0.8.4

Closed Issue #17

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 21, 2026

Codecov Report

❌ Patch coverage is 82.84884% with 59 lines in your changes missing coverage. Please review.
✅ Project coverage is 41.59%. Comparing base (06029a3) to head (f527375).
⚠️ Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
...nt/persistence/query/JdbcTransactionProvider.scala 86.47% 43 Missing ⚠️
...scala/app/softnetwork/payment/api/SoftPayApi.scala 0.00% 4 Missing ⚠️
...payment/api/SoftPayEndpointsPostgresLauncher.scala 0.00% 2 Missing ⚠️
...rk/payment/api/SoftPayRoutesPostgresLauncher.scala 0.00% 2 Missing ⚠️
...oftPayWithSchedulerEndpointsPostgresLauncher.scala 0.00% 2 Missing ⚠️
...i/SoftPayWithSchedulerRoutesPostgresLauncher.scala 0.00% 2 Missing ⚠️
...network/payment/scalatest/JdbcPaymentTestKit.scala 60.00% 2 Missing ⚠️
...ftnetwork/payment/service/StripeEventHandler.scala 66.66% 1 Missing ⚠️
...etwork/payment/spi/StripeRecurringPaymentApi.scala 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
+ Coverage   40.14%   41.59%   +1.44%     
==========================================
  Files         152      153       +1     
  Lines        9988    10312     +324     
  Branches     1753     1614     -139     
==========================================
+ Hits         4010     4289     +279     
- Misses       5978     6023      +45     
Flag Coverage Δ
unittests 41.59% <82.84%> (+1.44%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fupelaqu fupelaqu merged commit b5f227c into main Apr 21, 2026
4 of 5 checks passed
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.

1 participant