50 Commits

Author SHA1 Message Date
buildmaster
cfd6835505 Bumping versions to 1.1.6-SNAPSHOT after release 2021-10-22 09:49:39 +00:00
buildmaster
558bafbcc6 Going back to snapshots 2021-10-22 09:49:39 +00:00
buildmaster
7077f9e7a8 Update SNAPSHOT to 1.1.5 2021-10-22 09:47:55 +00:00
buildmaster
72992e6163 Bumping versions to 1.1.5-SNAPSHOT after release 2021-09-21 06:10:38 +00:00
buildmaster
731a226ffc Going back to snapshots 2021-09-21 06:10:38 +00:00
buildmaster
c8522ce63f Update SNAPSHOT to 1.1.4 2021-09-21 06:08:55 +00:00
Soby Chacko
ef24f108c9 Fixing the docs publishing issue 2021-03-19 16:41:26 -04:00
buildmaster
1e2788dc8a Bumping versions to 1.1.3-SNAPSHOT after release 2021-03-16 13:40:46 +00:00
buildmaster
7938121d53 Going back to snapshots 2021-03-16 13:40:46 +00:00
buildmaster
8bd0bbb9d4 Update SNAPSHOT to 1.1.2 2021-03-16 13:39:08 +00:00
buildmaster
e44d39e3e8 Bumping versions to 1.1.2-SNAPSHOT after release 2021-01-27 17:39:24 +00:00
buildmaster
0cd0524a50 Going back to snapshots 2021-01-27 17:39:23 +00:00
buildmaster
995b9428a6 Update SNAPSHOT to 1.1.1 2021-01-27 17:37:58 +00:00
Oleg Zhurakousky
a1cf97220d Fix snapshot versioning schema 2020-12-21 15:45:10 +01:00
buildmaster
f43b76666d Bumping versions to 1.1.1.SNAPSHOT after release 2020-12-21 12:15:34 +00:00
buildmaster
ff78e92555 Going back to snapshots 2020-12-21 12:15:33 +00:00
buildmaster
ade74d5ae4 Update SNAPSHOT to 1.1.0 2020-12-21 12:13:56 +00:00
buildmaster
3a79336d47 Going back to snapshots 2020-12-11 15:01:14 +00:00
buildmaster
d04f7d9c4e Update SNAPSHOT to 1.1.0-RC1 2020-12-11 14:59:50 +00:00
buildmaster
78a2491512 Going back to snapshots 2020-11-17 15:15:35 +00:00
buildmaster
a20cfed448 Update SNAPSHOT to 1.1.0-M4 2020-11-17 15:14:15 +00:00
buildmaster
5a40247b0d Going back to snapshots 2020-10-02 10:10:01 +00:00
buildmaster
8825dccbda Update SNAPSHOT to 1.1.0-M3 2020-10-02 10:08:49 +00:00
buildmaster
bab3005a59 Bumping versions 2020-09-25 10:28:55 +00:00
buildmaster
9d69ae4d01 Going back to snapshots 2020-07-20 15:47:59 +00:00
buildmaster
6a3f05ddc6 Update SNAPSHOT to 1.1.0-M2 2020-07-20 15:46:49 +00:00
buildmaster
5d612b30f7 Going back to snapshots 2020-06-29 09:42:32 +00:00
buildmaster
16cff158ac Update SNAPSHOT to 1.1.0.M2 2020-06-29 09:39:35 +00:00
Kyle Xiong
01a932734f Rename module to spring-cloud-stream-schema in doc
Resolves #34
2020-04-29 16:32:10 +02:00
Christian Tzolov
a94d101b66 Resolves #11 2020-04-28 10:08:23 -04:00
buildmaster
dd023d7929 Going back to snapshots 2020-04-07 16:58:19 +00:00
buildmaster
86868395b9 Update SNAPSHOT to 1.1.0.M1 2020-04-07 16:57:45 +00:00
Christian Tzolov
eb733def92 Fork to new 1.1.x branch based on SCSt 3.1.x 2020-02-17 11:48:34 +01:00
buildmaster
f4ad537f70 Bumping versions to 1.0.3.BUILD-SNAPSHOT after release 2020-02-13 08:05:17 +00:00
buildmaster
ab5b9a4aa1 Going back to snapshots 2020-02-13 08:05:17 +00:00
buildmaster
6d8bc39ddc Update SNAPSHOT to 1.0.2.RELEASE 2020-02-13 08:03:50 +00:00
Soby Chacko
8ca1953313 Renaming artifact id
spring-cloud-scheam-registry-parent to spring-cloud-schema-registry-parent
2020-01-10 15:15:18 -05:00
buildmaster
025f730a38 Bumping versions to 1.0.2.BUILD-SNAPSHOT after release 2019-12-18 18:00:20 +00:00
buildmaster
2c7cdd56a4 Going back to snapshots 2019-12-18 18:00:20 +00:00
buildmaster
6496dcabaa Update SNAPSHOT to 1.0.1.RELEASE 2019-12-18 17:59:26 +00:00
buildmaster
726cff24ee Bumping versions to 1.0.1.BUILD-SNAPSHOT after release 2019-11-22 14:21:52 +00:00
buildmaster
1ba5e9ba8f Going back to snapshots 2019-11-22 14:21:52 +00:00
buildmaster
4f32d90cde Update SNAPSHOT to 1.0.0.RELEASE 2019-11-22 14:20:26 +00:00
Christian Tzolov
2d97ef26a6 Verify docs matches the latest SR changes
- add missing diagrams, fix figure links.
 - add section to run the registry as standalone service.
 - minor doc corrections.

 Resolves #16
2019-11-15 14:59:59 +01:00
buildmaster
020f892d57 Going back to snapshots 2019-11-08 16:18:24 +00:00
buildmaster
710de43a07 Update SNAPSHOT to 1.0.0.RC2 2019-11-08 16:17:50 +00:00
Christian Tzolov
2ffe170280 Remove *.stream.* fragment from property prefixes
- SchemaRegistryClientProperties replace prefix from spring.cloud.cloud.schema-registry-client to spring.cloud.schema-registry-client.
 - AvroMessageConverterProperties replace prefix from spring.cloud.stream.schema.avro to spring.cloud.schema.avro.
 - SchemaServerProperties replace prefix from spring.cloud.stream.schema.server to spring.cloud.schema.server.
 - Inject EnvironmentPostProcessors to convert old properties into new format.
 - Add new tests and Parametrize existing tests to ensure backward compatibility.

 - proper empyt collection check

 Resolves #13
2019-11-06 11:40:43 -05:00
buildmaster
fc15acbef2 Going back to snapshots 2019-10-24 15:46:44 +00:00
buildmaster
6e2dca18a4 Update SNAPSHOT to 1.0.0.RC1 2019-10-24 15:46:16 +00:00
Soby Chacko
fb3eabc669 Initial commit
Migrating schema registry code from Spring Cloud Stream core into its own code base
2019-08-16 19:11:41 -04:00