File tree Expand file tree Collapse file tree 22 files changed +52
-49
lines changed
chat-workflow-spring-boot-starter
shared-stream-spring-boot-starter
symphony-api-spring-boot-starter
symphony-app-spring-boot-starter
symphony-maven-build-reporter
teamcity-symphony-integration
teamcity-symphony-integration-server Expand file tree Collapse file tree 22 files changed +52
-49
lines changed Original file line number Diff line number Diff line change 143143## Jul 28, 2021
144144 - Fix for #183 , camelcase issue for methods
145145 - Fix for #192 , FormConverter doesn't use same object mapper as EntityJsonConverter
146- - Migrated from InstantConverter to TimeConverter, which supports Zone and LocaldateTime
146+ - Migrated from InstantConverter to TimeConverter, which supports Zone and LocaldateTime
147+
148+ ## Sep 9, 2021
149+ - Fix for #214 , support for escape character
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.finos.symphony.toolkit</groupId >
88 <artifactId >symphony-java-toolkit</artifactId >
9- <version >7.20.5 -SNAPSHOT</version >
9+ <version >7.20.6 -SNAPSHOT</version >
1010 <relativePath >../..</relativePath >
1111 </parent >
1212
2424 <dependency >
2525 <groupId >org.finos.symphony.toolkit</groupId >
2626 <artifactId >chat-workflow-spring-boot-starter</artifactId >
27- <version >7.20.5 -SNAPSHOT</version >
27+ <version >7.20.6 -SNAPSHOT</version >
2828 </dependency >
2929 <dependency >
3030 <groupId >org.apache.commons</groupId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.finos.symphony.toolkit</groupId >
99 <artifactId >symphony-java-toolkit</artifactId >
10- <version >7.20.5 -SNAPSHOT</version >
10+ <version >7.20.6 -SNAPSHOT</version >
1111 <relativePath >../..</relativePath >
1212 </parent >
1313
4343 <groupId >org.finos.symphony.toolkit</groupId >
4444 <artifactId >symphony-app-spring-boot-starter</artifactId >
4545 <scope >compile</scope >
46- <version >7.20.5 -SNAPSHOT</version >
46+ <version >7.20.6 -SNAPSHOT</version >
4747 </dependency >
4848
4949 <dependency >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.finos.symphony.toolkit</groupId >
99 <artifactId >symphony-java-toolkit</artifactId >
10- <version >7.20.5 -SNAPSHOT</version >
10+ <version >7.20.6 -SNAPSHOT</version >
1111 <relativePath >../..</relativePath >
1212 </parent >
1313
3333 <dependency >
3434 <groupId >org.finos.symphony.toolkit</groupId >
3535 <artifactId >symphony-api-spring-boot-starter</artifactId >
36- <version >7.20.5 -SNAPSHOT</version >
36+ <version >7.20.6 -SNAPSHOT</version >
3737 <scope >compile</scope >
3838 </dependency >
3939 <dependency >
4040 <groupId >org.finos.symphony.toolkit</groupId >
4141 <artifactId >shared-stream-spring-boot-starter</artifactId >
42- <version >7.20.5 -SNAPSHOT</version >
42+ <version >7.20.6 -SNAPSHOT</version >
4343 <scope >compile</scope >
4444 </dependency >
4545 <dependency >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.finos.symphony.toolkit</groupId >
88 <artifactId >symphony-java-toolkit</artifactId >
9- <version >7.20.5 -SNAPSHOT</version >
9+ <version >7.20.6 -SNAPSHOT</version >
1010 <relativePath >../..</relativePath >
1111 </parent >
1212
2424 <dependency >
2525 <groupId >org.finos.symphony.toolkit</groupId >
2626 <artifactId >chat-workflow-spring-boot-starter</artifactId >
27- <version >7.20.5 -SNAPSHOT</version >
27+ <version >7.20.6 -SNAPSHOT</version >
2828 </dependency >
2929 <dependency >
3030 <groupId >org.apache.commons</groupId >
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >org.finos.symphony.toolkit</groupId >
1212 <artifactId >symphony-java-toolkit</artifactId >
13- <version >7.20.5 -SNAPSHOT</version >
13+ <version >7.20.6 -SNAPSHOT</version >
1414 <relativePath >../..</relativePath >
1515 </parent >
1616
247247 <dependency >
248248 <groupId >org.finos.symphony.toolkit</groupId >
249249 <artifactId >identity</artifactId >
250- <version >7.20.5 -SNAPSHOT</version >
250+ <version >7.20.6 -SNAPSHOT</version >
251251 <scope >test</scope >
252252 </dependency >
253253 <!-- excluded by spring bom, but we need it for jersey-apache-connector -->
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >org.finos.symphony.toolkit</groupId >
1010 <artifactId >symphony-java-toolkit</artifactId >
11- <version >7.20.5 -SNAPSHOT</version >
11+ <version >7.20.6 -SNAPSHOT</version >
1212 <relativePath >../..</relativePath >
1313 </parent >
1414
2121 <dependency >
2222 <groupId >org.finos.symphony.toolkit</groupId >
2323 <artifactId >symphony-api-spring-boot-starter</artifactId >
24- <version >7.20.5 -SNAPSHOT</version >
24+ <version >7.20.6 -SNAPSHOT</version >
2525 </dependency >
2626 <dependency >
2727 <groupId >org.finos.symphony.toolkit</groupId >
2828 <artifactId >entity-json</artifactId >
29- <version >7.20.5 -SNAPSHOT</version >
29+ <version >7.20.6 -SNAPSHOT</version >
3030 </dependency >
3131 <dependency >
3232 <groupId >org.finos.symphony.toolkit</groupId >
3333 <artifactId >shared-stream-spring-boot-starter</artifactId >
34- <version >7.20.5 -SNAPSHOT</version >
34+ <version >7.20.6 -SNAPSHOT</version >
3535 </dependency >
3636 <!-- needed for formatting messageml -->
3737 <dependency >
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >org.finos.symphony.toolkit</groupId >
1212 <artifactId >symphony-java-toolkit</artifactId >
13- <version >7.20.5 -SNAPSHOT</version >
13+ <version >7.20.6 -SNAPSHOT</version >
1414 <relativePath >../..</relativePath >
1515 </parent >
1616
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >org.finos.symphony.toolkit</groupId >
1212 <artifactId >symphony-java-toolkit</artifactId >
13- <version >7.20.5 -SNAPSHOT</version >
13+ <version >7.20.6 -SNAPSHOT</version >
1414 <relativePath >../..</relativePath >
1515 </parent >
1616
Original file line number Diff line number Diff line change 1111 <parent >
1212 <groupId >org.finos.symphony.toolkit</groupId >
1313 <artifactId >symphony-java-toolkit</artifactId >
14- <version >7.20.5 -SNAPSHOT</version >
14+ <version >7.20.6 -SNAPSHOT</version >
1515 <relativePath >../..</relativePath >
1616 </parent >
1717
You can’t perform that action at this time.
0 commit comments