From 5e1c5b8d1138279786fc2bf32a94ebc6b1ac0e05 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 9 Dec 2022 15:34:43 +0000
Subject: [PATCH 1/2] Update dependency io.undertow:undertow-core to
v2.3.1.Final
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 00585bd..7facf9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
io.undertow
undertow-core
- 2.2.17.Final
+ 2.3.1.Final
From e7a49954047c9461f2cbd4786e3606391d219f3a Mon Sep 17 00:00:00 2001
From: Tom Donohue
Date: Fri, 9 Dec 2022 16:51:08 +0000
Subject: [PATCH 2/2] Update README and LICENSE
---
LICENSE | 7 +++++++
README.md | 22 ++++++++++++++++++----
2 files changed, 25 insertions(+), 4 deletions(-)
create mode 100644 LICENSE
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..864eef3
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,7 @@
+Copyright 2022 Tom Donohue
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/README.md b/README.md
index 07fbfe9..1abf46a 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,21 @@ This example repository goes with the article at:
To run this demo:
- mvn clean package
-
- java -jar target/java-http-server-undertow-1.0-SNAPSHOT-jar-with-dependencies.jar
-
+```shell
+mvn clean package
+
+java -jar target/java-http-server-undertow-1.0-SNAPSHOT-jar-with-dependencies.jar
+```
+
+To test it, go to in your browser.
+
+To stop the server, press Ctrl-C.
+
+## Technologies used
+
+* [Maven](https://maven.apache.org/) - Dependency Management
+* [Undertow](http://undertow.io/) - Embedded HTTP server
+
+## License
+
+This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.