Tags: mincong-h/java-examples
Tags
Cleanup MongoDB module (#227) * Hide dependency of MongoDB * Upgrade to Spring Boot 2.5.2 * Use AbstractMongoClientConfiguration * Fix tests * Replace SpringBootApplication by Configuration * Rename AppConfig to MongoConfig
Akka: exponential backoff supervision strategy (#202) * Add new Akka actor * Add Elasticsearch as dependency * Use High-Level REST client in document writer * Add test * Move interface to another file * Remove ES usage * Make classes easier to understand * Add more test * Add non-backoff implementation * Setup and shutdown the system per test * Avoid spamming the logs * Avoid hard-coding max-retries * Add request and response * Use CreateDocumentRequest * Move backoff mechanism to DocumentCreator * Use DocumentCreator directly in tests * Rename test * Simplify code * Remove dead code
Merge pull request #199 from mincong-h/junit5 JUnit5: dynamic tests
JUnit: Create demo for enum conversion
Create new module: Reliability (#154) * Create new module: Reliability * Add Throttler
Java time (#147) * Java Time: CF & Jackson * Add Typesafe Config
Update glob expression (#104) * Rename to GlobExpressionTest * Add link to blog * Simplify expression * Update README * Update demos of glob:*.txt * Update demos of glob:**.txt * Update demos of glob:**/*.txt * Add top-level files * Use parameterized testing * Add comment * Add comment * More parameterized testing * More parameterized tests * Comment style * More paths * Change position
Concurrency: Why Do We Need Completable Future? (#51) * Add BasicSyntaxDemo * Add thread pool and futures * wip * Add link * Add link
PreviousNext