15 Commits

Author SHA1 Message Date
Walter Gómez
d6e58f6efd Feature/kotlin interop (#1709)
* Add project for hibernate immutable article
Add Event entity
Add hibernate configuration file
Add hibernateutil for configuration
Add test to match snippets from article

* Update master

* Add Kotlin Java Interoperability
Add kotlin-reflect dependency

* Fix test for customer
Remove unused imports
2017-04-25 09:50:02 +02:00
Tomasz Lelek
f204b6167d Bael 779 kotlin generics (#1671)
* Kotlin Generics code

* wrote rest of the tests

* sorting impl

* proper val name

* fix typo

* better assert
2017-04-18 13:29:18 +02:00
Tomasz Lelek
576298dc7b Bael 779 kotlin generics (#1614)
* Kotlin Generics code

* wrote rest of the tests

* sorting impl

* proper val name

* fix typo
2017-04-17 20:32:03 +02:00
Tomasz Lelek
6f75ad86a6 Bael 756 (#1531)
* BAEL-756 code for kotlin null-safety article

* BAEL-756 fix typo

* BAEL-756 increment version of Kotlin

* BAEL-756 remove duplicate form pom

* BAEL-756 add also and run example
2017-03-29 13:41:37 +02:00
Tomasz Lelek
1a7ccb8248 Bael 756 (#1513)
* BAEL-756 code for kotlin null-safety article

* BAEL-756 fix typo

* BAEL-756 increment version of Kotlin

* BAEL-756 remove duplicate form pom
2017-03-28 21:14:32 -05:00
Tryfon
693f7b9689 Guide to "when" block in Kotlin pull request (#1296)
* Char array to string and string to char array test cases added

* Minor code renames

* Added groupingBy collector unit tests

* Added test case for int summary calculation on grouped results

* Added the grouping by classes to the main source path

* Reverting char array to string test class

* Reverting char array to string test class

* Reverting char array to string test class

* Reverting char array to string test class

* Unit test class for Kotlin when block + required types

* Minor changes to kotlin when block tests

* Minor change

* Minor change
2017-03-06 08:37:08 +01:00
Predrag Maric
28cbdeb4a9 Renamed one class in Kotlin module 2017-02-01 01:49:35 +01:00
pivovarit
19afd94177 Fix kotlin pom.xml 2017-01-29 15:30:06 +01:00
Tomasz Lelek
31c65f649a BAEL-614 java/kotlin interop 2017-01-25 19:30:06 +01:00
Tomasz Lelek
a269eba427 BAEL-382 kotlin/java interperability example 2017-01-18 19:37:12 +01:00
Tomasz Lelek
7fdf20df6b BAEL-382 lambdas 2017-01-17 16:09:05 +01:00
Tomasz Lelek
9512edb667 BAEL-586 moved code to com.baeldung.kotlin package, use version properties in pom.xml 2017-01-17 09:54:51 +01:00
Tomasz Lelek
77fba546b3 BAEL-382 name of test 2017-01-02 16:32:04 +01:00
Tomasz Lelek
17148ca5e9 BAEL-382 Add extension function that works on list 2017-01-02 16:22:27 +01:00
Tomasz Lelek
4d415f7f74 BAEL-382 null-safety example 2017-01-02 14:48:05 +01:00