Skip to content

Commit 8d2518f

Browse files
author
Alexander Furer
committed
next dev version
1 parent 1f2a3c9 commit 8d2518f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ This is the current limitation.
313313

314314
== Implementing message validation
315315

316-
Thanks to https://beanvalidation.org/2.0/spec/[Bean Validation] configuration support via https://beanvalidation.org/2.0/spec/#xml[XML deployment] descriptor, one it's possible to
317-
provide the constraints for generated classes instead of instrumenting the generated messages with custom `protoc` compiler.
316+
Thanks to https://beanvalidation.org/2.0/spec/[Bean Validation] configuration support via https://beanvalidation.org/2.0/spec/#xml[XML deployment descriptor] , it's possible to
317+
provide the constraints for generated classes via XML instead of instrumenting the generated messages with custom `protoc` compiler.
318318

319319
. Add `org.springframework.boot:spring-boot-starter-validation` dependency to your project.
320320
. Create `META-INF/validation.xml` and constraints declarations file(s). (IntelliJ IDEA has great auto-complete support for authorizing bean validation constraints xml files )+

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ grpcVersion=1.34.1
22
springBootVersion=2.3.4.RELEASE
33
springCloudVersion=Hoxton.SR6
44

5-
version=4.3.0
5+
version=4.3.1-SNAPSHOT
66
group=io.github.lognet
77
description=Spring Boot starter for Google RPC.
88
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter

0 commit comments

Comments
 (0)