Skip to content

Resolve sms provider compilation errors#5923

Closed
nancymuyeh wants to merge 224 commits into
apache:developfrom
ADORSYS-GIS:resolve-sms-provider-compilation-errors
Closed

Resolve sms provider compilation errors#5923
nancymuyeh wants to merge 224 commits into
apache:developfrom
ADORSYS-GIS:resolve-sms-provider-compilation-errors

Conversation

@nancymuyeh
Copy link
Copy Markdown

Description

Describe the changes made and why they were made. (Ignore if these details are present on the associated Apache Fineract JIRA ticket.)

Checklist

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Write the commit message as per our guidelines
  • Acknowledge that we will not review PRs that are not passing the build ("green") - it is your responsibility to get a proposed PR to pass the build, not primarily the project's maintainers.
  • Create/update unit or integration tests for verifying the changes made.
  • Follow our coding conventions.
  • Add required Swagger annotation and update API documentation at fineract-provider/src/main/resources/static/legacy-docs/apiLive.htm with details of any API changes
  • This PR must not be a "code dump". Large changes can be made in a branch, with assistance. Ask for help on the developer mailing list.

Your assigned reviewer(s) will follow our guidelines for code reviews.

francis-pouatcha and others added 30 commits July 16, 2025 17:58
Signed-off-by: Francis Pouatcha <francis.pouatcha@adorsys.com>
…act-in-docker-setup-documentation

remote debugging for fineract in docker setup documentation
NkwaTambe and others added 26 commits May 4, 2026 13:47
Revert all changes and merges from April 27-29 to restore stable state
Merge upstream Apache into adorsys fork – 2026-05-04
…ories-path

fix: update jib extraDirectories to use existing fineract-adorsys-pen…
Merge upstream Apache into adorsys fork – 2026-05-11
Merge upstream Apache into adorsys fork – 2026-05-18
Merge upstream Apache into adorsys fork – 2026-05-25
- Introduced OtpService for generating and validating OTPs with rate limiting and expiration.
- Added new models for OTP requests and responses.
- Implemented multiple SMS providers including Console, Mock, Twilio, and Custom HTTP.
- Enhanced SmsService to support provider selection and message normalization.
- Updated SmsController to handle OTP generation and validation endpoints.
- Added ApiExceptionHandler for centralized error handling.
- Integrated Micrometer for metrics tracking on SMS sending and OTP events.
- Created a comprehensive provider guide in PROVIDERS.md for easy configuration and usage.
- Refactored existing services to improve logging and error handling.
Merge upstream Apache into adorsys fork – 2026-06-01
Add support for Orange and Avlytext SMS providers, including OAuth2
authentication for Orange and API key authentication for Avlytext.
The implementation includes a retry mechanism with exponential backoff,
MSISDN normalization for Orange, and a new console provider for local
development testing.

- Add OrangeSmsProvider with OAuth2 client credentials flow
- Add AvlytextSmsProvider with API key authentication
- Implement RetryHelper for robust message delivery
- Add documentation for new providers and configuration
- Update application configuration and README with new environment variables
- Add console provider for local debugging and testing
…ub.com:ADORSYS-GIS/fineract into feat/implement-webank-registration-otp-service
…ration-otp-service

feat: Add OTP functionality and SMS provider integration
The paths filter used '../../fineract-adorsys-sms-gateway/**' which
never matches since the folder lives at repo root. Fixed to
'fineract-adorsys-sms-gateway/**' so merges to develop/main that
touch the SMS gateway actually trigger the Docker build and push.
- Fix constructor argument count in OrangeSmsProviderTest (9 args, not 10)
- Make OrangeSmsProvider DTO records public for test access
- Make AvlytextSmsProvider DTO records public for test access
@nancymuyeh nancymuyeh closed this Jun 2, 2026
@nancymuyeh nancymuyeh reopened this Jun 2, 2026
@nancymuyeh nancymuyeh closed this Jun 2, 2026
@nancymuyeh nancymuyeh deleted the resolve-sms-provider-compilation-errors branch June 2, 2026 19:25
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.

6 participants