This is an automated email from the ASF dual-hosted git repository.
struberg pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave-examples.git.
from 412f9df fix documentation typos
add a50525c add Kotlin based REST sample
new deba8fc Merge pull request #4 from elexx/155-kotlin-sample
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
pom.xml | 1 +
{rest-trivial => rest-trivial-kotlin}/README.adoc | 6 +-
rest-trivial-kotlin/pom.xml | 154 +++++++++++++++++++++
.../com/superbiz/jaxrs/HelloFromKotlinEndpoint.kt | 18 +++
.../superbiz/jaxrs/HelloFromKotlinEndpointTest.kt | 30 ++++
5 files changed, 206 insertions(+), 3 deletions(-)
copy {rest-trivial => rest-trivial-kotlin}/README.adoc (51%)
create mode 100644 rest-trivial-kotlin/pom.xml
create mode 100644
rest-trivial-kotlin/src/main/kotlin/com/superbiz/jaxrs/HelloFromKotlinEndpoint.kt
create mode 100644
rest-trivial-kotlin/src/test/kotlin/com/superbiz/jaxrs/HelloFromKotlinEndpointTest.kt