- 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