com.github.jspxnet:jspx-framework
Advanced tools
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
@@ -43,2 +43,3 @@ <?xml version="1.0" encoding="UTF-8"?> | ||
| </filter> | ||
| <!-- 最常用的滚动策略,它根据时间来制定滚动策略.既负责滚动也负责出发滚动 --> | ||
@@ -132,3 +133,8 @@ <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy"> | ||
| <logger name="org.apache.http.headers" level="ERROR" /> | ||
| <logger name="io.netty.util.Recycler" level="ERROR" /> | ||
| <logger name="io.netty.buffer.ByteBufUtil" level="ERROR" /> | ||
| <logger name="org.redisson.client.RedisConnection" level="WARN" /> | ||
| <Logger name="org.redisson.client.RedirectedLog" level="WARN"/> | ||
| <Logger name="org.redisson.client" level="WARN"/> | ||
| <Logger name="org.redisson" level="WARN"/> | ||
| <logger name="RocketmqClient" additivity="false"> | ||
@@ -135,0 +141,0 @@ <level value="ERROR" /> |
| artifactId=jspx-framework | ||
| groupId=com.github.jspxnet | ||
| version=6.78 | ||
| version=6.79 |
@@ -8,3 +8,3 @@ <?xml version="1.0" encoding="UTF-8"?> | ||
| <artifactId>jspx-framework</artifactId> | ||
| <version>6.78</version> | ||
| <version>6.79</version> | ||
| <description>jspx cloud framework</description> | ||
@@ -17,17 +17,16 @@ <properties> | ||
| <maven.compiler.target>1.8</maven.compiler.target> | ||
| <maven.compiler.compilerVersion>1.8</maven.compiler.compilerVersion> | ||
| <compilerVersion>1.8</compilerVersion> | ||
| <maven.test.skip>true</maven.test.skip> | ||
| <github.global.server>github</github.global.server> | ||
| <tomcat.version>9.0.89</tomcat.version> | ||
| <jackson.version>2.17.1</jackson.version> | ||
| <redisson.version>3.31.0</redisson.version> | ||
| <log4j2.version>2.22.1</log4j2.version> | ||
| <poi.version>5.2.5</poi.version> | ||
| <jxls.version>2.13.0</jxls.version> | ||
| <tomcat.version>9.0.97</tomcat.version> | ||
| <jackson.version>2.18.2</jackson.version> | ||
| <redisson.version>3.39.0</redisson.version> | ||
| <log4j2.version>2.24.2</log4j2.version> | ||
| <poi.version>5.3.0</poi.version> | ||
| <jxls.version>2.14.0</jxls.version> | ||
| <logback.version>1.3.14</logback.version> | ||
| <slf4j.version>2.0.7</slf4j.version> | ||
| <imageio.version>3.11.0</imageio.version> | ||
| <bouncycastle.version>1.76</bouncycastle.version> | ||
| <slf4j.version>2.0.16</slf4j.version> | ||
| <imageio.version>3.12.0</imageio.version> | ||
| <bouncycastle.version>1.79</bouncycastle.version> | ||
| <sshd.version>2.13.2</sshd.version> | ||
| <maven.plugin.validation>VERBOSE</maven.plugin.validation> | ||
| <maven.test.skip>true</maven.test.skip> | ||
| <!-- | ||
@@ -84,3 +83,3 @@ 查看依赖树:mvn dependency:tree | ||
| <artifactId>lombok</artifactId> | ||
| <version>1.18.32</version> | ||
| <version>1.18.34</version> | ||
| <scope>compile</scope> | ||
@@ -124,2 +123,7 @@ </dependency> | ||
| </dependency> | ||
| <!-- <dependency> | ||
| <groupId>org.apache.tomcat</groupId> | ||
| <artifactId>tomcat-websocket-api</artifactId> | ||
| <version>${tomcat.version}</version> | ||
| </dependency>--> | ||
| <dependency> | ||
@@ -163,3 +167,3 @@ <groupId>com.fasterxml.jackson.core</groupId> | ||
| <artifactId>snakeyaml</artifactId> | ||
| <version>2.2</version> | ||
| <version>2.3</version> | ||
| </dependency> | ||
@@ -171,3 +175,3 @@ | ||
| <artifactId>itextpdf</artifactId> | ||
| <version>5.5.13.3</version> | ||
| <version>5.5.13.4</version> | ||
| </dependency> | ||
@@ -195,3 +199,10 @@ <dependency> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/com.antherd/sm-crypto --> | ||
| <dependency> | ||
| <groupId>com.antherd</groupId> | ||
| <artifactId>sm-crypto</artifactId> | ||
| <version>0.3.2.1-RELEASE</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>com.googlecode.plist</groupId> | ||
@@ -202,2 +213,4 @@ <artifactId>dd-plist</artifactId> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/commons-codec/commons-codec --> | ||
| <dependency> | ||
@@ -223,3 +236,3 @@ <groupId>com.sun.mail</groupId> | ||
| <artifactId>commons-compress</artifactId> | ||
| <version>1.26.2</version> | ||
| <version>1.27.1</version> | ||
| </dependency> | ||
@@ -236,3 +249,2 @@ <dependency> | ||
| <version>${bouncycastle.version}</version> | ||
| <scope>compile</scope> | ||
| </dependency> | ||
@@ -244,3 +256,2 @@ <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpg-jdk18on --> | ||
| <version>${bouncycastle.version}</version> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
@@ -252,3 +263,2 @@ <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcmail-jdk18on --> | ||
| <version>${bouncycastle.version}</version> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
@@ -281,3 +291,3 @@ <!-- https://mvnrepository.com/artifact/org.xhtmlrenderer/flying-saucer-pdf-itext5 --> | ||
| <artifactId>apollo-client</artifactId> | ||
| <version>2.2.0</version> | ||
| <version>2.3.0</version> | ||
| <exclusions> | ||
@@ -319,3 +329,9 @@ <exclusion> | ||
| <artifactId>aliyun-java-sdk-core</artifactId> | ||
| <version>4.6.3</version> | ||
| <version>4.6.4</version> | ||
| <exclusions> | ||
| <exclusion> | ||
| <groupId>org.bouncycastle</groupId> | ||
| <artifactId>bcprov-jdk15on</artifactId> | ||
| </exclusion> | ||
| </exclusions> | ||
| </dependency> | ||
@@ -346,2 +362,8 @@ <dependency> | ||
| <version>${jxls.version}</version> | ||
| <exclusions> | ||
| <exclusion> | ||
| <groupId>commons-collections</groupId> | ||
| <artifactId>commons-collections</artifactId> | ||
| </exclusion> | ||
| </exclusions> | ||
| </dependency> | ||
@@ -435,3 +457,3 @@ <dependency> | ||
| <artifactId>javase</artifactId> | ||
| <version>3.5.1</version> | ||
| <version>3.5.3</version> | ||
| </dependency> | ||
@@ -448,4 +470,26 @@ <dependency> | ||
| <version>1.10.11</version> | ||
| <exclusions> | ||
| <exclusion> | ||
| <groupId>org.apache.sshd</groupId> | ||
| <artifactId>sshd-core</artifactId> | ||
| </exclusion> | ||
| <exclusion> | ||
| <groupId>org.apache.sshd</groupId> | ||
| <artifactId>sshd-common</artifactId> | ||
| </exclusion> | ||
| </exclusions> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.apache.sshd</groupId> | ||
| <artifactId>sshd-common</artifactId> | ||
| <version>${sshd.version}</version> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.apache.sshd</groupId> | ||
| <artifactId>sshd-core</artifactId> | ||
| <version>${sshd.version}</version> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit --> | ||
@@ -455,4 +499,5 @@ <dependency> | ||
| <artifactId>org.eclipse.jgit</artifactId> | ||
| <version>5.9.0.202009080501-r</version> | ||
| <version>5.13.3.202401111512-r</version> | ||
| </dependency> | ||
| <!--测试基础支持begin --> | ||
@@ -462,3 +507,3 @@ <dependency> | ||
| <artifactId>postgresql</artifactId> | ||
| <version>42.7.3</version> | ||
| <version>42.7.4</version> | ||
| <scope>provided</scope> | ||
@@ -469,3 +514,3 @@ </dependency> | ||
| <artifactId>mysql-connector-j</artifactId> | ||
| <version>8.3.0</version> | ||
| <version>9.1.0</version> | ||
| <scope>provided</scope> | ||
@@ -476,3 +521,3 @@ </dependency> | ||
| <artifactId>sqlite-jdbc</artifactId> | ||
| <version>3.46.0.0</version> | ||
| <version>3.47.1.0</version> | ||
| <scope>provided</scope> | ||
@@ -486,7 +531,7 @@ </dependency> | ||
| </dependency>--> | ||
| <dependency> | ||
| <!-- <dependency> | ||
| <groupId>com.google.protobuf</groupId> | ||
| <artifactId>protobuf-java</artifactId> | ||
| <version>3.23.4</version> | ||
| </dependency> | ||
| </dependency>--> | ||
| <dependency> | ||
@@ -507,3 +552,3 @@ <groupId>com.google.code.gson</groupId> | ||
| <artifactId>netty-all</artifactId> | ||
| <version>4.1.110.Final</version> | ||
| <version>4.1.115.Final</version> | ||
| </dependency> | ||
@@ -514,3 +559,3 @@ <!-- https://mvnrepository.com/artifact/commons-io/commons-io --> | ||
| <artifactId>commons-io</artifactId> | ||
| <version>2.13.0</version> | ||
| <version>2.18.0</version> | ||
| </dependency> | ||
@@ -529,5 +574,6 @@ <!--测试基础支持end --> | ||
| <artifactId>java-property-utils</artifactId> | ||
| <version>1.17</version> | ||
| <version>2.0</version> | ||
| <scope>compile</scope> | ||
| </dependency> | ||
| <!-- https://mvnrepository.com/artifact/commons-fileupload/commons-fileupload --> | ||
@@ -539,3 +585,2 @@ <dependency> | ||
| </dependency> | ||
| <dependency> | ||
@@ -546,3 +591,2 @@ <groupId>org.redisson</groupId> | ||
| </dependency> | ||
| <dependency> | ||
@@ -555,3 +599,3 @@ <groupId>com.beust</groupId> | ||
| <dependency> | ||
| <!-- <dependency> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
@@ -561,3 +605,3 @@ <artifactId>maven-compiler-plugin</artifactId> | ||
| <scope>provided</scope> | ||
| </dependency> | ||
| </dependency>--> | ||
| <!-- <dependency> | ||
@@ -575,7 +619,13 @@ <groupId>org.apache.maven.plugins</groupId> | ||
| </dependency>--> | ||
| <dependency> | ||
| <!-- <dependency> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-jxr-plugin</artifactId> | ||
| <version>3.3.2</version> | ||
| <version>3.5.0</version> | ||
| <scope>provided</scope> | ||
| </dependency>--> | ||
| <!-- https://mvnrepository.com/artifact/com.vladsch.flexmark/flexmark-all --> | ||
| <dependency> | ||
| <groupId>com.google.guava</groupId> | ||
| <artifactId>guava</artifactId> | ||
| <version>33.3.0-jre</version> | ||
| </dependency> | ||
@@ -619,4 +669,5 @@ <dependency> | ||
| <artifactId>logstash-logback-encoder</artifactId> | ||
| <version>7.4</version> | ||
| <version>8.0</version> | ||
| </dependency> | ||
| <dependency> | ||
@@ -637,5 +688,5 @@ <groupId>org.slf4j</groupId> | ||
| <artifactId>disruptor</artifactId> | ||
| <version>3.4.4</version> | ||
| <scope>compile</scope> | ||
| <version>4.0.0</version> | ||
| </dependency> | ||
| <dependency> | ||
@@ -656,4 +707,3 @@ <groupId>com.ecwid.consul</groupId> | ||
| <artifactId>spotbugs-annotations</artifactId> | ||
| <version>4.7.3</version> | ||
| <scope>provided</scope> | ||
| <version>4.8.6</version> | ||
| </dependency> | ||
@@ -664,3 +714,3 @@ | ||
| <artifactId>aspectjweaver</artifactId> | ||
| <version>1.9.19</version> | ||
| <version>1.9.22.1</version> | ||
| <scope>provided</scope> | ||
@@ -671,5 +721,4 @@ </dependency> | ||
| <artifactId>httpclient5</artifactId> | ||
| <version>5.3.1</version> | ||
| <version>5.4.1</version> | ||
| </dependency> | ||
| </dependencies> | ||
@@ -782,3 +831,2 @@ | ||
| <configuration> | ||
| <compilerVersion>1.8</compilerVersion> | ||
| <encoding>UTF-8</encoding> | ||
@@ -800,3 +848,3 @@ <source>1.8</source> | ||
| <artifactId>maven-javadoc-plugin</artifactId> | ||
| <version>3.6.3</version> | ||
| <version>3.10.0</version> | ||
| <configuration> | ||
@@ -857,3 +905,3 @@ <encoding>UTF-8</encoding> | ||
| <artifactId>maven-jar-plugin</artifactId> | ||
| <version>3.3.0</version> | ||
| <version>3.4.2</version> | ||
| <executions> | ||
@@ -934,3 +982,3 @@ <execution> | ||
| <artifactId>maven-scm-plugin</artifactId> | ||
| <version>2.0.1</version> | ||
| <version>2.1.0</version> | ||
| </plugin> | ||
@@ -941,3 +989,3 @@ | ||
| <artifactId>maven-gpg-plugin</artifactId> | ||
| <version>1.6</version> | ||
| <version>3.2.4</version> | ||
| <executions> | ||
@@ -944,0 +992,0 @@ <execution> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet