Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Releases: juanwolf/mysql-binlog-replicator

mysql-binlog-replicator-1.0.8

26 Aug 10:08
Compare
Choose a tag to compare

Adding feature :
@NestedMapping annotation to map fields to foreign entity

  • OneToOne
  • OneToMany
  • ManyToOne

WARNING: If you're creating two objects with their opposite Relationship that will create an infinite loop and the service will crash. Next release will solve this problem

mysql-binlog-replicator-1.0.7

07 Aug 06:44
Compare
Choose a tag to compare

Add more types in SQL -> java mapping

Possibility to change the output of a date with a specific date format.

mysql-binlog-replicator-1.0.5

03 Aug 12:28
Compare
Choose a tag to compare

First stable release, features included:

  • automatic replication of data in crud repository
  • Manage SQL types :
    • INT (as long or int java type)
    • FLOAT (as float)
    • DATETIME (as date)
    • VARCHAR (as string)