-
Hi,
I have a sample ATOMIC Service, ZUUL Service and EUREKA Service deployed to separate WAS Liberty Profile servers.
But, I get error when accessing the deployed spring boot service via the ZUUL Pr…
-
Hi Sebastian,
thanks for the great initiative! When trying v0.3 on my current project I get following error:
```
constituent[0]: file:/Users/dfranssen/work/tools/apache-maven-3.2.5/lib/aether-api-1.…
-
If I overwrite SpringBootRepositoryRestMvcConfiguration to enable some extra conf (simplified in the example below) the jsr-310 / jdk8 jackson modules are not being used
``` java
@Configuration
publi…
-
If Java 8 is selected as Java runtime, it it better to use Java 8 Date API(JSR310) instead of the joda.
There some some points needs to be aligned with Java 8 and JSR310.
1. Spring date conversion an…
-
In order to realize the reverse conversion, classes like `PlainDate` etc. should introduce new static methods with the signature `public static PlainDate from(TemporalAccessor)` or similar.
The class…
-
Hi,
I used to be able to use Jodatime's `DateTime` and `ISODateTimeFormat`. Now, I cannot with ThreeTenABP. Is there an equivalent api for these calls?
Thanks,
Igor
-
In joda-time version 2.3 both this ...
``` java
DateTime minDT = new DateTime(Long.MIN_VALUE);
```
... and this ...
``` java
DateTime maxDT = new DateTime(Long.MAX_VALUE);
```
... worked perfectly…
-
I see `RC4-SNAPSHOT` has upgraded jackson library to the latest `2.6.0` and withit comes a breaking change where previously `2015-07-28` would be perfectly serialized into a joda `DataTime` object, no…
-
Oracle 10g, 10.2.0.3.0, Oracle JDBC Driver 11.2.0.4, Java 8
I've got this table
```
CREATE TABLE KA_LASTWERTE
(ID NUMBER(16,0) NOT NULL
,KA_ANFRAGEN_NEUKUNDEN_ID NUMBER(16,0) NOT NULL
,ZEITSTEMPE…
-
PrettyTime only supports `java.util.Date` so we should probably add some pluggable conversion logic.