Marius Bogoevici <mbogoevici@pivotal.io>: Author Summary
Build | Completed | Code commits | Tests |
---|---|---|---|
SCS › SCB › #175 | 4 years ago | 38 passed | |
SCS › KFKBM › #65 | 4 years ago |
Revert to Spring Cloud Stream 1.1.1.BUILD-SNAPSHOT
|
92 passed |
SCS › RMQBM › #20 | 4 years ago |
Use Spring Cloud Stream 1.1.1.BUILD-SNAPSHOT
|
25 passed |
SCS › SCSST › #37 | 4 years ago |
Revert to snapshots
|
Testless build |
SCS › SCSST › #34 | 4 years ago |
Updated documentation to release
|
Testless build |
SCS › SCSST › #33 | 4 years ago |
Updated Stream component versions to 1.1.0.RELEASE
|
Testless build |
SCS › KFKBM › #62 | 4 years ago |
Fix Kafka tests
As ConsumerProperties are initialized with different defaults tests must configure them with the same logic as ChannelBindingServiceProperties. |
92 passed |
SCS › KFKBM › #61 | 4 years ago |
Update to Spring Cloud Stream 1.1.0.RELEASE
|
22 of 64 failed |
SCS › RMQBM › #19 | 4 years ago |
Fix next snapshot version to 1.1.1.BUILD-SNAPSHOT
|
25 passed |
SCS › RMQBM › #16 | 4 years ago |
Updated Spring Cloud Stream to 1.1.0.RELEASE
|
25 passed |
Build | Completed | Code commits | Tests |
---|---|---|---|
SCS › KFKBM › #61 | 4 years ago |
Update to Spring Cloud Stream 1.1.0.RELEASE
|
22 of 64 failed |
SCS › RBM › #99 | 4 years ago |
Update README.md
|
44 passed |
SCS › KFKBM › #11 | 4 years ago |
Documentation edits
|
1 of 59 failed |
SCS › KFKBM › #8 | 4 years ago |
Remove unneeded RxJava dependencies
Add support for specifying generic properties for Kafka producers/consumers
|
1 of 59 failed |
SCS › KFKBM › #5 | 4 years ago |
Add back KafkaBinderHealthIndicator
|
Testless build |
SCS › B10X › #13 | 4 years ago |
Move tests to AssertJ
GH-541 Make reconnect time for Kafka/Rabbit configurable
|
3 of 111 failed |
SCS › SMJLE › #442 | 4 years ago |
Add setting for `autoCommitOnError`
Fixes #542 - add option for `autoCommitOnError` - make `autoCommitOnError` follow the state of `enableDlq` - no need to suppress commits if messages will be sent elsewhere |
2 of 113 failed |
SCS › B10X › #10 | 4 years ago |
Use `KafkaBinderConfigurationProperties` directly
Fixes #548 - Remove redundant property copying - Make `socketBufferSize` configurable (it wasn't provided as a configuration option) |
2 of 109 failed |
SCS › SMJLE › #415 | 4 years ago |
Use Spring Cloud Commons 1.0.0.RELEASE
- Remove outdated `spring-core` and `spring-integration` overrides |
154 passed |
SCS › RBM › #21 | 4 years ago |
Upgrade Stream version to 1.0.0.RC1
|
31 passed |
Build | Completed | Code commits | Tests |
---|---|---|---|
SCS › KFKBM › #62 | 4 years ago |
Fix Kafka tests
As ConsumerProperties are initialized with different defaults tests must configure them with the same logic as ChannelBindingServiceProperties. |
92 passed |
SCS › B10X › #36 | 4 years ago |
Set Spring Cloud Build to 1.1.2.RELEASE
|
157 passed |
SCS › KFKBM › #49 | 4 years ago |
Remove redundant spring-kafka declaration
Upgrade to Spring Cloud Stream 1.1.0.RC1
|
85 passed |
SCS › SCSST › #21 | 4 years ago |
Update snapshot dependencies to milestone
|
Testless build |
SCS › SCSST › #19 | 4 years ago |
Use milestone versions for modules too
|
Testless build |
SCS › SCSST › #17 | 4 years ago |
Add Spring profile
|
Testless build |
SCS › KFKBM › #26 | 4 years ago |
Close ProducerFactory on unbind
|
57 passed |
SCS › KFKBM › #12 | 4 years ago |
Fixes for use in kerberized environments
Fixes #10 Use secured Kerberos ZK client Add common client properties - security properties don't have to be repeated |
57 passed |
SCS › KFKBM › #9 | 4 years ago |
Use Spring Cloud Stream Parent directly
Since the intent for `spring-cloud-stream-dependencies` to become the user-facing dependency management BOM, binder implementations should switch to the Spring Cloud Stream parent for version management. This also ensures that they inherit the build lifecycle of Spring Cloud Stream - e.g. checkstyle validation. |
57 passed |
SCS › KFKBM › #7 | 4 years ago |
Fix POM
|
57 passed |
Fixes #43
- Use a global wildcard if `destinationService` is null;
- Append `:**` if the destinationService is not a global wildcard already,
it is in the form `foo` or `foo:bar` and does not end in a global wildcard