Resolve sms provider compilation errors#5923
Closed
nancymuyeh wants to merge 224 commits into
Closed
Conversation
Signed-off-by: Francis Pouatcha <francis.pouatcha@adorsys.com>
…s and client scopes
…act-in-docker-setup-documentation remote debugging for fineract in docker setup documentation
Feature/setup keycloak config
…ment Feature/setup fineract deployment
Revert all changes and merges from April 27-29 to restore stable state
update custome files
update custome files
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 SMS gateway workflow path trigger
- 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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!
Your assigned reviewer(s) will follow our guidelines for code reviews.