feign.jaxrs.JakartaContract Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sda-commons-starter-web Show documentation
Show all versions of sda-commons-starter-web Show documentation
A library to bootstrap services easily that follow the patterns and specifications promoted by the SDA SE
/*
* Copyright 2022- SDA SE Open Industry Solutions (https://www.sda.se)
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
*/
package feign.jaxrs;
import feign.jaxrs3.JAXRS3Contract;
/**
* Due to some Maven
* Magic that prevents loading the dependency with gradle, we added this deprecated class
* temporarily here.
*
* @deprecated use {@link JAXRS3Contract} instead, {@code JakartaContract} will be removed in the
* next major of SDA Spring Boot Commons!
*/
@Deprecated(forRemoval = true)
@SuppressWarnings({"java:S110", "java:S1133", "DeprecatedIsStillUsed"})
public class JakartaContract extends JAXRS3Contract {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy