You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2019/03/14 09:56:36 UTC

[openwebbeans-meecrowave-examples] 21/28: Merge pull request #4 from elexx/155-kotlin-sample

This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave-examples.git

commit deba8fc80366d9d746be1f19070ff1262d81cca9
Merge: 412f9df a50525c
Author: Mark Struberg <st...@yahoo.de>
AuthorDate: Mon Oct 15 12:01:47 2018 +0200

    Merge pull request #4 from elexx/155-kotlin-sample
    
    add Kotlin based REST sample
    
    txs to elexx for this nice addition!

 pom.xml                                            |   1 +
 rest-trivial-kotlin/README.adoc                    |  11 ++
 rest-trivial-kotlin/pom.xml                        | 154 +++++++++++++++++++++
 .../com/superbiz/jaxrs/HelloFromKotlinEndpoint.kt  |  18 +++
 .../superbiz/jaxrs/HelloFromKotlinEndpointTest.kt  |  30 ++++
 5 files changed, 214 insertions(+)