buildmaster
cd0e3c1a38
Going back to snapshots
2023-09-27 10:33:44 +00:00
buildmaster
ecaf757a38
Update SNAPSHOT to 4.1.0-M2
2023-09-27 10:29:34 +00:00
Soby Chacko
a1424fc4bf
Schema Registry Property Migration
...
- Schema registry property migration to spring.cloud.stream prefix
- Other cleanup in Schema Registry
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2687
2023-09-08 15:16:18 -04:00
buildmaster
6c28820e8e
Going back to snapshots
2023-08-10 01:30:10 +00:00
buildmaster
4743859cd7
Update SNAPSHOT to 4.1.0-M1
2023-08-10 01:26:38 +00:00
dependabot[bot]
f3767b19af
Bump h2 from 2.1.210 to 2.2.220 in /schema-registry
...
Bumps [h2](https://github.com/h2database/h2database ) from 2.1.210 to 2.2.220.
- [Release notes](https://github.com/h2database/h2database/releases )
- [Commits](https://github.com/h2database/h2database/compare/version-2.1.210...version-2.2.220 )
---
updated-dependencies:
- dependency-name: com.h2database:h2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-10 16:57:12 -04:00
Soby Chacko
63d2bd3256
Updating to 4.1.0-SNAPSHOT
2023-06-14 14:22:10 -04:00
buildmaster
0b7d773b30
Bumping versions to 4.0.4-SNAPSHOT after release
2023-05-24 18:47:37 +00:00
buildmaster
16cf46d74f
Going back to snapshots
2023-05-24 18:47:37 +00:00
buildmaster
1550366414
Update SNAPSHOT to 4.0.3
2023-05-24 18:43:23 +00:00
Soby Chacko
c79066aece
Fix checkstyle issues
2023-05-02 09:32:31 -04:00
Soby Chacko
ee55daf06c
Fix failing schema registry test
...
Spring Boot 3.1 introduced an extra isEnabled method in Ssl class
that causes an ambiguity when used in method references.
Use explicit lambda expression instead.
2023-05-01 20:12:31 -04:00
Soby Chacko
af51f80414
Remove hardcoded jackson version in schema registry
2023-04-19 10:58:47 -04:00
dependabot[bot]
06a86a1105
Bump jackson-databind from 2.13.4.1 to 2.13.4.2
...
Bumps [jackson-databind](https://github.com/FasterXML/jackson ) from 2.13.4.1 to 2.13.4.2.
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Resolves #2681
2023-04-11 14:48:16 +02:00
buildmaster
ea37eed9be
Bumping versions
2023-03-29 17:33:29 +00:00
buildmaster
b2f2b51b90
Bumping versions
2023-03-28 17:27:48 +00:00
buildmaster
58c028f339
Bumping versions to 4.0.3-SNAPSHOT after release
2023-03-28 14:51:23 +00:00
buildmaster
c45f2e3ac7
Going back to snapshots
2023-03-28 14:51:22 +00:00
buildmaster
d932cf990f
Update SNAPSHOT to 4.0.2
2023-03-28 14:47:17 +00:00
Soby Chacko
986b54f5d0
Schema Registry Testing Improvements
...
- Allow Schema Registry to be optional when
running unit tests.
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2641
2023-02-24 17:03:49 -05:00
Byungjun You
7895025c47
Use 'instanceof' pattern variable
...
Update authors and copyright years
Fixing checkstyle issue
2023-01-26 11:30:04 -05:00
buildmaster
b49fde97c8
Bumping versions
2023-01-26 16:01:13 +00:00
buildmaster
7bff24af68
Bumping versions
2023-01-25 17:26:18 +00:00
buildmaster
46bc9c5709
Bumping versions to 4.0.2-SNAPSHOT after release
2023-01-25 14:33:14 +00:00
buildmaster
8c413de78c
Going back to snapshots
2023-01-25 14:33:13 +00:00
buildmaster
656469da4f
Update SNAPSHOT to 4.0.1
2023-01-25 14:28:45 +00:00
buildmaster
d40e733221
Bumping versions
2022-12-18 17:27:01 +00:00
buildmaster
f1d4f8a53e
Bumping versions
2022-12-16 17:26:47 +00:00
buildmaster
2d9b82fc3f
Bumping versions to 4.0.1-SNAPSHOT after release
2022-12-15 20:22:20 +00:00
buildmaster
203e4895b5
Going back to snapshots
2022-12-15 20:22:19 +00:00
buildmaster
b368d681fa
Update SNAPSHOT to 4.0.0
2022-12-15 20:18:09 +00:00
Christian Tzolov
d261074eb5
Multirecord schema support test fix
...
- fix the schema property settings for test.
- fix test schema fixture.
- add support (and check) for both avro converter types.
Resolves #2562
2022-12-04 13:40:16 +01:00
buildmaster
67eed25d22
Going back to snapshots
2022-12-01 17:32:53 +00:00
buildmaster
9d4fdbbb03
Update SNAPSHOT to 4.0.0-RC3
2022-12-01 17:29:34 +00:00
Soby Chacko
bc094e0ec4
Split test-binder from core spring-cloud-stream
...
* Remove all SI test-binder based components from core spring-cloud-stream-module
* Create a new module - spring-cloud-stream-test-binder that contains the test-binder
and all it's related components
* Migrate tests from core module that use the test-binder into a separate module
called spring-cloud-stream-integration-tests
* Remove the test-jar dependency using the classifier approach
* Update Spring Cloud Stream BOM with the new test-binder dependency
* Update Schema-Registry tests that use the old approach (using the test-jar with the classifier)
with the new test-binder dependency
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2565
2022-11-29 10:06:07 -08:00
Soby Chacko
cfcb74252a
Update the cache prefix in schema registry client
2022-11-17 19:25:36 -05:00
Soby Chacko
20f844e094
Update AVRO version used in Schema Registry
...
AVRO 1.9.2 --> 1.11.1
Temporarily disabling AvroSchemaLocationsTest
2022-11-17 16:58:38 -05: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
Soby Chacko
fad684c2d7
Schema Registry cleanup
...
* AutoConfiguration.imports in-lieu of spring.factories and related changes.
* Build script cleanup.
2022-10-31 11:52:25 -04: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
dependabot[bot]
0e5754f24f
Bump jackson-databind from 2.13.4 to 2.13.4.1
...
Bumps [jackson-databind](https://github.com/FasterXML/jackson ) from 2.13.4 to 2.13.4.1.
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-19 09:38:11 +02: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
Oleg Zhurakousky
2e6eadefa3
Set more 'proxyBeanMethods' to false
2022-10-05 13:27:07 +02:00
Oleg Zhurakousky
4702036797
Upgrade jackson
2022-10-05 09:41:44 +02:00
Soby Chacko
eb986d1e77
Schema registry test cleanup
2022-08-26 14:42:19 -04:00
Soby Chacko
1aef594cc9
build script for schema registry components
2022-08-26 14:29:22 -04:00
dependabot[bot]
db8b797e11
Bump h2 from 1.4.192 to 2.1.210 in /schema-registry
...
Bumps [h2](https://github.com/h2database/h2database ) from 1.4.192 to 2.1.210.
- [Release notes](https://github.com/h2database/h2database/releases )
- [Commits](https://github.com/h2database/h2database/compare/version-1.4.192...version-2.1.210 )
---
updated-dependencies:
- dependency-name: com.h2database:h2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-26 13:58:38 -04:00