File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
capa-spi-aws-infrastructure
src/main/java/group/rxcloud/capa/spi/aws/mesh/http/serializer Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2323 <parent >
2424 <artifactId >capa-aws-parent</artifactId >
2525 <groupId >group.rxcloud</groupId >
26- <version >1.0.1 .RELEASE</version >
26+ <version >1.0.2 .RELEASE</version >
2727 </parent >
2828
2929 <artifactId >capa-spi-aws-config</artifactId >
Original file line number Diff line number Diff line change 2323 <parent >
2424 <artifactId >capa-aws-parent</artifactId >
2525 <groupId >group.rxcloud</groupId >
26- <version >1.0.1 .RELEASE</version >
26+ <version >1.0.2 .RELEASE</version >
2727 </parent >
2828
2929 <artifactId >capa-spi-aws-infrastructure</artifactId >
Original file line number Diff line number Diff line change 2323 <parent >
2424 <artifactId >capa-aws-parent</artifactId >
2525 <groupId >group.rxcloud</groupId >
26- <version >1.0.1 .RELEASE</version >
26+ <version >1.0.2 .RELEASE</version >
2727 </parent >
2828
2929 <artifactId >capa-spi-aws-mesh</artifactId >
3030 <name >capa-skd-spi-aws-appmesh</name >
3131
3232 <properties >
33- <capa-serializer .version>1.0.1 .RELEASE</capa-serializer .version>
33+ <capa-serializer .version>1.0.2 .RELEASE</capa-serializer .version>
3434 </properties >
3535
3636 <dependencies >
Original file line number Diff line number Diff line change 1616 */
1717package group .rxcloud .capa .spi .aws .mesh .http .serializer ;
1818
19- import group .rxcloud .capa .addons .serializer .CapaSerialzer ;
20- import group .rxcloud .capa .addons .serializer .ssjson .SSJsonSerializer ;
19+ import group .rxcloud .capa .addons .serializer .CapaSerializer ;
20+ import group .rxcloud .capa .addons .serializer .baiji . ssjson .SSJsonSerializer ;
2121import group .rxcloud .capa .infrastructure .serializer .CapaObjectSerializer ;
2222import group .rxcloud .cloudruntimes .utils .TypeRef ;
2323
3030 */
3131public class BaijiSSJsonObjectSerializer implements CapaObjectSerializer {
3232
33- private static final SSJsonSerializer SERIALIZER = CapaSerialzer .ssJsonSerializer ;
33+ private static final SSJsonSerializer SERIALIZER = CapaSerializer .ssJsonSerializer ;
3434
3535 /**
3636 * Serializes a given state object into byte array.
Original file line number Diff line number Diff line change 2323 <groupId >group.rxcloud</groupId >
2424 <artifactId >capa-aws-parent</artifactId >
2525 <packaging >pom</packaging >
26- <version >1.0.1 .RELEASE</version >
26+ <version >1.0.2 .RELEASE</version >
2727 <name >capa-aws-parent</name >
2828 <description >AWS for Capa.</description >
2929 <url >https://github.com/reactivegroup</url >
100100 <dependency >
101101 <groupId >group.rxcloud</groupId >
102102 <artifactId >capa-spi-aws</artifactId >
103- <version >1.0.1 .RELEASE</version >
103+ <version >1.0.2 .RELEASE</version >
104104 </dependency >
105105 <dependency >
106106 <groupId >group.rxcloud</groupId >
107107 <artifactId >capa-spi-aws-infrastructure</artifactId >
108- <version >1.0.1 .RELEASE</version >
108+ <version >1.0.2 .RELEASE</version >
109109 </dependency >
110110 <dependency >
111111 <groupId >group.rxcloud</groupId >
112112 <artifactId >capa-spi-aws-mesh</artifactId >
113- <version >1.0.1 .RELEASE</version >
113+ <version >1.0.2 .RELEASE</version >
114114 </dependency >
115115 <dependency >
116116 <groupId >group.rxcloud</groupId >
117117 <artifactId >capa-spi-aws-config</artifactId >
118- <version >1.0.1 .RELEASE</version >
118+ <version >1.0.2 .RELEASE</version >
119119 </dependency >
120120
121121 <!-- aws sdk v2 -->
You can’t perform that action at this time.
0 commit comments