All Downloads are FREE. Search and download functionalities are using the official Maven repository.

feign.jaxrs.JakartaContract Maven / Gradle / Ivy

Go to download

A library to bootstrap services easily that follow the patterns and specifications promoted by the SDA SE

There is a newer version: 4.5.34
Show newest version
/*
 * 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 - 2024 Weber Informatics LLC | Privacy Policy