-
Notifications
You must be signed in to change notification settings - Fork 723
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
[PPP-4826] Upgrade Vulnerable Hibernate to 5.4.24 #5464
Conversation
This comment has been minimized.
This comment has been minimized.
@@ -28,7 +28,8 @@ | |||
--> | |||
|
|||
<cache-provider> | |||
<class>net.sf.ehcache.hibernate.SingletonEhCacheProvider</class> | |||
<!--<class>net.sf.ehcache.hibernate.SingletonEhCacheProvider</class>--> |
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.
Do we need to keep this commented line?
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.
Nope. Missed it
import org.hibernate.util.SerializationHelper; | ||
//EqualsHelper removed after hibernate-core-5.3.1.Final.jar | ||
//import org.hibernate.util.EqualsHelper; | ||
//This SerializationHelper was moved from: |
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.
Do we really need to keep these comments here?
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.
Thought I'd keep this one in, in case something crops up
import org.hibernate.usertype.UserType; | ||
import org.hibernate.util.EqualsHelper; | ||
//EqualsHelper removed after hibernate-core-5.3.1.Final.jar | ||
//import org.hibernate.util.EqualsHelper; |
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.
Is this comment necessary? The block below seems to document everything well enough.
@@ -32,6 +32,7 @@ | |||
import org.apache.commons.logging.Log; | |||
import org.apache.commons.logging.LogFactory; | |||
import org.hibernate.HibernateException; | |||
import org.hibernate.engine.spi.SharedSessionContractImplementor; |
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.
Changes in here are fine, please update the copyright header.
SonarQube Quality Gate Reliability Rating on New Code (is worse than A) See analysis details on SonarQube Fix issues before they fail your Quality Gate with SonarLint in your IDE. |
|
No description provided.