8 Commits

Author SHA1 Message Date
Janne Valkealahti
d427d2a72d Upgrade to boot 1.5.19
- Focus of this change is to get latest deps from boot 1.5.x
  and framework 4.3.x.
- This commit changes baseline from boot 1.4.x to 1.5.x and
  effectively causes below changes:

  -springDataRedisVersion=1.7.3.RELEASE
  +springDataRedisVersion=1.8.18.RELEASE

  -commonsPool2Version=2.4.2
  +commonsPool2Version=2.4.3

  -springBootVersion=1.4.1.RELEASE
  +springBootVersion=1.5.19.RELEASE

  -springSessionVersion=1.0.2.RELEASE
  +springSessionVersion=1.3.5.RELEASE

  -tomcatEmbedVersion=8.5.5
  +tomcatEmbedVersion=8.5.37

  -springSecurityVersion=4.0.3.RELEASE
  +springSecurityVersion=4.2.11.RELEASE

  -springVersion=4.3.3.RELEASE
  +springVersion=4.3.22.RELEASE

  -springDataMongoDbVersion=1.9.3.RELEASE
  +springDataMongoDbVersion=1.10.18.RELEASE

  -springDataCommonsVersion=1.12.3.RELEASE
  +springDataCommonsVersion=1.13.18.RELEASE

  -springDataJpaVersion=1.10.3.RELEASE
  +springDataJpaVersion=1.11.18.RELEASE

- Fix MongoDbRule so that it detects non existend mongo faster.
- Fixes #698
2019-03-25 10:06:16 +00:00
Janne Valkealahti
4dbccf84fa Add mongodb repository config support
- Pretty much following what was done
  for jpa and redis.
- Fixes #275
2016-11-13 08:23:25 +00:00
Janne Valkealahti
ea6648ce0d Polish tests
- For jpa repository tests use same parent
  class as done for redis in #267
2016-11-05 14:46:23 +00:00
Janne Valkealahti
fd6fcb6ee2 Add redis repository config support
- Change machine id as empty string instead of null
  if it's not set.
- Implement domain classes for redis.
- Shared tests.
- Fixes #267
2016-11-05 10:04:20 +00:00
Janne Valkealahti
c7951c5001 Use references in RepositoryTransition
- Refactor so that we can create RepositoryState in one place
  and then reference to it from JpaRepositoryTransition impls.
- New common top class BaseRepositoryEntity for entities
- Change RepositoryState and RepositoryTransition to be abstract
  classes instead of interfaces.
- New custom StateMachineJackson2RepositoryPopulatorFactoryBean and
  StateMachineJackson2ResourceReader handling json refs.
- Relates to #262
2016-10-09 10:21:22 +01:00
Janne Valkealahti
de556f0d54 Add repository config substates
- Add parent state to RepositoryState
  and use it in model factory.
- Relates to #262
2016-10-01 09:34:31 +01:00
Janne Valkealahti
3cc626c947 Upgrade to Boot 1.4.1
- Align related spring train deps
- Modify some other deps to get correct versions
- Some testing changes as boot 1.4.1 shuffled some
  test stuff around.
- Fixed deprecations with newer boot and framework
- Fixes #256
2016-09-30 07:55:12 +01:00
Janne Valkealahti
0d329d9e57 Add initial infra for config repository
- Initial infra for config abstraction with
  Spring Data Repositories via RepositoryStateMachineModelFactory.
- Initial jpa impl.
- Initial jpa sample atop of H2 DB.
- Relates to #250
2016-09-23 17:26:39 +01:00