Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Sep 7, 2017
1 parent eac6629 commit eef0dc9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ developed with Spring Framework 5 and Kotlin can look like:
- [Constructor based injection](http://olivergierke.de/2013/11/why-field-injection-is-evil/)
- Immutable Pojos
- Cloud Native

You can see a variant of this project software design in [this functional-bean-registration branch](https://github.com/mix-it/mixit/tree/functional-bean-registration):
- [Functional bean registration](https://github.com/mix-it/mixit/blob/functional-bean-registration/src/main/kotlin/Context.kt)
- Pure Spring Framework project (without Spring Boot)
- No CGLIB proxy
- No kotlin-spring plugin needed

### Technologies used

Expand All @@ -35,9 +29,7 @@ developed with Spring Framework 5 and Kotlin can look like:

### TODO

- Use `::findAll` instead of `this@BlogController::findAll` when [KT-15667](https://youtrack.jetbrains.com/issue/KT-15667) will be fixed
- Use [Kotlin Javascript](https://kotlinlang.org/docs/reference/js-overview.html) when generated JS size will be optimized or [compile to WebAssembly](https://discuss.kotlinlang.org/t/webassembly-support/1722/) if supported
- Update to [Gradle Kotlin Script 0.9.0](https://github.com/gradle/gradle-script-kotlin/milestone/13) to [avoid freezing IDEA when modifying `build.gradle.kts`](https://github.com/gradle/gradle-script-kotlin/issues/249)
- Use [Kotlin Javascript](https://kotlinlang.org/docs/reference/js-overview.html) when generated JS size will be optimized or [compile to WebAssembly](https://discuss.kotlinlang.org/t/webassembly-support/1722/) if supported

## Developer guide

Expand Down

0 comments on commit eef0dc9

Please sign in to comment.