|
Change Parameter Type resetDate : ZonedDateTime to resetDate : Instant in method public setResetDate(resetDate Instant) : void in class io.github.jhipster.sample.domain.User |
From |
To |
|
Change Parameter Type lastModifiedDate : ZonedDateTime to lastModifiedDate : Instant in method public setLastModifiedDate(lastModifiedDate Instant) : void in class io.github.jhipster.sample.domain.AbstractAuditingEntity |
From |
To |
|
Change Parameter Type createdDate : ZonedDateTime to createdDate : Instant in method public setCreatedDate(createdDate Instant) : void in class io.github.jhipster.sample.domain.AbstractAuditingEntity |
From |
To |
|
Change Parameter Type createdDate : ZonedDateTime to createdDate : Instant in method public UserDTO(id Long, login String, firstName String, lastName String, email String, activated boolean, imageUrl String, langKey String, createdBy String, createdDate Instant, lastModifiedBy String, lastModifiedDate Instant, authorities Set<String>) in class io.github.jhipster.sample.service.dto.UserDTO |
From |
To |
|
Change Parameter Type createdDate : ZonedDateTime to createdDate : Instant in method public ManagedUserVM(id Long, login String, password String, firstName String, lastName String, email String, activated boolean, imageUrl String, langKey String, createdBy String, createdDate Instant, lastModifiedBy String, lastModifiedDate Instant, authorities Set<String>) in class io.github.jhipster.sample.web.rest.vm.ManagedUserVM |
From |
To |
|
Change Parameter Type lastModifiedDate : ZonedDateTime to lastModifiedDate : Instant in method public setLastModifiedDate(lastModifiedDate Instant) : void in class io.github.jhipster.sample.service.dto.UserDTO |
From |
To |
|
Change Parameter Type date : ZonedDateTime to date : Instant in method public setDate(date Instant) : void in class io.github.jhipster.sample.domain.Operation |
From |
To |
|
Change Parameter Type lastModifiedDate : ZonedDateTime to lastModifiedDate : Instant in method public ManagedUserVM(id Long, login String, password String, firstName String, lastName String, email String, activated boolean, imageUrl String, langKey String, createdBy String, createdDate Instant, lastModifiedBy String, lastModifiedDate Instant, authorities Set<String>) in class io.github.jhipster.sample.web.rest.vm.ManagedUserVM |
From |
To |
|
Change Parameter Type lastModifiedDate : ZonedDateTime to lastModifiedDate : Instant in method public UserDTO(id Long, login String, firstName String, lastName String, email String, activated boolean, imageUrl String, langKey String, createdBy String, createdDate Instant, lastModifiedBy String, lastModifiedDate Instant, authorities Set<String>) in class io.github.jhipster.sample.service.dto.UserDTO |
From |
To |
|
Change Attribute Type lastModifiedDate : ZonedDateTime to lastModifiedDate : Instant in class io.github.jhipster.sample.domain.AbstractAuditingEntity |
From |
To |
|
Change Attribute Type DEFAULT_DATE : ZonedDateTime to DEFAULT_DATE : Instant in class io.github.jhipster.sample.web.rest.OperationResourceIntTest |
From |
To |
|
Change Attribute Type createdDate : ZonedDateTime to createdDate : Instant in class io.github.jhipster.sample.service.dto.UserDTO |
From |
To |
|
Change Attribute Type resetDate : ZonedDateTime to resetDate : Instant in class io.github.jhipster.sample.domain.User |
From |
To |
|
Change Attribute Type UPDATED_DATE : ZonedDateTime to UPDATED_DATE : Instant in class io.github.jhipster.sample.web.rest.OperationResourceIntTest |
From |
To |
|
Change Attribute Type lastModifiedDate : ZonedDateTime to lastModifiedDate : Instant in class io.github.jhipster.sample.service.dto.UserDTO |
From |
To |
|
Change Attribute Type date : ZonedDateTime to date : Instant in class io.github.jhipster.sample.domain.Operation |
From |
To |
|
Change Attribute Type createdDate : ZonedDateTime to createdDate : Instant in class io.github.jhipster.sample.domain.AbstractAuditingEntity |
From |
To |