Files
spring-integration/.gitignore
Christian Tzolov 451374dd11 GH-3772 Add Protobuf transformation support
Fixes https://github.com/spring-projects/spring-integration/issues/3772

* Add basic To/From Protocol Buffer's com.google.protobuf.Message transformers.
* Allow the proto_type header to specify the type.
* Add tests.
* add Protobuf docs
* Leverage the Spring ProtobufMessageConverter
* move protobuf-java-util to test dependecies as optional
* protobuf docs improvements
* improve the expected type handling
* expected type expression
* fix indentation
* fix indentation for generated test classes
* suppress style check for proto generated classes
* address the transformer doc format
* fix whats new merge conflict
* fix doc sample code
* Some code clean up; fixing typos
2023-02-22 16:23:49 -05:00

35 lines
476 B
Plaintext

*.iml
*.ipr
*.iws
*.msg
*.sw?
*/src/main/java/META-INF
.classpath
.DS_Store
.gradle
.idea
.pmd
.project
.settings
.checkstyle
bin
build
build.log
derby.log
lib
logs
nohup.out
out
si.java.hsp
spring-integration-file/test/fileToAppend.txt
spring-integration-file/test/fileToAppendConcurrent.txt
spring-integration-jms/activemq-data/
spring-integration-samples/loanshark/application.log*
target
vf.gf.dmn-*
/atlassian-ide-plugin.xml
hostkey.ser
.springBeans
.sts4-cache
.vscode/