Changeset 0:a0e15b59e560
Added init files
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.gitignore Fri Jul 30 13:31:55 2021 +0200 @@ -0,0 +1,36 @@ +# Eclipse +.project +.classpath +.settings/ +bin/ + +# IntelliJ +.idea +*.ipr +*.iml +*.iws + +# NetBeans +nb-configuration.xml + +# Visual Studio Code +.vscode +.factorypath + +# OSX +.DS_Store + +# Vim +*.swp +*.swo + +# patch +*.orig +*.rej + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +release.properties \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Fri Jul 30 13:31:55 2021 +0200 @@ -0,0 +1,7 @@ +syntax: glob + +**/*.iml + +target/ +.idea/ +.mvn/
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LICENSE Fri Jul 30 13:31:55 2021 +0200 @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.adoc Fri Jul 30 13:31:55 2021 +0200 @@ -0,0 +1,8 @@ += Showcase for eventbus mapping based on quarkus + +This project holds a showcase for vert.x eventbus mapping + +== Links + +- https://smallrye.io/smallrye-reactive-messaging/smallrye-reactive-messaging/2/vertx-event-bus/vertx-event-bus.html +- https://quarkus.io/guides/reactive-event-bus#configuring-the-address \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mvnw Fri Jul 30 13:31:55 2021 +0200 @@ -0,0 +1,310 @@ +#!/bin/sh +# ---------------------------------------------------------------------------- +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# ---------------------------------------------------------------------------- + +# ---------------------------------------------------------------------------- +# Maven Start Up Batch script +# +# Required ENV vars: +# ------------------ +# JAVA_HOME - location of a JDK home dir +# +# Optional ENV vars +# ----------------- +# M2_HOME - location of maven2's installed home dir +# MAVEN_OPTS - parameters passed to the Java VM when running Maven +# e.g. to debug Maven itself, use +# set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 +# MAVEN_SKIP_RC - flag to disable loading of mavenrc files +# ---------------------------------------------------------------------------- + +if [ -z "$MAVEN_SKIP_RC" ] ; then + + if [ -f /etc/mavenrc ] ; then + . /etc/mavenrc + fi + + if [ -f "$HOME/.mavenrc" ] ; then + . "$HOME/.mavenrc" + fi + +fi + +# OS specific support. $var _must_ be set to either true or false. +cygwin=false; +darwin=false; +mingw=false +case "`uname`" in + CYGWIN*) cygwin=true ;; + MINGW*) mingw=true;; + Darwin*) darwin=true + # Use /usr/libexec/java_home if available, otherwise fall back to /Library/Java/Home + # See https://developer.apple.com/library/mac/qa/qa1170/_index.html + if [ -z "$JAVA_HOME" ]; then + if [ -x "/usr/libexec/java_home" ]; then + export JAVA_HOME="`/usr/libexec/java_home`" + else + export JAVA_HOME="/Library/Java/Home" + fi + fi + ;; +esac + +if [ -z "$JAVA_HOME" ] ; then + if [ -r /etc/gentoo-release ] ; then + JAVA_HOME=`java-config --jre-home` + fi +fi + +if [ -z "$M2_HOME" ] ; then + ## resolve links - $0 may be a link to maven's home + PRG="$0" + + # need this for relative symlinks + while [ -h "$PRG" ] ; do + ls=`ls -ld "$PRG"` + link=`expr "$ls" : '.*-> \(.*\)$'` + if expr "$link" : '/.*' > /dev/null; then + PRG="$link" + else + PRG="`dirname "$PRG"`/$link" + fi + done + + saveddir=`pwd` + + M2_HOME=`dirname "$PRG"`/.. + + # make it fully qualified + M2_HOME=`cd "$M2_HOME" && pwd` + + cd "$saveddir" + # echo Using m2 at $M2_HOME +fi + +# For Cygwin, ensure paths are in UNIX format before anything is touched +if $cygwin ; then + [ -n "$M2_HOME" ] && + M2_HOME=`cygpath --unix "$M2_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --unix "$JAVA_HOME"` + [ -n "$CLASSPATH" ] && + CLASSPATH=`cygpath --path --unix "$CLASSPATH"` +fi + +# For Mingw, ensure paths are in UNIX format before anything is touched +if $mingw ; then + [ -n "$M2_HOME" ] && + M2_HOME="`(cd "$M2_HOME"; pwd)`" + [ -n "$JAVA_HOME" ] && + JAVA_HOME="`(cd "$JAVA_HOME"; pwd)`" +fi + +if [ -z "$JAVA_HOME" ]; then + javaExecutable="`which javac`" + if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then + # readlink(1) is not available as standard on Solaris 10. + readLink=`which readlink` + if [ ! `expr "$readLink" : '\([^ ]*\)'` = "no" ]; then + if $darwin ; then + javaHome="`dirname \"$javaExecutable\"`" + javaExecutable="`cd \"$javaHome\" && pwd -P`/javac" + else + javaExecutable="`readlink -f \"$javaExecutable\"`" + fi + javaHome="`dirname \"$javaExecutable\"`" + javaHome=`expr "$javaHome" : '\(.*\)/bin'` + JAVA_HOME="$javaHome" + export JAVA_HOME + fi + fi +fi + +if [ -z "$JAVACMD" ] ; then + if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD="$JAVA_HOME/jre/sh/java" + else + JAVACMD="$JAVA_HOME/bin/java" + fi + else + JAVACMD="`which java`" + fi +fi + +if [ ! -x "$JAVACMD" ] ; then + echo "Error: JAVA_HOME is not defined correctly." >&2 + echo " We cannot execute $JAVACMD" >&2 + exit 1 +fi + +if [ -z "$JAVA_HOME" ] ; then + echo "Warning: JAVA_HOME environment variable is not set." +fi + +CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher + +# traverses directory structure from process work directory to filesystem root +# first directory with .mvn subdirectory is considered project base directory +find_maven_basedir() { + + if [ -z "$1" ] + then + echo "Path not specified to find_maven_basedir" + return 1 + fi + + basedir="$1" + wdir="$1" + while [ "$wdir" != '/' ] ; do + if [ -d "$wdir"/.mvn ] ; then + basedir=$wdir + break + fi + # workaround for JBEAP-8937 (on Solaris 10/Sparc) + if [ -d "${wdir}" ]; then + wdir=`cd "$wdir/.."; pwd` + fi + # end of workaround + done + echo "${basedir}" +} + +# concatenates all lines of a file +concat_lines() { + if [ -f "$1" ]; then + echo "$(tr -s '\n' ' ' < "$1")" + fi +} + +BASE_DIR=`find_maven_basedir "$(pwd)"` +if [ -z "$BASE_DIR" ]; then + exit 1; +fi + +########################################################################################## +# Extension to allow automatically downloading the maven-wrapper.jar from Maven-central +# This allows using the maven wrapper in projects that prohibit checking in binary data. +########################################################################################## +if [ -r "$BASE_DIR/.mvn/wrapper/maven-wrapper.jar" ]; then + if [ "$MVNW_VERBOSE" = true ]; then + echo "Found .mvn/wrapper/maven-wrapper.jar" + fi +else + if [ "$MVNW_VERBOSE" = true ]; then + echo "Couldn't find .mvn/wrapper/maven-wrapper.jar, downloading it ..." + fi + if [ -n "$MVNW_REPOURL" ]; then + jarUrl="$MVNW_REPOURL/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar" + else + jarUrl="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar" + fi + while IFS="=" read key value; do + case "$key" in (wrapperUrl) jarUrl="$value"; break ;; + esac + done < "$BASE_DIR/.mvn/wrapper/maven-wrapper.properties" + if [ "$MVNW_VERBOSE" = true ]; then + echo "Downloading from: $jarUrl" + fi + wrapperJarPath="$BASE_DIR/.mvn/wrapper/maven-wrapper.jar" + if $cygwin; then + wrapperJarPath=`cygpath --path --windows "$wrapperJarPath"` + fi + + if command -v wget > /dev/null; then + if [ "$MVNW_VERBOSE" = true ]; then + echo "Found wget ... using wget" + fi + if [ -z "$MVNW_USERNAME" ] || [ -z "$MVNW_PASSWORD" ]; then + wget "$jarUrl" -O "$wrapperJarPath" + else + wget --http-user=$MVNW_USERNAME --http-password=$MVNW_PASSWORD "$jarUrl" -O "$wrapperJarPath" + fi + elif command -v curl > /dev/null; then + if [ "$MVNW_VERBOSE" = true ]; then + echo "Found curl ... using curl" + fi + if [ -z "$MVNW_USERNAME" ] || [ -z "$MVNW_PASSWORD" ]; then + curl -o "$wrapperJarPath" "$jarUrl" -f + else + curl --user $MVNW_USERNAME:$MVNW_PASSWORD -o "$wrapperJarPath" "$jarUrl" -f + fi + + else + if [ "$MVNW_VERBOSE" = true ]; then + echo "Falling back to using Java to download" + fi + javaClass="$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.java" + # For Cygwin, switch paths to Windows format before running javac + if $cygwin; then + javaClass=`cygpath --path --windows "$javaClass"` + fi + if [ -e "$javaClass" ]; then + if [ ! -e "$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.class" ]; then + if [ "$MVNW_VERBOSE" = true ]; then + echo " - Compiling MavenWrapperDownloader.java ..." + fi + # Compiling the Java class + ("$JAVA_HOME/bin/javac" "$javaClass") + fi + if [ -e "$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.class" ]; then + # Running the downloader + if [ "$MVNW_VERBOSE" = true ]; then + echo " - Running MavenWrapperDownloader.java ..." + fi + ("$JAVA_HOME/bin/java" -cp .mvn/wrapper MavenWrapperDownloader "$MAVEN_PROJECTBASEDIR") + fi + fi + fi +fi +########################################################################################## +# End of extension +########################################################################################## + +export MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:-"$BASE_DIR"} +if [ "$MVNW_VERBOSE" = true ]; then + echo $MAVEN_PROJECTBASEDIR +fi +MAVEN_OPTS="$(concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config") $MAVEN_OPTS" + +# For Cygwin, switch paths to Windows format before running java +if $cygwin; then + [ -n "$M2_HOME" ] && + M2_HOME=`cygpath --path --windows "$M2_HOME"` + [ -n "$JAVA_HOME" ] && + JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"` + [ -n "$CLASSPATH" ] && + CLASSPATH=`cygpath --path --windows "$CLASSPATH"` + [ -n "$MAVEN_PROJECTBASEDIR" ] && + MAVEN_PROJECTBASEDIR=`cygpath --path --windows "$MAVEN_PROJECTBASEDIR"` +fi + +# Provide a "standardized" way to retrieve the CLI args that will +# work with both Windows and non-Windows executions. +MAVEN_CMD_LINE_ARGS="$MAVEN_CONFIG $@" +export MAVEN_CMD_LINE_ARGS + +WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain + +exec "$JAVACMD" \ + $MAVEN_OPTS \ + -classpath "$MAVEN_PROJECTBASEDIR/.mvn/wrapper/maven-wrapper.jar" \ + "-Dmaven.home=${M2_HOME}" "-Dmaven.multiModuleProjectDirectory=${MAVEN_PROJECTBASEDIR}" \ + ${WRAPPER_LAUNCHER} $MAVEN_CONFIG "$@"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mvnw.cmd Fri Jul 30 13:31:55 2021 +0200 @@ -0,0 +1,182 @@ +@REM ---------------------------------------------------------------------------- +@REM Licensed to the Apache Software Foundation (ASF) under one +@REM or more contributor license agreements. See the NOTICE file +@REM distributed with this work for additional information +@REM regarding copyright ownership. The ASF licenses this file +@REM to you under the Apache License, Version 2.0 (the +@REM "License"); you may not use this file except in compliance +@REM with the License. You may obtain a copy of the License at +@REM +@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM +@REM Unless required by applicable law or agreed to in writing, +@REM software distributed under the License is distributed on an +@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +@REM KIND, either express or implied. See the License for the +@REM specific language governing permissions and limitations +@REM under the License. +@REM ---------------------------------------------------------------------------- + +@REM ---------------------------------------------------------------------------- +@REM Maven Start Up Batch script +@REM +@REM Required ENV vars: +@REM JAVA_HOME - location of a JDK home dir +@REM +@REM Optional ENV vars +@REM M2_HOME - location of maven2's installed home dir +@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands +@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a keystroke before ending +@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven +@REM e.g. to debug Maven itself, use +@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 +@REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files +@REM ---------------------------------------------------------------------------- + +@REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on' +@echo off +@REM set title of command window +title %0 +@REM enable echoing by setting MAVEN_BATCH_ECHO to 'on' +@if "%MAVEN_BATCH_ECHO%" == "on" echo %MAVEN_BATCH_ECHO% + +@REM set %HOME% to equivalent of $HOME +if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%") + +@REM Execute a user defined script before this one +if not "%MAVEN_SKIP_RC%" == "" goto skipRcPre +@REM check for pre script, once with legacy .bat ending and once with .cmd ending +if exist "%HOME%\mavenrc_pre.bat" call "%HOME%\mavenrc_pre.bat" +if exist "%HOME%\mavenrc_pre.cmd" call "%HOME%\mavenrc_pre.cmd" +:skipRcPre + +@setlocal + +set ERROR_CODE=0 + +@REM To isolate internal variables from possible post scripts, we use another setlocal +@setlocal + +@REM ==== START VALIDATION ==== +if not "%JAVA_HOME%" == "" goto OkJHome + +echo. +echo Error: JAVA_HOME not found in your environment. >&2 +echo Please set the JAVA_HOME variable in your environment to match the >&2 +echo location of your Java installation. >&2 +echo. +goto error + +:OkJHome +if exist "%JAVA_HOME%\bin\java.exe" goto init + +echo. +echo Error: JAVA_HOME is set to an invalid directory. >&2 +echo JAVA_HOME = "%JAVA_HOME%" >&2 +echo Please set the JAVA_HOME variable in your environment to match the >&2 +echo location of your Java installation. >&2 +echo. +goto error + +@REM ==== END VALIDATION ==== + +:init + +@REM Find the project base dir, i.e. the directory that contains the folder ".mvn". +@REM Fallback to current working directory if not found. + +set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR% +IF NOT "%MAVEN_PROJECTBASEDIR%"=="" goto endDetectBaseDir + +set EXEC_DIR=%CD% +set WDIR=%EXEC_DIR% +:findBaseDir +IF EXIST "%WDIR%"\.mvn goto baseDirFound +cd .. +IF "%WDIR%"=="%CD%" goto baseDirNotFound +set WDIR=%CD% +goto findBaseDir + +:baseDirFound +set MAVEN_PROJECTBASEDIR=%WDIR% +cd "%EXEC_DIR%" +goto endDetectBaseDir + +:baseDirNotFound +set MAVEN_PROJECTBASEDIR=%EXEC_DIR% +cd "%EXEC_DIR%" + +:endDetectBaseDir + +IF NOT EXIST "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" goto endReadAdditionalConfig + +@setlocal EnableExtensions EnableDelayedExpansion +for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config") do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a +@endlocal & set JVM_CONFIG_MAVEN_PROPS=%JVM_CONFIG_MAVEN_PROPS% + +:endReadAdditionalConfig + +SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe" +set WRAPPER_JAR="%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.jar" +set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain + +set DOWNLOAD_URL="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar" + +FOR /F "tokens=1,2 delims==" %%A IN ("%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.properties") DO ( + IF "%%A"=="wrapperUrl" SET DOWNLOAD_URL=%%B +) + +@REM Extension to allow automatically downloading the maven-wrapper.jar from Maven-central +@REM This allows using the maven wrapper in projects that prohibit checking in binary data. +if exist %WRAPPER_JAR% ( + if "%MVNW_VERBOSE%" == "true" ( + echo Found %WRAPPER_JAR% + ) +) else ( + if not "%MVNW_REPOURL%" == "" ( + SET DOWNLOAD_URL="%MVNW_REPOURL%/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar" + ) + if "%MVNW_VERBOSE%" == "true" ( + echo Couldn't find %WRAPPER_JAR%, downloading it ... + echo Downloading from: %DOWNLOAD_URL% + ) + + powershell -Command "&{"^ + "$webclient = new-object System.Net.WebClient;"^ + "if (-not ([string]::IsNullOrEmpty('%MVNW_USERNAME%') -and [string]::IsNullOrEmpty('%MVNW_PASSWORD%'))) {"^ + "$webclient.Credentials = new-object System.Net.NetworkCredential('%MVNW_USERNAME%', '%MVNW_PASSWORD%');"^ + "}"^ + "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webclient.DownloadFile('%DOWNLOAD_URL%', '%WRAPPER_JAR%')"^ + "}" + if "%MVNW_VERBOSE%" == "true" ( + echo Finished downloading %WRAPPER_JAR% + ) +) +@REM End of extension + +@REM Provide a "standardized" way to retrieve the CLI args that will +@REM work with both Windows and non-Windows executions. +set MAVEN_CMD_LINE_ARGS=%* + +%MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %WRAPPER_JAR% "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" %WRAPPER_LAUNCHER% %MAVEN_CONFIG% %* +if ERRORLEVEL 1 goto error +goto end + +:error +set ERROR_CODE=1 + +:end +@endlocal & set ERROR_CODE=%ERROR_CODE% + +if not "%MAVEN_SKIP_RC%" == "" goto skipRcPost +@REM check for post script, once with legacy .bat ending and once with .cmd ending +if exist "%HOME%\mavenrc_post.bat" call "%HOME%\mavenrc_post.bat" +if exist "%HOME%\mavenrc_post.cmd" call "%HOME%\mavenrc_post.cmd" +:skipRcPost + +@REM pause the script if MAVEN_BATCH_PAUSE is set to 'on' +if "%MAVEN_BATCH_PAUSE%" == "on" pause + +if "%MAVEN_TERMINATE_CMD%" == "on" exit %ERROR_CODE% + +exit /B %ERROR_CODE%
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pom.xml Fri Jul 30 13:31:55 2021 +0200 @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0"> + <modelVersion>4.0.0</modelVersion> + <groupId>dev.unexist.showcase</groupId> + <artifactId>showcase-eventbus-quarkus</artifactId> + <version>0.1</version> + + <parent> + <groupId>dev.unexist.showcase</groupId> + <artifactId>quarkus-parent</artifactId> + <version>0.1</version> + </parent> + + <properties> + </properties> + + <dependencies> + </dependencies> +</project>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/java/dev/unexist/showcase/todo/adapter/TodoResource.java Fri Jul 30 13:31:55 2021 +0200 @@ -0,0 +1,156 @@ +/** + * @package Showcase-Microstream-Helidon + * + * @file Todo resource + * @copyright 2020-2021 Christoph Kappel <christoph@unexist.dev> + * @version $Id$ + * + * This program can be distributed under the terms of the Apache License v2.0. + * See the file LICENSE for details. + **/ + +package dev.unexist.showcase.todo.adapter; + +import dev.unexist.showcase.todo.domain.todo.Todo; +import dev.unexist.showcase.todo.domain.todo.TodoBase; +import dev.unexist.showcase.todo.domain.todo.TodoService; +import org.eclipse.microprofile.openapi.annotations.Operation; +import org.eclipse.microprofile.openapi.annotations.enums.SchemaType; +import org.eclipse.microprofile.openapi.annotations.media.Content; +import org.eclipse.microprofile.openapi.annotations.media.Schema; +import org.eclipse.microprofile.openapi.annotations.responses.APIResponse; +import org.eclipse.microprofile.openapi.annotations.responses.APIResponses; + +import javax.inject.Inject; +import javax.ws.rs.Consumes; +import javax.ws.rs.DELETE; +import javax.ws.rs.GET; +import javax.ws.rs.POST; +import javax.ws.rs.PUT; +import javax.ws.rs.Path; +import javax.ws.rs.PathParam; +import javax.ws.rs.Produces; +import javax.ws.rs.client.Entity; +import javax.ws.rs.core.Context; +import javax.ws.rs.core.MediaType; +import javax.ws.rs.core.Response; +import javax.ws.rs.core.UriInfo; +import java.net.URI; +import java.util.List; +import java.util.Optional; + +@Path("/todo") +public class TodoResource { + + @Inject + TodoService todoService; + + @POST + @Consumes(MediaType.APPLICATION_JSON) + @Produces(MediaType.APPLICATION_JSON) + @Operation(summary = "Create new todo") + @APIResponses({ + @APIResponse(responseCode = "201", description = "Todo created"), + @APIResponse(responseCode = "406", description = "Bad data"), + @APIResponse(responseCode = "500", description = "Server error") + }) + public Response create(TodoBase base, @Context UriInfo uriInfo) { + Response.ResponseBuilder response; + + if (this.todoService.create(base)) { + URI uri = uriInfo.getAbsolutePathBuilder().build(); + + response = Response.created(uri); + } else { + response = Response.status(Response.Status.NOT_ACCEPTABLE); + } + + return response.build(); + } + + @GET + @Produces(MediaType.APPLICATION_JSON) + @Operation(summary = "Get all todos") + @APIResponses({ + @APIResponse(responseCode = "200", description = "List of todo", content = + @Content(schema = @Schema(type = SchemaType.ARRAY, implementation = Todo.class))), + @APIResponse(responseCode = "204", description = "Nothing found"), + @APIResponse(responseCode = "500", description = "Server error") + }) + public Response getAll() { + List<Todo> todoList = this.todoService.getAll(); + + Response.ResponseBuilder response; + + if (todoList.isEmpty()) { + response = Response.noContent(); + } else { + response = Response.ok(Entity.json(todoList)); + } + + return response.build(); + } + + @GET + @Path("{id}") + @Produces(MediaType.APPLICATION_JSON) + @Operation(summary = "Get todo by id") + @APIResponses({ + @APIResponse(responseCode = "200", description = "Todo found", content = + @Content(schema = @Schema(implementation = Todo.class))), + @APIResponse(responseCode = "404", description = "Todo not found"), + @APIResponse(responseCode = "500", description = "Server error") + }) + public Response getAll(@PathParam("id") int id) { + Optional<Todo> result = this.todoService.findById(id); + + Response.ResponseBuilder response; + + if (result.isPresent()) { + response = Response.ok(Entity.json(result.get())); + } else { + response = Response.status(Response.Status.NOT_FOUND); + } + + return response.build(); + } + + @PUT + @Path("{id}") + @Consumes(MediaType.APPLICATION_JSON) + @Produces(MediaType.APPLICATION_JSON) + @Operation(summary = "Update todo by id") + @APIResponses({ + @APIResponse(responseCode = "204", description = "Todo updated"), + @APIResponse(responseCode = "404", description = "Todo not found"), + @APIResponse(responseCode = "500", description = "Server error") + }) + public Response update(@PathParam("id") int id, TodoBase base) { + Response.ResponseBuilder response; + + if (this.todoService.update(id, base)) { + response = Response.noContent(); + } else { + response = Response.status(Response.Status.NOT_FOUND); + } + + return response.build(); + } + + @DELETE + @Path("{id}") + @Consumes(MediaType.APPLICATION_JSON) + @Produces(MediaType.APPLICATION_JSON) + @Operation(summary = "Delete todo by id") + public Response delete(@PathParam("id") int id) { + Response.ResponseBuilder response; + + if (this.todoService.delete(id)) { + response = Response.noContent(); + } else { + response = Response.status(Response.Status.NOT_FOUND); + } + + return response.build(); + } +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/java/dev/unexist/showcase/todo/domain/todo/DueDate.java Fri Jul 30 13:31:55 2021 +0200 @@ -0,0 +1,69 @@ +/** + * @package Showcase-Microstream-Helidon + * + * @file DueDate class + * @copyright 2020-2021 Christoph Kappel <christoph@unexist.dev> + * @version $Id$ + * + * This program can be distributed under the terms of the Apache License v2.0. + * See the file LICENSE for details. + **/ + +package dev.unexist.showcase.todo.domain.todo; + +import com.fasterxml.jackson.databind.annotation.JsonSerialize; +import dev.unexist.showcase.todo.infrastructure.serializer.DateSerializer; + +import java.time.LocalDate; + +public class DueDate { + @JsonSerialize(using = DateSerializer.class) + private LocalDate start; + + @JsonSerialize(using = DateSerializer.class) + private LocalDate due; + + /** + * Get start date + * + * @return + * Start date + **/ + + public LocalDate getStart() { + return start; + } + + /** + * Set start date + * + * @param start + * Date to set + **/ + + public void setStart(LocalDate start) { + this.start = start; + } + + /** + * Get due date + * + * @return + * Due date + **/ + + public LocalDate getDue() { + return due; + } + + /** + * Set due date + * + * @param due + * Date to set + **/ + + public void setDue(LocalDate due) { + this.due = due; + } +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/java/dev/unexist/showcase/todo/domain/todo/Todo.java Fri Jul 30 13:31:55 2021 +0200 @@ -0,0 +1,71 @@ +/** + * @package Showcase-Microstream-Helidon + * + * @file Todo class and aggregate root + * @copyright 2020-2021 Christoph Kappel <christoph@unexist.dev> + * @version $Id$ + * + * This program can be distributed under the terms of the Apache License v2.0. + * See the file LICENSE for details. + **/ + +package dev.unexist.showcase.todo.domain.todo; + +public class Todo extends TodoBase { + private int id; + + /** + * Constructor + **/ + + public Todo() { + } + + + /** + * Constructor + * + * @param base + * Base entry + **/ + + public Todo(final TodoBase base) { + this.update(base); + } + + /** + * Update values from base + * + * @param base + * Todo base class + **/ + + public void update(final TodoBase base) { + this.setDueDate(base.getDueDate()); + this.setTitle(base.getTitle()); + this.setDescription(base.getDescription()); + this.setDone(base.getDone()); + } + + /** + * Get id of entry + * + * @return + * Id of the entry + **/ + + public int getId() { + return id; + } + + /** + * Set id of entry + * + * @param id + * Id of the entry + **/ + + public void setId(int id) { + this.id = id; + } +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/java/dev/unexist/showcase/todo/domain/todo/TodoBase.java Fri Jul 30 13:31:55 2021 +0200 @@ -0,0 +1,121 @@ +/** + * @package Showcase-Microstream-Helidon + * + * @file Todo base class + * @copyright 2020-2021 Christoph Kappel <christoph@unexist.dev> + * @version $Id$ + * + * This program can be distributed under the terms of the Apache License v2.0. + * See the file LICENSE for details. + **/ + +package dev.unexist.showcase.todo.domain.todo; + +import javax.validation.constraints.NotBlank; +import javax.validation.constraints.NotNull; + +public class TodoBase { + + @NotBlank + private String title; + + @NotBlank + private String description; + + private Boolean done; + + @NotNull + private DueDate dueDate; + + /** + * Get title of the entry + * + * @return + * Title of the entry + **/ + + public String getTitle() { + return title; + } + + /** + * Set title of the entry + * + * @param title + * Title of the entry + **/ + + public void setTitle(String title) { + this.title = title; + } + + /** + * Get description of entry + * + * @return + * Description of the entry + **/ + + public String getDescription() { + return description; + } + + /** + * Set description of the entry + * + * @param description + * Description of the entry + **/ + + public void setDescription(String description) { + this.description = description; + } + + /** + * Get done state of entry + * + * @return + * Done state of the entry + **/ + + public Boolean getDone() { + return done; + } + + /** + * Set done state of entry + * + * @param done + * Done state of the entry + **/ + + public void setDone(Boolean done) { + this.done = done; + } + + /** + * Get due state of the entry + * + * @return + * Due state of the entry + **/ + + public DueDate getDueDate() { + return dueDate; + } + + /** + * Set due date of the entry + * + * @param dueDate + * Due date of the entry + **/ + + public void setDueDate(DueDate dueDate) { + this.dueDate = dueDate; + + if (null != dueDate.getStart() && null != dueDate.getDue()) { + this.done = dueDate.getStart().isBefore(dueDate.getDue()); + } + } +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/java/dev/unexist/showcase/todo/domain/todo/TodoRepository.java Fri Jul 30 13:31:55 2021 +0200 @@ -0,0 +1,70 @@ +/** + * @package Showcase-Microstream-Helidon + * + * @file Todo repository interface + * @copyright 2020-2021 Christoph Kappel <christoph@unexist.dev> + * @version $Id$ + * + * This program can be distributed under the terms of the Apache License v2.0. + * See the file LICENSE for details. + **/ + +package dev.unexist.showcase.todo.domain.todo; + +import java.util.List; +import java.util.Optional; + +public interface TodoRepository { + + /** + * Add {@link Todo} entry to list + * + * @param todo + * {@link Todo} entry to add + * @return + * Either {@code true} on success; otherwise {@code false} + **/ + + boolean add(Todo todo); + + /** + * Update {@link Todo} with given id + * + * @param todo + * A {@link Todo} to update + * @return + * Either {@code true} on success; otherwise {@code false} + **/ + + boolean update(Todo todo); + + /** + * Delete {@link Todo} with given id + * + * @param id + * Id to delete + * @return + * Either {@code true} on success; otherwise {@code false} + **/ + + boolean deleteById(int id); + + /** + * Get all {@link Todo} entries + * + * @return List of all stored {@link Todo} + **/ + + List<Todo> getAll(); + + /** + * Find {@link Todo} by given id + * + * @param id + * Id to find + * @return + * A {@link Optional} with the result of the lookup + **/ + + Optional<Todo> findById(int id); +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/java/dev/unexist/showcase/todo/domain/todo/TodoService.java Fri Jul 30 13:31:55 2021 +0200 @@ -0,0 +1,100 @@ +/** + * @package Showcase-Microstream-Helidon + * + * @file Todo service and domain service + * @copyright 2020-2021 Christoph Kappel <christoph@unexist.dev> + * @version $Id$ + * + * This program can be distributed under the terms of the Apache License v2.0. + * See the file LICENSE for details. + **/ + +package dev.unexist.showcase.todo.domain.todo; + +import javax.enterprise.context.ApplicationScoped; +import javax.inject.Inject; +import javax.inject.Named; +import java.util.List; +import java.util.Optional; + +@ApplicationScoped +public class TodoService { + + @Inject + TodoRepository todoRepository; + + /** + * Create new {@link Todo} entry and store it in repository + * + * @param base + * A {@link TodoBase} entry + * @return + **/ + + public boolean create(TodoBase base) { + Todo todo = new Todo(base); + + return this.todoRepository.add(todo); + } + + /** + * Update {@link Todo} at with given id + * + * @param id + * Id to update + * @param base + * Values for the entry + * @return + * Either {@code true} on success; otherwise {@code false} + **/ + + public boolean update(int id, TodoBase base) { + Optional<Todo> todo = this.findById(id); + boolean ret = false; + + if (todo.isPresent()) { + todo.get().update(base); + + ret = this.todoRepository.update(todo.get()); + } + + return ret; + } + + /** + * Delete {@link Todo} with given id + * + * @param id + * Id to delete + * @return + * Either {@code true} on success; otherwise {@code false} + **/ + + public boolean delete(int id) { + return this.todoRepository.deleteById(id); + } + + /** + * Get all {@link Todo} entries + * + * @return + * List of all {@link Todo}; might be empty + **/ + + public List<Todo> getAll() { + return this.todoRepository.getAll(); + } + + /** + * Find {@link Todo} by given id + * + * @param id + * Id to look for + * @return + * A {@link Optional} of the entry + **/ + + public Optional<Todo> findById(int id) { + return this.todoRepository.findById(id); + } +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/java/dev/unexist/showcase/todo/infrastructure/persistence/ListTodoRepository.java Fri Jul 30 13:31:55 2021 +0200 @@ -0,0 +1,88 @@ +/** + * @package Showcase-Microstream-Helidon + * + * @file Todo repository + * @copyright 2020-2021 Christoph Kappel <christoph@unexist.dev> + * @version $Id$ + * + * This program can be distributed under the terms of the Apache License v2.0. + * See the file LICENSE for details. + **/ + +package dev.unexist.showcase.todo.infrastructure.persistence; + +import dev.unexist.showcase.todo.domain.todo.Todo; +import dev.unexist.showcase.todo.domain.todo.TodoRepository; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import javax.enterprise.context.ApplicationScoped; +import javax.inject.Named; +import java.util.ArrayList; +import java.util.Collections; +import java.util.List; +import java.util.Optional; + +@ApplicationScoped +public class ListTodoRepository implements TodoRepository { + private static final Logger LOGGER = LoggerFactory.getLogger(ListTodoRepository.class); + + private final List<Todo> list; + + /** + * Constructor + **/ + + ListTodoRepository() { + this.list = new ArrayList<>(); + } + + @Override + public boolean add(final Todo todo) { + todo.setId(this.list.size() + 1); + + return this.list.add(todo); + } + + @Override + public boolean update(final Todo todo) { + boolean ret = false; + + try { + this.list.set(todo.getId(), todo); + + ret = true; + } catch (IndexOutOfBoundsException e) { + LOGGER.warn("update: id={} not found", todo.getId()); + } + + return ret; + } + + @Override + public boolean deleteById(int id) { + boolean ret = false; + + try { + this.list.remove(id); + + ret = true; + } catch (IndexOutOfBoundsException e) { + LOGGER.warn("update: id={} not found", id); + } + + return ret; + } + + @Override + public List<Todo> getAll() { + return Collections.unmodifiableList(this.list); + } + + @Override + public Optional<Todo> findById(int id) { + return this.list.stream() + .filter(t -> t.getId() == id) + .findFirst(); + } +} \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/java/dev/unexist/showcase/todo/infrastructure/serializer/DateSerializer.java Fri Jul 30 13:31:55 2021 +0200 @@ -0,0 +1,29 @@ +/** + * @package Showcase-Microstream-Helidon + * + * @file Todo serializer + * @copyright 2020-2021 Christoph Kappel <christoph@unexist.dev> + * @version $Id$ + * + * This program can be distributed under the terms of the Apache License v2.0. + * See the file LICENSE for details. + **/ + +package dev.unexist.showcase.todo.infrastructure.serializer; + +import com.fasterxml.jackson.core.JsonGenerator; +import com.fasterxml.jackson.databind.JsonSerializer; +import com.fasterxml.jackson.databind.SerializerProvider; + +import java.io.IOException; +import java.time.LocalDate; +import java.time.format.DateTimeFormatter; + +public class DateSerializer extends JsonSerializer<LocalDate> { + + @Override + public void serialize(LocalDate value, JsonGenerator gen, + SerializerProvider serializers) throws IOException { + gen.writeString(value.format(DateTimeFormatter.ofPattern("yyyy-MM-dd"))); + } +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/resources/META-INF/resources/index.html Fri Jul 30 13:31:55 2021 +0200 @@ -0,0 +1,233 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <title>unexist.dev</title> + <style type="text/css"> + :root { + /* Colors */ + --font-color: #fff; + --font-color2: #aaa; + --link-color: #8cf; + --highlight-color: #ff8000; + --border-color: #446979; + --top-color: #313536; + --bottom-color: #1D2021; + --h1-color: #888; + --h2-color: #777; + --h3-color: #666; + --h4-color: #d7ba7d; + --code-color: #d7ba7d; + --cite-color: #777; + + /* Misc */ + --margin: 10px; + --padding: 10px; + --radius: 8px; + --border: 1px solid var(--top-color); + } + + * { + margin: 0px; + padding: 0px; + } + + /* Layout */ + body { + background-color: var(--bottom-color); + color: var(--font-color); + font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif; + } + + nav { + background-color: var(--bottom-color); + border-radius: var(--radius) var(--radius) 0px 0px; + font-size: 90%; + } + + footer { + color: var(--font-color2); + background-color: var(--top-color); + border-left: var(--border); + border-right: var(--border); + border-bottom: var(--border); + border-radius: 0px 0px var(--radius) var(--radius); + font-size: 70%; + text-align: center; + } + + footer a:link, footer a:visited { + color: var(--font-color2); + text-decoration: underline; + } + + footer a:hover { + color: var(--link-color); + text-decoration: none; + } + + #container { + width: 100%; + } + + #split { + display: table; + padding-top: var(--padding); + border-left: var(--border); + border-right: var(--border); + } + + #content { + display: table-cell; + padding-right: var(--padding); + } + + #content h1 { + text-decoration: none; + border-bottom: 1px solid var(--h1-color); + margin-bottom: 10px; + } + + #content h2 { + text-decoration: none; + border-bottom: 1px solid var(--h2-color); + margin-bottom: 10px; + } + + #sidebar a { + display: block; + } + + #header { + background-color: var(--top-color); + width: 100%; + } + + #headline, #split, nav, footer { + width: 70%; + margin: 0px auto; + padding: var(--padding); + + /* Stupid hack */ + min-width: 844px; + } + + @media screen and (max-width: 899px) { + #headline, #split, nav, footer { + width: 100%; + } + } + + #headline h1 { + display: inline-block; + text-decoration: none; + border-bottom: none; + } + + #headline h2 { + display: inline-block; + padding-left: var(--padding); + border-bottom: none; + } + + /* Text */ + a:link, a:visited { + text-decoration: none; + color: var(--link-color); + } + + a:hover { + color: var(--highlight-color); + } + + h1 { + color: var(--h1-color); + text-decoration: none; + border-bottom: 1px solid var(--h1-color); + } + + h2 { + color: var(--h2-color); + text-decoration: none; + border-bottom: 1px solid var(--h2-color); + } + + h3 { + color: var(--h3-color); + text-decoration: underline; + display: inline; + } + + h3, h4 { + padding-top: 10px; + } + + h4 { + color: var(--h4-color); + } + + .post-content li { + margin-left: 40px; + padding: 0px 0px var(--padding) 0px; + color: var(--font-color2); + } + </style> +</head> +<body> +<div id="container"> + <div id="header"> + <div id="headline"> + <h1>unexist.dev</h1> + <h2></h2> + <h2></h2> + <p>Showcase for @project.artifactId@</p> + </div> + <nav> + <a href="/">Home</a> + <a href="https://unexist.dev">Projects</a> + <a href="https://hg.unexist.dev">Repositories</a> + </nav> + </div> + <div id="split"> + <div id="content"> + <div id="posts"> + <h2>Information</h2> + + <div class="post-content"> + <ul> + <li> + <h3>Group</h3>: @project.groupId@ + </li> + <li> + <h3>Artifact</h3>: @project.artifactId@ + </li> + <li> + <h3>Version</h3>: @project.version@ + </li> + <li> + <h3>Build</h3> on @timestamp@ by @hg.author@ + </li> + </ul> + </div> + + <h2>Links</h2> + + <div class="post-content"> + <ul> + <li><a href="/q/dev">Developer console</a></li> + <li><a href="/q/swagger-ui">Swagger UI</a></li> + </ul> + </div> + </div> + </div> + </div> + <footer> + <a href="/feed.xml">RSS</a> + · + <a href="https://github.com/unexist">unexist @ GitHub</a> + · + <a href="https://twitter.com/chkappel">unexist @ Twitter</a> + </footer> +</div> +</body> +</html> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/test/java/dev/unexist/showcase/todo/application/TodoResourceTest.java Fri Jul 30 13:31:55 2021 +0200 @@ -0,0 +1,29 @@ +/** + * @package Showcase-Microstream-Helidon + * + * @file Stupid integration test + * @copyright 2020-2021 Christoph Kappel <christoph@unexist.dev> + * @version $Id$ + * + * This program can be distributed under the terms of the Apache License v2.0. + * See the file LICENSE for details. + **/ + +package dev.unexist.showcase.todo.application; + +import org.junit.jupiter.api.Disabled; +import org.junit.jupiter.api.Test; + +import static io.restassured.RestAssured.given; + +@Disabled +public class TodoResourceTest { + + @Test + public void testTodoEndpoint() { + given() + .when().get("/todo") + .then() + .statusCode(204); + } +} \ No newline at end of file