GithubHelp home page GithubHelp logo

quarkiverse / quarkus-mockserver Goto Github PK

View Code? Open in Web Editor NEW
11.0 5.0 3.0 250 KB

Quarkus MockServer Extension

Home Page: https://mock-server.com/

License: Apache License 2.0

Java 100.00%
mockserver quarkus-extension

quarkus-mockserver's Introduction

Quarkus MockServer

Build License Central All Contributors

Quarkus MockServer extension for tests and local development.

Compatibility

Quarkus MockServer provides two different version streams, one compatible with Quarkus 2.x and the other compatible with Quarkus 3.x.

Quarkus Quarkus MockServer Documentation
2.x 0.x Documentation
3.x 1.x Documentation

Use the latest version of the corresponding stream, the list of versions is available on Maven Central.

Contributors โœจ

Thanks goes to these wonderful people (emoji key):


Andrej Petras

๐Ÿ’ป ๐Ÿšง

This project follows the all-contributors specification. Contributions of any kind welcome!

quarkus-mockserver's People

Contributors

actions-user avatar andrejpetras avatar dependabot[bot] avatar dlucasd avatar gastaldi avatar kamma31 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

quarkus-mockserver's Issues

Allow test-container resue

Thanks for the implementation of the extension, this simplifies the usage of the mockserver for us a lot.

It would be great if we could reuse the test-container for multiple test runs. This would speedup the tests by a few seconds.

It could be implemented similar to the database-devservices: quarkusio/quarkus#25367

I would suggest, that it can be enabled/disabled by a property (default false?).

I will create a PR for this feature.

NPE when disable mockserver

quarkus.mockserver.devservices.enabled=false leads to a NPE because of the following line

The reason is:

if (!devServicesConfig.enabled) {
// explicitly disabled
log.debug("Not starting devservices for rest client as it has been disabled in the config");
return null;
}

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.