You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce bytebuddy exclusions to avoid clashes with Mockito-provided byte buddy versions. Extend version range in Jackson Hibernate module registrar.
Closes#2158
Copy file name to clipboardExpand all lines: spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/json/Jackson2DatatypeHelper.java
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
*
27
27
* @author Jon Brisbin
28
28
* @author Oliver Gierke
29
+
* @author Mark Paluch
29
30
*/
30
31
publicclassJackson2DatatypeHelper {
31
32
@@ -37,7 +38,8 @@ public class Jackson2DatatypeHelper {
0 commit comments