Skip to content

Releases: jcustenborder/connect-utils

0.4.162

09 Apr 21:03
851a7ed
Compare
Choose a tag to compare

Changelog

Unreleased

GitHub #1 add JenkinsFile to the build

Merge pull request #1 from jcustenborder/jenkins

  • add JenkinsFile to the build

6a7a1b8f04cb91e Jeremy Custenborder 2016-08-22 16:30:49

GitHub #10 Skip the deployment to github

Merge pull request #10 from jcustenborder/validenum-exclude

  • Skip the deployment to github

f219ebeeed87884 Jeremy Custenborder 2017-01-04 04:32:06

GitHub #100 Template Fixes

Template Fixes (#100)

  • Indent documentation two spaces. Fixes #95.
  • Block names should be lower case. Fixes #96.
  • Moved examples to connector page. Removed examples pages. Fixes #97.
  • Remove example files from the index. Fixes #99.

5ed6b26d60ebc04 Jeremy Custenborder 2018-06-21 20:05:33

GitHub #101 index.rst toctree:: should have :maxdepth: 1 bug

Fixes from Joel (#103)

  • Changed depth. Fixes #101
  • Removed example from header. Fixes #102

5d6af340b9035b5 Jeremy Custenborder 2018-06-22 18:30:58

GitHub #102 remove example from Property Based Example and Rest Based Example bug

Fixes from Joel (#103)

  • Changed depth. Fixes #101
  • Removed example from header. Fixes #102

5d6af340b9035b5 Jeremy Custenborder 2018-06-22 18:30:58

GitHub #103 Fixes from Joel

Fixes from Joel (#103)

  • Changed depth. Fixes #101
  • Removed example from header. Fixes #102

5d6af340b9035b5 Jeremy Custenborder 2018-06-22 18:30:58

GitHub #104 Add test data helper to build schemas and structs inline. enhancement

Testing enhancements (#106)

  • Added helper methods for creating sink records. Fixes #105
  • Added methods to create inline structs. Fixes #104.

8cbdd36899dce13 Jeremy Custenborder 2018-06-29 16:30:10

GitHub #105 Add helpers for creating records. enhancement

Testing enhancements (#106)

  • Added helper methods for creating sink records. Fixes #105
  • Added methods to create inline structs. Fixes #104.

8cbdd36899dce13 Jeremy Custenborder 2018-06-29 16:30:10

GitHub #106 Testing enhancements

Added helper class to take a schema and return a schema builder. Added functionality to remove fields if desired. Fixes #106. (#167)

31022a082fd6008 Jeremy Custenborder 2019-11-08 19:06:27

Testing enhancements (#106)

  • Added helper methods for creating sink records. Fixes #105
  • Added methods to create inline structs. Fixes #104.

8cbdd36899dce13 Jeremy Custenborder 2018-06-29 16:30:10

GitHub #107 Add getSet() to ConfigUtils enhancement

Added getSet to return a config list as an ImmutableSet. Fixes #107. (#120)

58c636df813aa61 Jeremy Custenborder 2018-08-02 19:10:49

GitHub #11 Setting the plugin not to execute still downloaded the plugin.

Merge pull request #11 from jcustenborder/validenum-exclude

  • Setting the plugin not to execute still downloaded the plugin.

6f627656c4ce839 Jeremy Custenborder 2017-01-04 04:42:42

GitHub #111 Add support class to support keeping track of Topic, Partition, and Offset. enhancement

Added class to help with incrementing offsets. Fixes #111 (#112)

7cf89b2d7465990 Jeremy Custenborder 2018-07-24 18:18:04

GitHub #112 Added class to help with incrementing offsets. Fixes #111

Added class to help with incrementing offsets. Fixes #111 (#112)

7cf89b2d7465990 Jeremy Custenborder 2018-07-24 18:18:04

GitHub #113 Add support for checking for character sets. enhancement

Added recommender and noarg method for validator. Fixes #113 (#115)

96584f716032525 Jeremy Custenborder 2018-08-01 20:54:09

Added support to validate character sets. Fixes #113 (#114)

a5403591cf3c133 Jeremy Custenborder 2018-08-01 18:06:30

GitHub #114 Added support to validate character sets. Fixes #113

Added support to validate character sets. Fixes #113 (#114)

a5403591cf3c133 Jeremy Custenborder 2018-08-01 18:06:30

GitHub #115 Added recommender

Added recommender and noarg method for validator. Fixes #113 (#115)

96584f716032525 Jeremy Custenborder 2018-08-01 20:54:09

GitHub #116 Some tests are not running in maven because they end with Tests bug

Renamed several test classes to end with Test rather than Tests. Fixes #116 (#117)

3e08b52ed5ad07c Jeremy Custenborder 2018-08-01 21:13:53

GitHub #117 Renamed several test classes to end with Test rather than Tests. Fixes #116

Renamed several test classes to end with Test rather than Tests. Fixes #116 (#117)

3e08b52ed5ad07c Jeremy Custenborder 2018-08-01 21:13:53

GitHub #118 Add Common way to store offset information in bytes for SinkTasks. enhancement

Added support to increment by SinkRecord. Added SinkOffsetState that can be serialized as JSON. Added support to TopicPartitionCounter to build a list of SinkOffsetStates based on contents. Fixes #118 (#119)

9a5a0419e3d5700 Jeremy Custenborder 2018-08-02 19:03:18

GitHub #119 Added support to increment by SinkRecord. Added SinkOffsetState that can be serialized as JSON. Added support to TopicPartitionCounter to build a list of SinkOffsetStates based on contents. Fixes #118

Added support to increment by SinkRecord. Added SinkOffsetState that can be serialized as JSON. Added support to TopicPartitionCounter to build a list of SinkOffsetStates based on contents. Fixes #118 (#119)

9a5a0419e3d5700 Jeremy Custenborder 2018-08-02 19:03:18

GitHub #12 Remove the push of the tag for now.

Merge pull request #12 from jcustenborder/validenum-exclude

  • Remove the push of the tag for now.

da13b34f919ea6f Jeremy Custenborder 2017-01-04 04:57:57

GitHub #120 Added getSet to return a config list as an ImmutableSet. Fixes #107.

Added getSet to return a config list as an ImmutableSet. Fixes #107. (#120)

58c636df813aa61 Jeremy Custenborder 2018-08-02 19:10:49

GitHub #121 Upgrade Jackson to 2.9.6 enhancement

Bump jackson to 2.9.6. Bump kafka to 2.0.0. Fixes #121. (#122)

573b7dfdab496cb Jeremy Custenborder 2018-08-04 01:11:33

GitHub #122 Bump jackson to 2.9.6. Bump kafka to 2.0.0. Fixes #121.

Bump jackson to 2.9.6. Bump kafka to 2.0.0. Fixes #121. (#122)

573b7dfdab496cb Jeremy Custenborder 2018-08-04 01:11:33

GitHub #123 java.lang.IllegalStateException: offset must be greater than 0 bug

Corrected to allow offsets to start from 0. Fixes #123 (#124)

[de31353](de31353919a1...

Read more

0.4.161

10 Apr 05:54
851a7ed
Compare
Choose a tag to compare

Changelog

Unreleased

GitHub #10 Skip the deployment to github

Merge pull request #10 from jcustenborder/validenum-exclude

  • Skip the deployment to github

f219ebeeed87884 Jeremy Custenborder 2017-01-04 04:32:06

GitHub #100 Template Fixes

Template Fixes (#100)

  • Indent documentation two spaces. Fixes #95.
  • Block names should be lower case. Fixes #96.
  • Moved examples to connector page. Removed examples pages. Fixes #97.
  • Remove example files from the index. Fixes #99.

5ed6b26d60ebc04 Jeremy Custenborder 2018-06-21 20:05:33

GitHub #101 index.rst toctree:: should have :maxdepth: 1 bug

Fixes from Joel (#103)

  • Changed depth. Fixes #101
  • Removed example from header. Fixes #102

5d6af340b9035b5 Jeremy Custenborder 2018-06-22 18:30:58

GitHub #102 remove example from Property Based Example and Rest Based Example bug

Fixes from Joel (#103)

  • Changed depth. Fixes #101
  • Removed example from header. Fixes #102

5d6af340b9035b5 Jeremy Custenborder 2018-06-22 18:30:58

GitHub #103 Fixes from Joel

Fixes from Joel (#103)

  • Changed depth. Fixes #101
  • Removed example from header. Fixes #102

5d6af340b9035b5 Jeremy Custenborder 2018-06-22 18:30:58

GitHub #104 Add test data helper to build schemas and structs inline. enhancement

Testing enhancements (#106)

  • Added helper methods for creating sink records. Fixes #105
  • Added methods to create inline structs. Fixes #104.

8cbdd36899dce13 Jeremy Custenborder 2018-06-29 16:30:10

GitHub #105 Add helpers for creating records. enhancement

Testing enhancements (#106)

  • Added helper methods for creating sink records. Fixes #105
  • Added methods to create inline structs. Fixes #104.

8cbdd36899dce13 Jeremy Custenborder 2018-06-29 16:30:10

GitHub #106 Testing enhancements

Added helper class to take a schema and return a schema builder. Added functionality to remove fields if desired. Fixes #106. (#167)

31022a082fd6008 Jeremy Custenborder 2019-11-08 19:06:27

Testing enhancements (#106)

  • Added helper methods for creating sink records. Fixes #105
  • Added methods to create inline structs. Fixes #104.

8cbdd36899dce13 Jeremy Custenborder 2018-06-29 16:30:10

GitHub #107 Add getSet() to ConfigUtils enhancement

Added getSet to return a config list as an ImmutableSet. Fixes #107. (#120)

58c636df813aa61 Jeremy Custenborder 2018-08-02 19:10:49

GitHub #11 Setting the plugin not to execute still downloaded the plugin.

Merge pull request #11 from jcustenborder/validenum-exclude

  • Setting the plugin not to execute still downloaded the plugin.

6f627656c4ce839 Jeremy Custenborder 2017-01-04 04:42:42

GitHub #111 Add support class to support keeping track of Topic, Partition, and Offset. enhancement

Added class to help with incrementing offsets. Fixes #111 (#112)

7cf89b2d7465990 Jeremy Custenborder 2018-07-24 18:18:04

GitHub #112 Added class to help with incrementing offsets. Fixes #111

Added class to help with incrementing offsets. Fixes #111 (#112)

7cf89b2d7465990 Jeremy Custenborder 2018-07-24 18:18:04

GitHub #113 Add support for checking for character sets. enhancement

Added recommender and noarg method for validator. Fixes #113 (#115)

96584f716032525 Jeremy Custenborder 2018-08-01 20:54:09

Added support to validate character sets. Fixes #113 (#114)

a5403591cf3c133 Jeremy Custenborder 2018-08-01 18:06:30

GitHub #114 Added support to validate character sets. Fixes #113

Added support to validate character sets. Fixes #113 (#114)

a5403591cf3c133 Jeremy Custenborder 2018-08-01 18:06:30

GitHub #115 Added recommender

Added recommender and noarg method for validator. Fixes #113 (#115)

96584f716032525 Jeremy Custenborder 2018-08-01 20:54:09

GitHub #116 Some tests are not running in maven because they end with Tests bug

Renamed several test classes to end with Test rather than Tests. Fixes #116 (#117)

3e08b52ed5ad07c Jeremy Custenborder 2018-08-01 21:13:53

GitHub #117 Renamed several test classes to end with Test rather than Tests. Fixes #116

Renamed several test classes to end with Test rather than Tests. Fixes #116 (#117)

3e08b52ed5ad07c Jeremy Custenborder 2018-08-01 21:13:53

GitHub #118 Add Common way to store offset information in bytes for SinkTasks. enhancement

Added support to increment by SinkRecord. Added SinkOffsetState that can be serialized as JSON. Added support to TopicPartitionCounter to build a list of SinkOffsetStates based on contents. Fixes #118 (#119)

9a5a0419e3d5700 Jeremy Custenborder 2018-08-02 19:03:18

GitHub #119 Added support to increment by SinkRecord. Added SinkOffsetState that can be serialized as JSON. Added support to TopicPartitionCounter to build a list of SinkOffsetStates based on contents. Fixes #118

Added support to increment by SinkRecord. Added SinkOffsetState that can be serialized as JSON. Added support to TopicPartitionCounter to build a list of SinkOffsetStates based on contents. Fixes #118 (#119)

9a5a0419e3d5700 Jeremy Custenborder 2018-08-02 19:03:18

GitHub #12 Remove the push of the tag for now.

Merge pull request #12 from jcustenborder/validenum-exclude

  • Remove the push of the tag for now.

da13b34f919ea6f Jeremy Custenborder 2017-01-04 04:57:57

GitHub #120 Added getSet to return a config list as an ImmutableSet. Fixes #107.

Added getSet to return a config list as an ImmutableSet. Fixes #107. (#120)

58c636df813aa61 Jeremy Custenborder 2018-08-02 19:10:49

GitHub #121 Upgrade Jackson to 2.9.6 enhancement

Bump jackson to 2.9.6. Bump kafka to 2.0.0. Fixes #121. (#122)

573b7dfdab496cb Jeremy Custenborder 2018-08-04 01:11:33

GitHub #122 Bump jackson to 2.9.6. Bump kafka to 2.0.0. Fixes #121.

Bump jackson to 2.9.6. Bump kafka to 2.0.0. Fixes #121. (#122)

573b7dfdab496cb Jeremy Custenborder 2018-08-04 01:11:33

GitHub #123 java.lang.IllegalStateException: offset must be greater than 0 bug

Corrected to allow offsets to start from 0. Fixes #123 (#124)

de31353919a1b11 Jeremy Custenborder 2018-08-08 00:24:42

GitHub #124 Corrected to allow offsets to start from 0. Fixes #123

Corrected to allow offsets to start from 0. Fixes #123 (#124)

[de31353](de3...

Read more

0.4.160

01 Apr 22:39
421abad
Compare
Choose a tag to compare

Changelog

Unreleased

GitHub #1 add JenkinsFile to the build

Merge pull request #1 from jcustenborder/jenkins

  • add JenkinsFile to the build

6a7a1b8f04cb91e Jeremy Custenborder 2016-08-22 16:30:49

GitHub #10 Skip the deployment to github

Merge pull request #10 from jcustenborder/validenum-exclude

  • Skip the deployment to github

f219ebeeed87884 Jeremy Custenborder 2017-01-04 04:32:06

GitHub #100 Template Fixes

Template Fixes (#100)

  • Indent documentation two spaces. Fixes #95.
  • Block names should be lower case. Fixes #96.
  • Moved examples to connector page. Removed examples pages. Fixes #97.
  • Remove example files from the index. Fixes #99.

5ed6b26d60ebc04 Jeremy Custenborder 2018-06-21 20:05:33

GitHub #101 index.rst toctree:: should have :maxdepth: 1 bug

Fixes from Joel (#103)

  • Changed depth. Fixes #101
  • Removed example from header. Fixes #102

5d6af340b9035b5 Jeremy Custenborder 2018-06-22 18:30:58

GitHub #102 remove example from Property Based Example and Rest Based Example bug

Fixes from Joel (#103)

  • Changed depth. Fixes #101
  • Removed example from header. Fixes #102

5d6af340b9035b5 Jeremy Custenborder 2018-06-22 18:30:58

GitHub #103 Fixes from Joel

Fixes from Joel (#103)

  • Changed depth. Fixes #101
  • Removed example from header. Fixes #102

5d6af340b9035b5 Jeremy Custenborder 2018-06-22 18:30:58

GitHub #104 Add test data helper to build schemas and structs inline. enhancement

Testing enhancements (#106)

  • Added helper methods for creating sink records. Fixes #105
  • Added methods to create inline structs. Fixes #104.

8cbdd36899dce13 Jeremy Custenborder 2018-06-29 16:30:10

GitHub #105 Add helpers for creating records. enhancement

Testing enhancements (#106)

  • Added helper methods for creating sink records. Fixes #105
  • Added methods to create inline structs. Fixes #104.

8cbdd36899dce13 Jeremy Custenborder 2018-06-29 16:30:10

GitHub #106 Testing enhancements

Added helper class to take a schema and return a schema builder. Added functionality to remove fields if desired. Fixes #106. (#167)

31022a082fd6008 Jeremy Custenborder 2019-11-08 19:06:27

Testing enhancements (#106)

  • Added helper methods for creating sink records. Fixes #105
  • Added methods to create inline structs. Fixes #104.

8cbdd36899dce13 Jeremy Custenborder 2018-06-29 16:30:10

GitHub #107 Add getSet() to ConfigUtils enhancement

Added getSet to return a config list as an ImmutableSet. Fixes #107. (#120)

58c636df813aa61 Jeremy Custenborder 2018-08-02 19:10:49

GitHub #11 Setting the plugin not to execute still downloaded the plugin.

Merge pull request #11 from jcustenborder/validenum-exclude

  • Setting the plugin not to execute still downloaded the plugin.

6f627656c4ce839 Jeremy Custenborder 2017-01-04 04:42:42

GitHub #111 Add support class to support keeping track of Topic, Partition, and Offset. enhancement

Added class to help with incrementing offsets. Fixes #111 (#112)

7cf89b2d7465990 Jeremy Custenborder 2018-07-24 18:18:04

GitHub #112 Added class to help with incrementing offsets. Fixes #111

Added class to help with incrementing offsets. Fixes #111 (#112)

7cf89b2d7465990 Jeremy Custenborder 2018-07-24 18:18:04

GitHub #113 Add support for checking for character sets. enhancement

Added recommender and noarg method for validator. Fixes #113 (#115)

96584f716032525 Jeremy Custenborder 2018-08-01 20:54:09

Added support to validate character sets. Fixes #113 (#114)

a5403591cf3c133 Jeremy Custenborder 2018-08-01 18:06:30

GitHub #114 Added support to validate character sets. Fixes #113

Added support to validate character sets. Fixes #113 (#114)

a5403591cf3c133 Jeremy Custenborder 2018-08-01 18:06:30

GitHub #115 Added recommender

Added recommender and noarg method for validator. Fixes #113 (#115)

96584f716032525 Jeremy Custenborder 2018-08-01 20:54:09

GitHub #116 Some tests are not running in maven because they end with Tests bug

Renamed several test classes to end with Test rather than Tests. Fixes #116 (#117)

3e08b52ed5ad07c Jeremy Custenborder 2018-08-01 21:13:53

GitHub #117 Renamed several test classes to end with Test rather than Tests. Fixes #116

Renamed several test classes to end with Test rather than Tests. Fixes #116 (#117)

3e08b52ed5ad07c Jeremy Custenborder 2018-08-01 21:13:53

GitHub #118 Add Common way to store offset information in bytes for SinkTasks. enhancement

Added support to increment by SinkRecord. Added SinkOffsetState that can be serialized as JSON. Added support to TopicPartitionCounter to build a list of SinkOffsetStates based on contents. Fixes #118 (#119)

9a5a0419e3d5700 Jeremy Custenborder 2018-08-02 19:03:18

GitHub #119 Added support to increment by SinkRecord. Added SinkOffsetState that can be serialized as JSON. Added support to TopicPartitionCounter to build a list of SinkOffsetStates based on contents. Fixes #118

Added support to increment by SinkRecord. Added SinkOffsetState that can be serialized as JSON. Added support to TopicPartitionCounter to build a list of SinkOffsetStates based on contents. Fixes #118 (#119)

9a5a0419e3d5700 Jeremy Custenborder 2018-08-02 19:03:18

GitHub #12 Remove the push of the tag for now.

Merge pull request #12 from jcustenborder/validenum-exclude

  • Remove the push of the tag for now.

da13b34f919ea6f Jeremy Custenborder 2017-01-04 04:57:57

GitHub #120 Added getSet to return a config list as an ImmutableSet. Fixes #107.

Added getSet to return a config list as an ImmutableSet. Fixes #107. (#120)

58c636df813aa61 Jeremy Custenborder 2018-08-02 19:10:49

GitHub #121 Upgrade Jackson to 2.9.6 enhancement

Bump jackson to 2.9.6. Bump kafka to 2.0.0. Fixes #121. (#122)

573b7dfdab496cb Jeremy Custenborder 2018-08-04 01:11:33

GitHub #122 Bump jackson to 2.9.6. Bump kafka to 2.0.0. Fixes #121.

Bump jackson to 2.9.6. Bump kafka to 2.0.0. Fixes #121. (#122)

573b7dfdab496cb Jeremy Custenborder 2018-08-04 01:11:33

GitHub #123 java.lang.IllegalStateException: offset must be greater than 0 bug

Corrected to allow offsets to start from 0. Fixes #123 (#124)

[de31353](de31353919a1...

Read more

0.4.159

25 Mar 17:50
c9cbea9
Compare
Choose a tag to compare

Changelog

Unreleased

GitHub #1 add JenkinsFile to the build

Merge pull request #1 from jcustenborder/jenkins

  • add JenkinsFile to the build

6a7a1b8f04cb91e Jeremy Custenborder 2016-08-22 16:30:49

GitHub #10 Skip the deployment to github

Merge pull request #10 from jcustenborder/validenum-exclude

  • Skip the deployment to github

f219ebeeed87884 Jeremy Custenborder 2017-01-04 04:32:06

GitHub #100 Template Fixes

Template Fixes (#100)

  • Indent documentation two spaces. Fixes #95.
  • Block names should be lower case. Fixes #96.
  • Moved examples to connector page. Removed examples pages. Fixes #97.
  • Remove example files from the index. Fixes #99.

5ed6b26d60ebc04 Jeremy Custenborder 2018-06-21 20:05:33

GitHub #101 index.rst toctree:: should have :maxdepth: 1 bug

Fixes from Joel (#103)

  • Changed depth. Fixes #101
  • Removed example from header. Fixes #102

5d6af340b9035b5 Jeremy Custenborder 2018-06-22 18:30:58

GitHub #102 remove example from Property Based Example and Rest Based Example bug

Fixes from Joel (#103)

  • Changed depth. Fixes #101
  • Removed example from header. Fixes #102

5d6af340b9035b5 Jeremy Custenborder 2018-06-22 18:30:58

GitHub #103 Fixes from Joel

Fixes from Joel (#103)

  • Changed depth. Fixes #101
  • Removed example from header. Fixes #102

5d6af340b9035b5 Jeremy Custenborder 2018-06-22 18:30:58

GitHub #104 Add test data helper to build schemas and structs inline. enhancement

Testing enhancements (#106)

  • Added helper methods for creating sink records. Fixes #105
  • Added methods to create inline structs. Fixes #104.

8cbdd36899dce13 Jeremy Custenborder 2018-06-29 16:30:10

GitHub #105 Add helpers for creating records. enhancement

Testing enhancements (#106)

  • Added helper methods for creating sink records. Fixes #105
  • Added methods to create inline structs. Fixes #104.

8cbdd36899dce13 Jeremy Custenborder 2018-06-29 16:30:10

GitHub #106 Testing enhancements

Added helper class to take a schema and return a schema builder. Added functionality to remove fields if desired. Fixes #106. (#167)

31022a082fd6008 Jeremy Custenborder 2019-11-08 19:06:27

Testing enhancements (#106)

  • Added helper methods for creating sink records. Fixes #105
  • Added methods to create inline structs. Fixes #104.

8cbdd36899dce13 Jeremy Custenborder 2018-06-29 16:30:10

GitHub #107 Add getSet() to ConfigUtils enhancement

Added getSet to return a config list as an ImmutableSet. Fixes #107. (#120)

58c636df813aa61 Jeremy Custenborder 2018-08-02 19:10:49

GitHub #11 Setting the plugin not to execute still downloaded the plugin.

Merge pull request #11 from jcustenborder/validenum-exclude

  • Setting the plugin not to execute still downloaded the plugin.

6f627656c4ce839 Jeremy Custenborder 2017-01-04 04:42:42

GitHub #111 Add support class to support keeping track of Topic, Partition, and Offset. enhancement

Added class to help with incrementing offsets. Fixes #111 (#112)

7cf89b2d7465990 Jeremy Custenborder 2018-07-24 18:18:04

GitHub #112 Added class to help with incrementing offsets. Fixes #111

Added class to help with incrementing offsets. Fixes #111 (#112)

7cf89b2d7465990 Jeremy Custenborder 2018-07-24 18:18:04

GitHub #113 Add support for checking for character sets. enhancement

Added recommender and noarg method for validator. Fixes #113 (#115)

96584f716032525 Jeremy Custenborder 2018-08-01 20:54:09

Added support to validate character sets. Fixes #113 (#114)

a5403591cf3c133 Jeremy Custenborder 2018-08-01 18:06:30

GitHub #114 Added support to validate character sets. Fixes #113

Added support to validate character sets. Fixes #113 (#114)

a5403591cf3c133 Jeremy Custenborder 2018-08-01 18:06:30

GitHub #115 Added recommender

Added recommender and noarg method for validator. Fixes #113 (#115)

96584f716032525 Jeremy Custenborder 2018-08-01 20:54:09

GitHub #116 Some tests are not running in maven because they end with Tests bug

Renamed several test classes to end with Test rather than Tests. Fixes #116 (#117)

3e08b52ed5ad07c Jeremy Custenborder 2018-08-01 21:13:53

GitHub #117 Renamed several test classes to end with Test rather than Tests. Fixes #116

Renamed several test classes to end with Test rather than Tests. Fixes #116 (#117)

3e08b52ed5ad07c Jeremy Custenborder 2018-08-01 21:13:53

GitHub #118 Add Common way to store offset information in bytes for SinkTasks. enhancement

Added support to increment by SinkRecord. Added SinkOffsetState that can be serialized as JSON. Added support to TopicPartitionCounter to build a list of SinkOffsetStates based on contents. Fixes #118 (#119)

9a5a0419e3d5700 Jeremy Custenborder 2018-08-02 19:03:18

GitHub #119 Added support to increment by SinkRecord. Added SinkOffsetState that can be serialized as JSON. Added support to TopicPartitionCounter to build a list of SinkOffsetStates based on contents. Fixes #118

Added support to increment by SinkRecord. Added SinkOffsetState that can be serialized as JSON. Added support to TopicPartitionCounter to build a list of SinkOffsetStates based on contents. Fixes #118 (#119)

9a5a0419e3d5700 Jeremy Custenborder 2018-08-02 19:03:18

GitHub #12 Remove the push of the tag for now.

Merge pull request #12 from jcustenborder/validenum-exclude

  • Remove the push of the tag for now.

da13b34f919ea6f Jeremy Custenborder 2017-01-04 04:57:57

GitHub #120 Added getSet to return a config list as an ImmutableSet. Fixes #107.

Added getSet to return a config list as an ImmutableSet. Fixes #107. (#120)

58c636df813aa61 Jeremy Custenborder 2018-08-02 19:10:49

GitHub #121 Upgrade Jackson to 2.9.6 enhancement

Bump jackson to 2.9.6. Bump kafka to 2.0.0. Fixes #121. (#122)

573b7dfdab496cb Jeremy Custenborder 2018-08-04 01:11:33

GitHub #122 Bump jackson to 2.9.6. Bump kafka to 2.0.0. Fixes #121.

Bump jackson to 2.9.6. Bump kafka to 2.0.0. Fixes #121. (#122)

573b7dfdab496cb Jeremy Custenborder 2018-08-04 01:11:33

GitHub #123 java.lang.IllegalStateException: offset must be greater than 0 bug

Corrected to allow offsets to start from 0. Fixes #123 (#124)

[de31353](de31353919a1...

Read more

0.4.158

06 Mar 21:34
467ffff
Compare
Choose a tag to compare

Changelog

Unreleased

GitHub #1 add JenkinsFile to the build

Merge pull request #1 from jcustenborder/jenkins

  • add JenkinsFile to the build

6a7a1b8f04cb91e Jeremy Custenborder 2016-08-22 16:30:49

GitHub #10 Skip the deployment to github

Merge pull request #10 from jcustenborder/validenum-exclude

  • Skip the deployment to github

f219ebeeed87884 Jeremy Custenborder 2017-01-04 04:32:06

GitHub #100 Template Fixes

Template Fixes (#100)

  • Indent documentation two spaces. Fixes #95.
  • Block names should be lower case. Fixes #96.
  • Moved examples to connector page. Removed examples pages. Fixes #97.
  • Remove example files from the index. Fixes #99.

5ed6b26d60ebc04 Jeremy Custenborder 2018-06-21 20:05:33

GitHub #101 index.rst toctree:: should have :maxdepth: 1 bug

Fixes from Joel (#103)

  • Changed depth. Fixes #101
  • Removed example from header. Fixes #102

5d6af340b9035b5 Jeremy Custenborder 2018-06-22 18:30:58

GitHub #102 remove example from Property Based Example and Rest Based Example bug

Fixes from Joel (#103)

  • Changed depth. Fixes #101
  • Removed example from header. Fixes #102

5d6af340b9035b5 Jeremy Custenborder 2018-06-22 18:30:58

GitHub #103 Fixes from Joel

Fixes from Joel (#103)

  • Changed depth. Fixes #101
  • Removed example from header. Fixes #102

5d6af340b9035b5 Jeremy Custenborder 2018-06-22 18:30:58

GitHub #104 Add test data helper to build schemas and structs inline. enhancement

Testing enhancements (#106)

  • Added helper methods for creating sink records. Fixes #105
  • Added methods to create inline structs. Fixes #104.

8cbdd36899dce13 Jeremy Custenborder 2018-06-29 16:30:10

GitHub #105 Add helpers for creating records. enhancement

Testing enhancements (#106)

  • Added helper methods for creating sink records. Fixes #105
  • Added methods to create inline structs. Fixes #104.

8cbdd36899dce13 Jeremy Custenborder 2018-06-29 16:30:10

GitHub #106 Testing enhancements

Added helper class to take a schema and return a schema builder. Added functionality to remove fields if desired. Fixes #106. (#167)

31022a082fd6008 Jeremy Custenborder 2019-11-08 19:06:27

Testing enhancements (#106)

  • Added helper methods for creating sink records. Fixes #105
  • Added methods to create inline structs. Fixes #104.

8cbdd36899dce13 Jeremy Custenborder 2018-06-29 16:30:10

GitHub #107 Add getSet() to ConfigUtils enhancement

Added getSet to return a config list as an ImmutableSet. Fixes #107. (#120)

58c636df813aa61 Jeremy Custenborder 2018-08-02 19:10:49

GitHub #11 Setting the plugin not to execute still downloaded the plugin.

Merge pull request #11 from jcustenborder/validenum-exclude

  • Setting the plugin not to execute still downloaded the plugin.

6f627656c4ce839 Jeremy Custenborder 2017-01-04 04:42:42

GitHub #111 Add support class to support keeping track of Topic, Partition, and Offset. enhancement

Added class to help with incrementing offsets. Fixes #111 (#112)

7cf89b2d7465990 Jeremy Custenborder 2018-07-24 18:18:04

GitHub #112 Added class to help with incrementing offsets. Fixes #111

Added class to help with incrementing offsets. Fixes #111 (#112)

7cf89b2d7465990 Jeremy Custenborder 2018-07-24 18:18:04

GitHub #113 Add support for checking for character sets. enhancement

Added recommender and noarg method for validator. Fixes #113 (#115)

96584f716032525 Jeremy Custenborder 2018-08-01 20:54:09

Added support to validate character sets. Fixes #113 (#114)

a5403591cf3c133 Jeremy Custenborder 2018-08-01 18:06:30

GitHub #114 Added support to validate character sets. Fixes #113

Added support to validate character sets. Fixes #113 (#114)

a5403591cf3c133 Jeremy Custenborder 2018-08-01 18:06:30

GitHub #115 Added recommender

Added recommender and noarg method for validator. Fixes #113 (#115)

96584f716032525 Jeremy Custenborder 2018-08-01 20:54:09

GitHub #116 Some tests are not running in maven because they end with Tests bug

Renamed several test classes to end with Test rather than Tests. Fixes #116 (#117)

3e08b52ed5ad07c Jeremy Custenborder 2018-08-01 21:13:53

GitHub #117 Renamed several test classes to end with Test rather than Tests. Fixes #116

Renamed several test classes to end with Test rather than Tests. Fixes #116 (#117)

3e08b52ed5ad07c Jeremy Custenborder 2018-08-01 21:13:53

GitHub #118 Add Common way to store offset information in bytes for SinkTasks. enhancement

Added support to increment by SinkRecord. Added SinkOffsetState that can be serialized as JSON. Added support to TopicPartitionCounter to build a list of SinkOffsetStates based on contents. Fixes #118 (#119)

9a5a0419e3d5700 Jeremy Custenborder 2018-08-02 19:03:18

GitHub #119 Added support to increment by SinkRecord. Added SinkOffsetState that can be serialized as JSON. Added support to TopicPartitionCounter to build a list of SinkOffsetStates based on contents. Fixes #118

Added support to increment by SinkRecord. Added SinkOffsetState that can be serialized as JSON. Added support to TopicPartitionCounter to build a list of SinkOffsetStates based on contents. Fixes #118 (#119)

9a5a0419e3d5700 Jeremy Custenborder 2018-08-02 19:03:18

GitHub #12 Remove the push of the tag for now.

Merge pull request #12 from jcustenborder/validenum-exclude

  • Remove the push of the tag for now.

da13b34f919ea6f Jeremy Custenborder 2017-01-04 04:57:57

GitHub #120 Added getSet to return a config list as an ImmutableSet. Fixes #107.

Added getSet to return a config list as an ImmutableSet. Fixes #107. (#120)

58c636df813aa61 Jeremy Custenborder 2018-08-02 19:10:49

GitHub #121 Upgrade Jackson to 2.9.6 enhancement

Bump jackson to 2.9.6. Bump kafka to 2.0.0. Fixes #121. (#122)

573b7dfdab496cb Jeremy Custenborder 2018-08-04 01:11:33

GitHub #122 Bump jackson to 2.9.6. Bump kafka to 2.0.0. Fixes #121.

Bump jackson to 2.9.6. Bump kafka to 2.0.0. Fixes #121. (#122)

573b7dfdab496cb Jeremy Custenborder 2018-08-04 01:11:33

GitHub #123 java.lang.IllegalStateException: offset must be greater than 0 bug

Corrected to allow offsets to start from 0. Fixes #123 (#124)

[de31353](de31353919a1...

Read more

0.4.157

08 Nov 19:09
31022a0
Compare
Choose a tag to compare

Changelog

Unreleased

GitHub #1 add JenkinsFile to the build

Merge pull request #1 from jcustenborder/jenkins

  • add JenkinsFile to the build

6a7a1b8f04cb91e Jeremy Custenborder 2016-08-22 16:30:49

GitHub #10 Skip the deployment to github

Merge pull request #10 from jcustenborder/validenum-exclude

  • Skip the deployment to github

f219ebeeed87884 Jeremy Custenborder 2017-01-04 04:32:06

GitHub #100 Template Fixes

Template Fixes (#100)

  • Indent documentation two spaces. Fixes #95.
  • Block names should be lower case. Fixes #96.
  • Moved examples to connector page. Removed examples pages. Fixes #97.
  • Remove example files from the index. Fixes #99.

5ed6b26d60ebc04 Jeremy Custenborder 2018-06-21 20:05:33

GitHub #101 index.rst toctree:: should have :maxdepth: 1 bug

Fixes from Joel (#103)

  • Changed depth. Fixes #101
  • Removed example from header. Fixes #102

5d6af340b9035b5 Jeremy Custenborder 2018-06-22 18:30:58

GitHub #102 remove example from Property Based Example and Rest Based Example bug

Fixes from Joel (#103)

  • Changed depth. Fixes #101
  • Removed example from header. Fixes #102

5d6af340b9035b5 Jeremy Custenborder 2018-06-22 18:30:58

GitHub #103 Fixes from Joel

Fixes from Joel (#103)

  • Changed depth. Fixes #101
  • Removed example from header. Fixes #102

5d6af340b9035b5 Jeremy Custenborder 2018-06-22 18:30:58

GitHub #104 Add test data helper to build schemas and structs inline. enhancement

Testing enhancements (#106)

  • Added helper methods for creating sink records. Fixes #105
  • Added methods to create inline structs. Fixes #104.

8cbdd36899dce13 Jeremy Custenborder 2018-06-29 16:30:10

GitHub #105 Add helpers for creating records. enhancement

Testing enhancements (#106)

  • Added helper methods for creating sink records. Fixes #105
  • Added methods to create inline structs. Fixes #104.

8cbdd36899dce13 Jeremy Custenborder 2018-06-29 16:30:10

GitHub #106 Testing enhancements

Added helper class to take a schema and return a schema builder. Added functionality to remove fields if desired. Fixes #106. (#167)

31022a082fd6008 Jeremy Custenborder 2019-11-08 19:06:27

Testing enhancements (#106)

  • Added helper methods for creating sink records. Fixes #105
  • Added methods to create inline structs. Fixes #104.

8cbdd36899dce13 Jeremy Custenborder 2018-06-29 16:30:10

GitHub #107 Add getSet() to ConfigUtils enhancement

Added getSet to return a config list as an ImmutableSet. Fixes #107. (#120)

58c636df813aa61 Jeremy Custenborder 2018-08-02 19:10:49

GitHub #11 Setting the plugin not to execute still downloaded the plugin.

Merge pull request #11 from jcustenborder/validenum-exclude

  • Setting the plugin not to execute still downloaded the plugin.

6f627656c4ce839 Jeremy Custenborder 2017-01-04 04:42:42

GitHub #111 Add support class to support keeping track of Topic, Partition, and Offset. enhancement

Added class to help with incrementing offsets. Fixes #111 (#112)

7cf89b2d7465990 Jeremy Custenborder 2018-07-24 18:18:04

GitHub #112 Added class to help with incrementing offsets. Fixes #111

Added class to help with incrementing offsets. Fixes #111 (#112)

7cf89b2d7465990 Jeremy Custenborder 2018-07-24 18:18:04

GitHub #113 Add support for checking for character sets. enhancement

Added recommender and noarg method for validator. Fixes #113 (#115)

96584f716032525 Jeremy Custenborder 2018-08-01 20:54:09

Added support to validate character sets. Fixes #113 (#114)

a5403591cf3c133 Jeremy Custenborder 2018-08-01 18:06:30

GitHub #114 Added support to validate character sets. Fixes #113

Added support to validate character sets. Fixes #113 (#114)

a5403591cf3c133 Jeremy Custenborder 2018-08-01 18:06:30

GitHub #115 Added recommender

Added recommender and noarg method for validator. Fixes #113 (#115)

96584f716032525 Jeremy Custenborder 2018-08-01 20:54:09

GitHub #116 Some tests are not running in maven because they end with Tests bug

Renamed several test classes to end with Test rather than Tests. Fixes #116 (#117)

3e08b52ed5ad07c Jeremy Custenborder 2018-08-01 21:13:53

GitHub #117 Renamed several test classes to end with Test rather than Tests. Fixes #116

Renamed several test classes to end with Test rather than Tests. Fixes #116 (#117)

3e08b52ed5ad07c Jeremy Custenborder 2018-08-01 21:13:53

GitHub #118 Add Common way to store offset information in bytes for SinkTasks. enhancement

Added support to increment by SinkRecord. Added SinkOffsetState that can be serialized as JSON. Added support to TopicPartitionCounter to build a list of SinkOffsetStates based on contents. Fixes #118 (#119)

9a5a0419e3d5700 Jeremy Custenborder 2018-08-02 19:03:18

GitHub #119 Added support to increment by SinkRecord. Added SinkOffsetState that can be serialized as JSON. Added support to TopicPartitionCounter to build a list of SinkOffsetStates based on contents. Fixes #118

Added support to increment by SinkRecord. Added SinkOffsetState that can be serialized as JSON. Added support to TopicPartitionCounter to build a list of SinkOffsetStates based on contents. Fixes #118 (#119)

9a5a0419e3d5700 Jeremy Custenborder 2018-08-02 19:03:18

GitHub #12 Remove the push of the tag for now.

Merge pull request #12 from jcustenborder/validenum-exclude

  • Remove the push of the tag for now.

da13b34f919ea6f Jeremy Custenborder 2017-01-04 04:57:57

GitHub #120 Added getSet to return a config list as an ImmutableSet. Fixes #107.

Added getSet to return a config list as an ImmutableSet. Fixes #107. (#120)

58c636df813aa61 Jeremy Custenborder 2018-08-02 19:10:49

GitHub #121 Upgrade Jackson to 2.9.6 enhancement

Bump jackson to 2.9.6. Bump kafka to 2.0.0. Fixes #121. (#122)

573b7dfdab496cb Jeremy Custenborder 2018-08-04 01:11:33

GitHub #122 Bump jackson to 2.9.6. Bump kafka to 2.0.0. Fixes #121.

Bump jackson to 2.9.6. Bump kafka to 2.0.0. Fixes #121. (#122)

573b7dfdab496cb Jeremy Custenborder 2018-08-04 01:11:33

GitHub #123 java.lang.IllegalStateException: offset must be greater than 0 bug

Corrected to allow offsets to start from 0. Fixes #123 (#124)

[de31353](de31353919a1...

Read more