JavaForFun
2017-01-01 Gustavo Martin Mor... RxJava, Spring REST example
2016-12-30 Gustavo Martin Mor... Gradle test task in its own file.
2016-12-30 Gustavo Martin Mor... Jacoco configuration for integration tests.
2016-12-30 Gustavo Martin Mor... Gradle integTest task depending on default check task
2016-12-29 Gustavo Martin Mor... Using another gradle file for integTest task
2016-12-29 Gustavo Martin Mor... Debugging H2 with TRACE_LEVEL_SYSTEM_OUT=3
2016-12-28 Gustavo Martin Mor... Flyway, configuration example and thoughts :(
2016-12-28 Gustavo Martin Mor... Update build.gradle
2016-12-28 Gustavo Martin Mor... How to debug with H2
2016-12-28 Gustavo Martin Mor... docker-compose-gradle-plugin requires docker-compose...
2016-12-28 Gustavo Martin Mor... Using random port from docker-compose-gradle-plugin
2016-12-28 Gustavo Martin Mor... Renaming to spring-configuration-h2-test
2016-12-25 Gustavo Martin Mor... Fixing time zones for WEST
2016-12-25 Gustavo Martin Mor... Using docker-compose-gradle-plugin for integration...
2016-12-25 Gustavo Martin Mor... DDL: fixing timestamp default value and contraints
2016-12-25 Gustavo Martin Mor... Integration test with docker-compose-rule
2016-12-25 Gustavo Martin Mor... AdRespositoryShould, changing method names
2016-12-25 Gustavo Martin Mor... Using H2 for data base integrationt tests
2016-12-25 Gustavo Martin Mor... Right directory for Spring test files
2016-12-25 Gustavo Martin Mor... Update to right dependencies
2016-12-24 Gustavo Martin Mor... Fixing OneToMany and ManyToOne annotations
2016-12-24 Gustavo Martin Mor... Integration test task
2016-12-24 Gustavo Martin Mor... Fixing OneToMany and ManyToOne annotations
2016-12-24 Gustavo Martin Mor... Improving test
2016-12-23 Gustavo Martin Mor... Changing name of gradle project
2016-12-23 Gustavo Martin Mor... A few improvements in my unit tests
2016-12-23 Gustavo Martin Mor... Using jacoco
2016-12-23 Gustavo Martin Mor... Giving names to my constraints
2016-12-23 Gustavo Martin Mor... spring-jpa-persistence, using gradle
2016-12-11 Gustavo Martin Mor... RxJavaCarControllerIntegrationTest, cleaning up imports
2016-12-11 Gustavo Martin Mor... Removing time out from RxJavaAdapter
2016-12-11 Gustavo Martin Mor... Thoughts about Observable (stream), Single (one element...
2016-12-11 Gustavo Martin Mor... Spring can already work with CompletableFuture
2016-12-11 Gustavo Martin Mor... Using Spring 4.3.4.RELEASE
2016-12-11 Gustavo Martin Mor... Using RxJava 2.0
2016-12-11 Gustavo Martin Mor... RxJavaCarControllerIntegrationTest
2016-12-11 Gustavo Martin Mor... Update to RxJava 2.0
2016-12-11 Gustavo Martin Mor... Using RxJava 2.0
2016-12-11 Gustavo Martin Mor... Removing useless inner interface from Adapters
2016-12-11 Gustavo Martin Mor... Fixing CallableCarController
2016-12-11 Gustavo Martin Mor... CarControllerIntegrationTest
2016-12-11 Gustavo Martin Mor... CompletableFutureCarControllerIntegrationTest
2016-12-10 Gustavo Martin Mor... DeferredResult, exceptions handler
2016-12-10 Gustavo Martin Mor... RxJava REST example
2016-12-10 Gustavo Martin Mor... Creating async services relying on sync ones
2016-12-10 Gustavo Martin Mor... No repeat yourself :)
2016-12-08 Gustavo Martin Mor... RxJava, using method reference instead of lambdas
2016-12-08 Gustavo Martin Mor... Playing with asynchronous requests in Spring
2016-12-08 Gustavo Martin Mor... More about working with Promises in Java 8
2016-12-08 Gustavo Martin Mor... NOTICE about parallelism and ForkJoinPool
2016-12-08 Gustavo Martin Mor... Having fun with CompletableFuture AKA Promise in Java
2016-12-06 Gustavo Martin Mor... Trying to understand ForkJoinPool
2016-12-06 Gustavo Martin Mor... Do not forget Thread.currentThread().interrupt()
2016-12-06 Gustavo Martin Mor... Fixing coverage in Clock.today()
2016-12-05 Gustavo Martin Mor... Merge branch 'master' of https://github.com/gumartinm...
2016-12-05 Gustavo Martin Mor... ClockGus.format(date) renaming method
2016-12-05 Gustavo Martin Mor... ClockGus.formatted(date) renaming method
2016-12-04 Gustavo Martin Mor... Merge branch 'master' of https://github.com/gumartinm...
2016-12-04 Gustavo Martin Mor... Fixing coverage in Clock.today()
2016-12-04 Gustavo Martin Mor... How to configure IDE Eclipse
2016-12-04 Gustavo Martin Mor... We end up writing our application based on the acceptan...
2016-12-04 Gustavo Martin Mor... PrintStatementeFeature requires the right values for...
2016-12-04 Gustavo Martin Mor... BIG WARNING: Clock.today() is not under test!!!!
2016-12-04 Gustavo Martin Mor... Making StatementPrinter and StatementPrinterShould...
2016-12-04 Gustavo Martin Mor... StatementPrinter, test for print method green
2016-12-04 Gustavo Martin Mor... StatementPrinterShould is failing for the right reasons.
2016-12-04 Gustavo Martin Mor... The acceptance test is failing because we need to imple...
2016-12-04 Gustavo Martin Mor... Clock test is green.
2016-12-04 Gustavo Martin Mor... Clock test working but we need to control the random...
2016-12-04 Gustavo Martin Mor... Renaming local variables in TransactionRepository
2016-12-04 Gustavo Martin Mor... Removing duplications from TransactionRepositoryShould
2016-12-04 Gustavo Martin Mor... Now we have a test for addWithdrawal
2016-12-04 Gustavo Martin Mor... It is only left a test for addWithdrawal
2016-12-04 Gustavo Martin Mor... Tests failing for the right reason
2016-12-04 Gustavo Martin Mor... Tests are failing for the right reasons
2016-12-04 Gustavo Martin Mor... We have a green test for AccountShould
2016-12-04 Gustavo Martin Mor... AccountShould is failing for the right reasons.
2016-12-04 Gustavo Martin Mor... We have to test the printStatement method in Account
2016-12-04 Gustavo Martin Mor... Delegating the responsability of storing transactions.
2016-12-04 Gustavo Martin Mor... Creating test for Account.
2016-12-04 Gustavo Martin Mor... Now we have test expecting some result, it is now faili...
2016-12-04 Gustavo Martin Mor... Test throws UnsupportedOperationException as expected.
2016-12-04 Gustavo Martin Mor... We finish writing our test.
2016-12-04 Gustavo Martin Mor... Writing the asserts and the trigger for those asserts.
2016-12-04 Gustavo Martin Mor... First acceptance test
2016-12-04 Gustavo Martin Mor... Acceptance test, README (constraints)
2016-12-04 Gustavo Martin Mor... RxJava: using flatMap method
2016-12-04 Gustavo Martin Mor... Dealing with InterruptedException, the right way.
2016-12-04 Gustavo Martin Mor... Closing fd as it must be done in CustomHTTPClient
2016-12-04 Gustavo Martin Mor... Having fun with RxJava
2016-12-04 Gustavo Martin Mor... Fixing coverage in Clock.today()
2016-12-04 Gustavo Martin Mor... How to configure IDE Eclipse
2016-12-04 Gustavo Martin Mor... We end up writing our application based on the acceptan...
2016-12-04 Gustavo Martin Mor... PrintStatementeFeature requires the right values for...
2016-12-04 Gustavo Martin Mor... BIG WARNING: Clock.today() is not under test!!!!
2016-12-04 Gustavo Martin Mor... Making StatementPrinter and StatementPrinterShould...
2016-12-04 Gustavo Martin Mor... StatementPrinter, test for print method green
2016-12-04 Gustavo Martin Mor... StatementPrinterShould is failing for the right reasons.
2016-12-04 Gustavo Martin Mor... The acceptance test is failing because we need to imple...
2016-12-04 Gustavo Martin Mor... Clock test is green.
next