-
Notifications
You must be signed in to change notification settings - Fork 10
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
Feat/erpadapter request client #443
Feat/erpadapter request client #443
Conversation
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.
Great contributions. Please check smaller findings :)
...va/org/eclipse/tractusx/puris/backend/erpadapter/logic/service/ErpAdapterRequestService.java
Outdated
Show resolved
Hide resolved
...org/eclipse/tractusx/puris/backend/erpadapter/logic/service/ErpAdapterRequestClientTest.java
Show resolved
Hide resolved
...org/eclipse/tractusx/puris/backend/erpadapter/logic/service/ErpAdapterRequestClientTest.java
Outdated
Show resolved
Hide resolved
...org/eclipse/tractusx/puris/backend/erpadapter/logic/service/ErpAdapterRequestClientTest.java
Outdated
Show resolved
Hide resolved
...org/eclipse/tractusx/puris/backend/erpadapter/logic/service/ErpAdapterRequestClientTest.java
Outdated
Show resolved
Hide resolved
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.
Thanks for the updates! Currently some tests are failing due to missing properties in the test application properties. Beside that we can already include a mechanism to enable /disable the adapter :)
...org/eclipse/tractusx/puris/backend/erpadapter/logic/service/ErpAdapterRequestClientTest.java
Outdated
Show resolved
Hide resolved
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.
Great refactoring! Just a few minor things left :)
I meanwhile raised an issue #455 to cleanup conditional properties - We should check that e.g. the application also starts if values are missing if we disable something :)
...java/org/eclipse/tractusx/puris/backend/common/security/ErpAdapterSecurityConfiguration.java
Outdated
Show resolved
Hide resolved
...org/eclipse/tractusx/puris/backend/erpadapter/logic/service/ErpAdapterRequestClientTest.java
Outdated
Show resolved
Hide resolved
...org/eclipse/tractusx/puris/backend/erpadapter/logic/service/ErpAdapterRequestClientTest.java
Outdated
Show resolved
Hide resolved
...org/eclipse/tractusx/puris/backend/erpadapter/logic/service/ErpAdapterRequestClientTest.java
Outdated
Show resolved
Hide resolved
...java/org/eclipse/tractusx/puris/backend/common/security/ErpAdapterSecurityConfiguration.java
Outdated
Show resolved
Hide resolved
...java/org/eclipse/tractusx/puris/backend/common/security/ErpAdapterSecurityConfiguration.java
Outdated
Show resolved
Hide resolved
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.
Thanks for the refactoring! I just found some styling issues.
backend/src/main/java/org/eclipse/tractusx/puris/backend/common/util/VariablesService.java
Outdated
Show resolved
Hide resolved
backend/src/main/java/org/eclipse/tractusx/puris/backend/common/util/VariablesService.java
Show resolved
Hide resolved
...org/eclipse/tractusx/puris/backend/erpadapter/logic/service/ErpAdapterRequestClientTest.java
Outdated
Show resolved
Hide resolved
...org/eclipse/tractusx/puris/backend/erpadapter/logic/service/ErpAdapterRequestClientTest.java
Show resolved
Hide resolved
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.
Great contribution! Thanks a lot! :)
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: