-
Notifications
You must be signed in to change notification settings - Fork 22
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
V2.1 spring security upgrade #1148
Conversation
pom.xml
Outdated
@@ -28,6 +28,7 @@ | |||
<opensrp.connector.version>2.4.1-SNAPSHOT</opensrp.connector.version> | |||
<opensrp.interface.version>2.0.1-SNAPSHOT</opensrp.interface.version> | |||
<powermock.version>2.0.5</powermock.version> | |||
<opensrp-server-openlmis-stock-version>1.1.2-SNAPSHOT</opensrp-server-openlmis-stock-version> |
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.
This is supposed to be an update of dependencies. Why was this added?
pom.xml
Outdated
<artifactId>lombok</artifactId> | ||
<version>${lombok.version}</version> | ||
</path> | ||
</annotationProcessorPaths> |
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.
Should all these dependencies be added? Is this a mistake of cherry-picking from the master server-web? Kindly check
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.
will check
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.
Kindly check this again
pom.xml
Outdated
<properties> | ||
<plan.generation.profile>plan-generation</plan.generation.profile> | ||
</properties> | ||
</profile> |
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.
These also
try { | ||
writeListener.onWritePossible(); | ||
} catch (IOException e){ | ||
writeListener.onError(e); |
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.
Let's log this also
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.
noted
try { | ||
readListener.onDataAvailable(); | ||
} catch (IOException e) { | ||
readListener.onError(e); |
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.
Log this error
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.
noted as well
pom.xml
Outdated
<artifactId>lombok</artifactId> | ||
<version>${lombok.version}</version> | ||
</path> | ||
</annotationProcessorPaths> |
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.
Kindly check this again
No description provided.