Skip to content

Commit

Permalink
next dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Furer committed Dec 15, 2020
1 parent 1f2a3c9 commit 8d2518f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ This is the current limitation.

== Implementing message validation

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
provide the constraints for generated classes instead of instrumenting the generated messages with custom `protoc` compiler.
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
provide the constraints for generated classes via XML instead of instrumenting the generated messages with custom `protoc` compiler.

. Add `org.springframework.boot:spring-boot-starter-validation` dependency to your project.
. Create `META-INF/validation.xml` and constraints declarations file(s). (IntelliJ IDEA has great auto-complete support for authorizing bean validation constraints xml files )+
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ grpcVersion=1.34.1
springBootVersion=2.3.4.RELEASE
springCloudVersion=Hoxton.SR6

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

0 comments on commit 8d2518f

Please sign in to comment.