|
Change Parameter Type createdDate : DateTime to createdDate : ZonedDateTime in method public setCreatedDate(createdDate ZonedDateTime) : void in class com.mycompany.myapp.web.rest.dto.ManagedUserDTO |
From |
To |
|
Change Parameter Type resetDate : DateTime to resetDate : ZonedDateTime in method public setResetDate(resetDate ZonedDateTime) : void in class com.mycompany.myapp.domain.User |
From |
To |
|
Change Parameter Type lastModifiedDate : DateTime to lastModifiedDate : ZonedDateTime in method public setLastModifiedDate(lastModifiedDate ZonedDateTime) : void in class com.mycompany.myapp.domain.AbstractAuditingEntity |
From |
To |
|
Change Parameter Type createdDate : DateTime to createdDate : ZonedDateTime in method public setCreatedDate(createdDate ZonedDateTime) : void in class com.mycompany.myapp.domain.AbstractAuditingEntity |
From |
To |
|
Change Parameter Type toDate : LocalDateTime to toDate : LocalDate in method public getByDates(fromDate LocalDate, toDate LocalDate) : List<AuditEvent> in class com.mycompany.myapp.web.rest.AuditResource |
From |
To |
|
Change Parameter Type fromDate : LocalDateTime to fromDate : LocalDate in method public getByDates(fromDate LocalDate, toDate LocalDate) : List<AuditEvent> in class com.mycompany.myapp.web.rest.AuditResource |
From |
To |
|
Change Parameter Type lastModifiedDate : DateTime to lastModifiedDate : ZonedDateTime in method public setLastModifiedDate(lastModifiedDate ZonedDateTime) : void in class com.mycompany.myapp.web.rest.dto.ManagedUserDTO |
From |
To |
|
Change Return Type DateTime to ZonedDateTime in method public getLastModifiedDate() : ZonedDateTime in class com.mycompany.myapp.web.rest.dto.ManagedUserDTO |
From |
To |
|
Change Return Type DateTime to ZonedDateTime in method public getResetDate() : ZonedDateTime in class com.mycompany.myapp.domain.User |
From |
To |
|
Change Return Type JodaModule to Jackson2ObjectMapperBuilder in method package jackson2ObjectMapperBuilder() : Jackson2ObjectMapperBuilder in class com.mycompany.myapp.config.JacksonConfiguration |
From |
To |
|
Change Return Type DateTime to ZonedDateTime in method public getCreatedDate() : ZonedDateTime in class com.mycompany.myapp.web.rest.dto.ManagedUserDTO |
From |
To |
|
Change Return Type DateTime to ZonedDateTime in method public getCreatedDate() : ZonedDateTime in class com.mycompany.myapp.domain.AbstractAuditingEntity |
From |
To |
|
Change Return Type DateTime to ZonedDateTime in method public getLastModifiedDate() : ZonedDateTime in class com.mycompany.myapp.domain.AbstractAuditingEntity |
From |
To |