https://github.com/quarkusio/quarkus-http
https://github.com/quarkusio/quarkus-http
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quarkusio/quarkus-http
- Owner: quarkusio
- License: apache-2.0
- Created: 2019-08-13T00:32:56.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T07:34:17.000Z (6 months ago)
- Last Synced: 2025-03-30T15:08:10.665Z (2 months ago)
- Language: Java
- Size: 11.7 MB
- Stars: 35
- Watchers: 25
- Forks: 34
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Quarkus HTTP
============[](https://search.maven.org/artifact/io.quarkus.http/quarkus-http-core)
[![GitHub Actions Status]()](https://github.com/quarkusio/quarkus-http/actions?query=workflow%3A%22Build%22)A Vert.x based Servlet implementation.
## Release
With Java 17:
```bash
mvn release:prepare release:perform -Prelease -DskipTests -Darguments=-DskipTests
```The staging repository is automatically closed. The sync with Maven Central should take ~30 minutes.