Commit Graph

207 Commits

Author SHA1 Message Date
Chris Cranford
4306561ded DBZ-1392 Use default alignment for method invocation arguments 2019-10-07 12:11:43 +03:00
Chris Cranford
bd0a98b990 DBZ-1392 Auto-format code upon build 2019-10-07 12:11:43 +03:00
Andreas Bergmeier
5a1ce2769c Initial Sublime config
Enable working with Debezium in Sublime.
2018-06-25 09:37:14 +02:00
Randall Hauch
4c538d4e54 DBZ-4 Changed copyright statement in source code headers and adjusted checkstyle rules. 2016-01-27 08:12:01 -06:00
Randall Hauch
a0a8953d2a Updated the copyright dates per new approach. 2016-01-25 18:33:08 -06:00
Randall Hauch
dffdfd8049 Added debezium-core and MySQL binary log reading tests. 2015-11-24 15:54:37 -06:00
Randall Hauch
0a99ed67cd Initial project skeleton
This initial commit defines several modules for ingesting from JDBC and specifically from PostgreSQL and MySQL. The two latter modules define separate unit tests and integration tests, and prior to running the integration tests create a Docker image with the respective database and start a Docker container. Any *.sql or *.sh files are run on database, allowing the modules to easily create and populate databases used in the tests. The integration tests are then run (using the failsafe maven plugin), and regardless of whether there are any failures the Docker container is always shutdown (at least when running `mvn install`). See the modules' README files for details.
2015-11-18 14:23:29 -06:00