Skip to content

Releases: hexagonframework/spring-data-ebean

v2.0.0

Choose a tag to compare

@yuanxuegui yuanxuegui released this 06 Nov 11:54
  1. EbeanRepository entity do not need extends Persistable
  2. Upgrade ebean to 11.21.1
  3. Upgrade spring to 5.1.2
  4. Fix error when Upgrade spring data to 2.1.2.RELEASE
  5. Add EbeanEntityInformation

v1.4.1

Choose a tag to compare

@yuanxuegui yuanxuegui released this 10 May 05:27
  1. Upgrade ebean 11.15.5.
  2. Add query object include path.

v1.4.0

Choose a tag to compare

@yuanxuegui yuanxuegui released this 02 May 05:42
  1. Add query object functions in EbeanQueryChannel.
  2. Add many query methods in EbeanRepository.
  3. Modify functions args sort which has selects param.
  4. Remove unused Procedure and AggregateRoot.

v1.3.4

Choose a tag to compare

@yuanxuegui yuanxuegui released this 12 Apr 03:36
  • FIX: findAllById NPE
  • Upgrade ebean 11.15.4
  • Add logback for test

v1.3.3

Choose a tag to compare

@yuanxuegui yuanxuegui released this 30 Mar 03:36
  1. Upgrade ebean 11.15.3,ebean-spring-txn to 11.10.4
  2. FIX: findAll by page sort or example bug
  3. ADD: test for findAll
  4. ADD: ebean-xml-mappings files

v1.3.1

Choose a tag to compare

@yuanxuegui yuanxuegui released this 26 Mar 05:10
  1. FIX: Batch sava、update、delete entity.

v1.3.0

Choose a tag to compare

@yuanxuegui yuanxuegui released this 19 Mar 04:17
  • Upgrade spring-data-commons to 2.0.5.RELEASE for using spring boot 2.0.0.
  • Rename ebean.properties to application.properties, move search packages to config file.
  • Remove unused SqlQuery in EbeanQueryWrapper.
  • ENH: Add createDtoQuery in EbeanQueryChannelService.
  • Upgrade ebean to 11.13.1

v1.2.7

Choose a tag to compare

@yuanxuegui yuanxuegui released this 27 Feb 02:45
  1. Downgrade spring-data-commons to 1.13.10.RELEASE for using spring boot 1.5.x
  2. Update domainEvents to List
  3. Add AbstractAggregateRoot base class
  4. Upgrade ebean-spring-txn to 11.10.3
  5. Upgrade ebean to 11.10.6
  6. Rename xxxExecutionAbstract to xxxExecution
  7. FIX: findPage and findSlice query logic error
  8. Add and use Ebean query wrapper, wrap Query、 SqlQuery、Update、SqlUpdate
  9. use spring data domain event

v1.2.6

Choose a tag to compare

@yuanxuegui yuanxuegui released this 15 Dec 04:52
  1. Update spring data to 1.2.6 & ebean 11.6.1
  2. Move annotations to annotation
  3. Move converter to util
  4. Use spring data domain event

v1.2.5

Choose a tag to compare

@yuanxuegui yuanxuegui released this 10 Oct 03:24

1、修复delete(id) bug
2、升级ebean至11.2.1