aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSergey Nastich <nastich@users.noreply.github.com>2018-08-24 13:41:27 -0400
committerGitHub <noreply@github.com>2018-08-24 13:41:27 -0400
commitdf1a2f7fcbdd85ac84162cf8eae8cdb6bb25cbb5 (patch)
treecdfb528e1d4569bfc973b784e6a763b02108442c /README.md
parent46306f0c8f7e88e55a3b18df8ab212e9ea5e01f1 (diff)
downloaddriver-core-df1a2f7fcbdd85ac84162cf8eae8cdb6bb25cbb5.tar.gz
driver-core-df1a2f7fcbdd85ac84162cf8eae8cdb6bb25cbb5.tar.bz2
driver-core-df1a2f7fcbdd85ac84162cf8eae8cdb6bb25cbb5.zip
Migration to `java.time.Instant` and `java.time.LocalDate`: Part 1 (#200)v1.13.0
* Add semi-backwards-compatible JSON formats and path matchers for java.time.Instant and java.time.LocalDate * Use `Clock` in `ApplicationContext` instead of `TimeProvider`, deprecate `TimeProvider` * Add `ChangeableClock` in time package for tests * Add generators for instants and LocalDates
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 19202b6..952961f 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,10 @@
-# Driver Core Library [![Build Status](https://travis-ci.com/drivergroup/driver-core.svg?token=sarWaLdsCrympszs6TRy&branch=master)](https://travis-ci.com/drivergroup/driver-core)
+# Driver Core Library [![Build Status](https://travis-ci.com/drivergroup/driver-core.svg?token=S4oyfBY3YoEdLmckujJx&branch=master)](https://travis-ci.com/drivergroup/driver-core)
Core library is used to provide ways to implement practices established in [Driver service template](http://github.com/drivergroup/driver-template) (check its [README.md](https://github.com/drivergroup/driver-template/blob/master/README.md)).
## Components
* `core package` provides `Id` and `Name` implementations (with equal and ordering), utils for ScalaZ `OptionT`, and also `make` and `using` functions,
- * `time` Primitives to deal with time, receive current times in code and basic formatting it to text,
- * `date ` Primitives to deal with typesafe date, contains ordering and basic ISO 8601 string formatting,
* `config` Contains method `loadDefaultConfig` with default way of providing config to the application,
* `domain` Common generic domain objects, e.g., `Email` and `PhoneNumber`,
* `messages` Localization messages supporting different locales and methods to read from config,