Oleg Zhurakousky
6f9809eba1
Fix depreactions
2024-09-27 16:41:56 +02:00
Soby Chacko
b898e396ed
Re-enable SchemaRegistryServerAvroTests
...
* Update the expected error messages
2024-08-07 17:49:47 -04:00
spencergibb
9bfc242941
Disables tests
2024-08-06 14:18:39 -04:00
Soby Chacko
a49440d1f7
Test cleanup in schema registry modules
...
- Remove the test name prefix from the test methods in the
schema-registry releated modules
Part of fixing https://github.com/spring-cloud/spring-cloud-stream/issues/2371 .
2023-11-08 12:33:41 -05:00
Soby Chacko
4b67440c27
package protected tests - schema registry
2023-11-02 14:58:52 -04:00
Soby Chacko
903534085c
Test cleanup: schema registry tests
...
- Remove the superfluous ExtendWith for SpringExtension
2023-11-01 14:50:12 -04: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
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
Soby Chacko
e1f173e139
Schema Registry Migration
...
Initial attempt at migrating schema registry from https://github.com/spring-cloud/spring-cloud-schema-registry
to Spring Cloud Stream.
Schema Registry within the scope of Spring Cloud Stream will only support Spring Cloud Stream
specific use cases in the context of binders.
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2491
Resolves #2492
2022-08-25 19:47:34 +02:00