Commit Graph

40 Commits

Author SHA1 Message Date
buildmaster
622ba0a52c Bumping versions 2022-11-29 17:32:43 +00:00
buildmaster
5b25dff5f9 Bumping versions 2022-11-21 17:35:03 +00:00
buildmaster
75f16e336b Going back to snapshots 2022-11-17 17:10:08 +00:00
buildmaster
c05e4b82c1 Update SNAPSHOT to 4.0.0-RC2 2022-11-17 17:06:33 +00:00
buildmaster
e7394d6a65 Bumping versions 2022-11-15 17:33:21 +00:00
Soby Chacko
9fb252c535 Schema Registry samples README enhancements
Adding instructions for how to use Confluent Schema Registry
with Spring Cloud Stream Scheam Registry AVRO converter clients.
2022-11-01 16:02:29 -04:00
buildmaster
523b77f58b Bumping versions 2022-10-31 17:43:44 +00:00
buildmaster
9a82f726b0 Going back to snapshots 2022-10-27 21:44:40 +00:00
buildmaster
14e58050ef Update SNAPSHOT to 4.0.0-RC1 2022-10-27 21:41:15 +00:00
buildmaster
d83a02c603 Bumping versions 2022-10-26 17:33:09 +00:00
Soby Chacko
aebd885204 Minor cleanup in samples and tools
- Cleanup in schema-registry samples (final variable).
- Add instructions in tools/kafka/docker-compose to run
  a quick test using Kafka console scripts.
2022-10-20 15:04:28 -04:00
buildmaster
b4d6f339ac Bumping versions 2022-10-13 17:43:41 +00:00
buildmaster
fdc0d683ec Going back to snapshots 2022-10-06 00:51:30 +00:00
buildmaster
716f045bdf Update SNAPSHOT to 4.0.0-M5 2022-10-06 00:48:03 +00:00
spencergibb
cdda9b2ef7 Removes versions managed by spring-cloud-stream-dependencies 2022-10-05 16:23:31 -04:00
buildmaster
e5bb008b7a Bumping versions 2022-09-30 17:31:48 +00:00
Soby Chacko
6fcc060b66 Add missing copyrights to schema-registy samples 2022-08-30 17:46:21 -04:00
Chris Bono
449e6f83d8 Rename SCSt schema registry sample (#2500) 2022-08-29 19:30:14 -05:00
Soby Chacko
d38f57e06a Migrating SCSt Schema Registry Sample (#2498)
* Migrating SCSt Schema Registry Sample

* Addressing PR review
2022-08-29 18:38:25 -04:00
Chris Bono
f94da9d311 Update Spring Boot from 3.0.0-M4 -> 3.0.0-SNAPSHOT
Adapts to the following changes in upstreams libs:

- Spring Kafka removed ListenableFuture
- Spring AOT changed generator API

Fixes #2473 #2465

Checkstyle fixes
2022-08-09 10:32:25 -04:00
buildmaster
605344d5a5 Going back to snapshots 2022-07-29 19:05:12 +00:00
buildmaster
c69888ae68 Update SNAPSHOT to 4.0.0-M4 2022-07-29 19:02:38 +00:00
Chris Bono
aa3ab75f64 Remove stream-bridge-avro sample 2022-07-28 16:06:03 +02:00
Chris Bono
55c3f66c61 Remove kafka-streams-branching sample 2022-07-28 16:06:03 +02:00
Chris Bono
5f289a6d41 Remove kafka-native-serialization sample 2022-07-28 16:06:03 +02:00
Chris Bono
482b945bfd Add KafkaStream interactive query sample app (#2461)
* Add KafkaStream interactive query sample app

* Remove KafkaStreams interactive query "basic" sample app
2022-07-25 18:07:59 -04:00
buildmaster
221c3e5b37 Bumping versions 2022-07-21 17:28:33 +00:00
Soby Chacko
ada56c4e0f Fixing Kafka binder build issues
Update maven surefire-plugin to 3.0.0-M7 to address an issue
with how the newly added GlobalEmbeddedKafkaTestExecutionListener
in spring-kafka-test loads configuration parameters. The current
versions (2.x) of the plugin are not properly loading these parameters.

https://maven.apache.org/surefire/download.cgi
2022-07-14 12:11:54 -04:00
buildmaster
97975a0d3c Going back to snapshots 2022-06-15 11:35:09 +00:00
buildmaster
84d4cccdee Update SNAPSHOT to 4.0.0-M3 2022-06-15 11:32:24 +00:00
Chris Bono
569ab2c5c5 Migrate kafka-streams-interactive-query-basic sample app 2022-06-13 11:54:55 -04:00
Chris Bono
be6db877da Migrates KafkaStreams branching sample (#2427)
* Migrate Kafka Streams branching sample

* Cleanup some Kafka samples

* copyright header added to several files
* Spring Boot Maven plugin put into parent samples pom.xml

* Removed unused dependency and fixed title in README.adoc
2022-06-13 11:49:15 -04:00
Chris Bono
317db6094a Migrate stream-bridge-avro sample app 2022-05-19 10:46:31 -04:00
Chris Bono
b8a5c1d3af Make confluent-schema-registry-integration sample poms consistent (#2398)
* Make confluent-schema-registry-integration sample poms consistent

* Update <description> w/ "Confluent" prefix

* Put spring-cloud-dependencies back to 2022.0.0-SNAPSHOT (I got confused w 2021 for a minute)

* Pull deps up to base pom.xml
2022-05-16 14:56:24 -04:00
Chris Bono
424774c647 Polish kafka-native-serialization sample 2022-05-16 10:11:21 -04:00
Soby Chacko
ecc1b60b14 Migrating Kafka native serialization sample 2022-05-16 10:11:21 -04:00
Soby Chacko
7657f7b7a3 Refactoring Confluent Schema Registry sample 2022-05-11 16:03:20 -04:00
Chris Bono
807b71d726 Cleanup Confluent schema registry sample code
* Use best practices
* Use SL4J
* Tidy formatting
2022-05-06 14:02:31 -05:00
Chris Bono
835d70b4a7 Cleanup Confluent schema registry sample docs/pom
* Update README (it does what it says it does)
* Restructure pom hierarchy and factor out commonality
2022-05-06 14:02:31 -05:00
Soby Chacko
4089c46fff Migrating samples (#2375)
* Migrating samples

Confluent Schema Registry integration sample

* Addressing PR review comments
2022-05-05 15:24:26 -04:00