File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/springframework/hateoas/client Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8585 <nullaway .version>0.12.7</nullaway .version>
8686 <reactor-bom .version>2025.0.0-RC1</reactor-bom .version>
8787 <slf4j .version>2.0.17</slf4j .version>
88- <spring .version>7.0.0-RC1 </spring .version>
88+ <spring .version>7.0.0-RC3 </spring .version>
8989 <spring-plugin .version>4.0.0-RC1</spring-plugin .version>
9090 <kotlin .version>2.2.20</kotlin .version>
9191 <kotlinx-coroutines .version>1.10.2</kotlinx-coroutines .version>
Original file line number Diff line number Diff line change 4444public class JsonPathLinkDiscoverer implements LinkDiscoverer {
4545
4646 private final String pathTemplate ;
47- private final List <MediaType > mediaTypes ;
47+ protected final List <MediaType > mediaTypes ;
4848
4949 /**
5050 * Creates a new {@link JsonPathLinkDiscoverer} using the given path template supporting the given {@link MediaType}.
You can’t perform that action at this time.
0 commit comments