File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
src/main/java/io/openapitools/jackson/dataformat/hal/ser Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 4949 <properties >
5050 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5151 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
52- <com .fasterxml.jackson.version>2.11.3 </com .fasterxml.jackson.version>
52+ <com .fasterxml.jackson.version>2.12.2 </com .fasterxml.jackson.version>
5353 <junit .version>5.7.0</junit .version>
5454 <org .mockito.version>3.6.28</org .mockito.version>
5555 <org .slf4j.version>1.7.30</org .slf4j.version>
Original file line number Diff line number Diff line change @@ -54,13 +54,18 @@ public BeanSerializerBase withFilterId(Object o) {
5454 return this ;
5555 }
5656
57+ @ Override
58+ protected BeanSerializerBase withProperties (BeanPropertyWriter [] properties , BeanPropertyWriter [] filteredProperties ) {
59+ return this ;
60+ }
61+
5762 @ Override
5863 protected BeanSerializerBase asArraySerializer () {
5964 return this ;
6065 }
6166
6267 @ Override
63- protected BeanSerializerBase withIgnorals (Set <String > set ) {
68+ protected BeanSerializerBase withByNameInclusion (Set <String > toIgnore , Set < String > toInclude ) {
6469 return this ;
6570 }
6671
You can’t perform that action at this time.
0 commit comments