Giter Site home page Giter Site logo

suleymanozev / smallrye-open-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from smallrye/smallrye-open-api

0.0 0.0 0.0 4.9 MB

SmallRye implementation of Eclipse MicroProfile OpenAPI

License: Apache License 2.0

Java 99.15% HTML 0.25% JavaScript 0.49% CSS 0.02% Shell 0.10%

smallrye-open-api's Introduction

badge Quality Gate Status License

SmallRye OpenAPI

SmallRye OpenAPI is an implementation of Eclipse MicroProfile OpenAPI.

Instructions

Compile and install this project:

mvn clean install

Project structure

  • core - The core OpenAPI code, independent of entry point dependencies.

  • extension-jaxrs - The JAX-RS entry point. This module depends on JAX-RS and core.

  • extension-spring - The Spring entry point. This module depends on Spring and core.

  • extension-vertx - The Vert.x entry point. This module depends on Vert.x and core.

  • implementation - Implementation of the Eclipse MicroProfile OpenAPI specification. This just pulls in Core and the JAX-RS extension .

  • testsuite - Test suites.

  • testsuite/tck - Test suite to run the implementation against the Eclipse MicroProfile OpenAPI TCK.

  • testsuite/extra - Extra integration tests not related to the TCK.

  • tools/maven-plugin - Maven plugin that creates the OpenAPI Schema on build.

Configuration Extensions

  • mp.openapi.extensions.smallrye.property-naming-strategy - define a naming strategy to be used globally for all schema properties. Set to one of the following:

    • A standard JSON-B naming strategy (listed in jakarta.json.bind.config.PropertyNamingStrategy/javax.json.bind.config.PropertyNamingStrategy)

    • A fully-qualified class name of an implementation of a JSON-B property naming strategy (jakarta.json.bind.config.PropertyNamingStrategy or javax.json.bind.config.PropertyNamingStrategy)

    • A fully-qualified class name of an implementation of a Jackson property naming strategy base class (com.fasterxml.jackson.databind.PropertyNamingStrategies.NamingBase). Only the translate method is utilized.

smallrye-open-api's People

Contributors

abatalev avatar agentgonzo avatar azquelt avatar balta3 avatar dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar devnied avatar ericwittmann avatar fromage avatar gastaldi avatar geoand avatar ivanjunckes avatar jmini avatar kenfinnigan avatar lamtrhieu avatar ljnelson avatar lucamolteni avatar michaeljmcd avatar mikeedgar avatar msavy avatar msmiths avatar pferraro avatar phillip-kruger avatar postremus avatar radcortez avatar scottcurtis2605 avatar smallrye-ci avatar tarilabs avatar tisoft avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.