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 2018/10/15 10:01:51 UTC

[openwebbeans-meecrowave-examples] branch master updated (412f9df -> deba8fc)

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


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

Posted by st...@apache.org.
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(+)