Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Apr 28, 2024
1 parent bb4c05f commit 1e87539
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
[![verify](https://github.com/bootique-examples/bootique-undertow-demo/actions/workflows/verify.yml/badge.svg)](https://github.com/bootique-examples/bootique-undertow-demo/actions/workflows/verify.yml)
# bootique-undertow-demo

**WARNING: the last release of Bootique that supports "bootique-undertow" is 3.0. It is currently deprecated, and will be removed from Bootique 4.0. We recommend our users to switch to Jetty, or to fork "bootique-undertow" and support it on their own.**

A simple example that explains how to start [Undertow](https://undertow.io) server integrated for [Bootique](https://bootique.io).

*For additional help/questions about this example send a message to
[Bootique forum](https://groups.google.com/forum/#!forum/bootique-user).*

You can find different versions of framework in use at
* [1.x](https://github.com/bootique-examples/bootique-undertow-demo/tree/1.x)

* [2.x](https://github.com/bootique-examples/bootique-undertow-demo/tree/2.x)
* [1.x](https://github.com/bootique-examples/bootique-undertow-demo/tree/1.x)

## Prerequisites

* Java 1.8 or newer.
Expand Down

0 comments on commit 1e87539

Please sign in to comment.