-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pagopa 1695 sviluppo pa send rt long term reliability #102
Pagopa 1695 sviluppo pa send rt long term reliability #102
Conversation
} | ||
public Document getXMLDocument(String xmlString) { | ||
try { | ||
DocumentBuilderFactory factory = DocumentBuilderFactory.newDefaultNSInstance(); |
Check failure
Code scanning / SonarCloud
XML parsers should not be vulnerable to XXE attacks
src/main/java/it/gov/pagopa/payments/service/SchedulerService.java
Outdated
Show resolved
Hide resolved
…eliability [skip ci]
…eliability [skip ci]
This PR exceeds the recommended size of 400 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Comment this PR with update_code to update |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work 👍
List of Changes
Adding retry mechanism with queue for paSendRT and paSendRTV2
Motivation and Context
Addition needed to add the retry mechanism for this call
How Has This Been Tested?
Manually and through junit tests
Screenshots (if appropriate):
Types of changes
Checklist: