Skip to content

Commit

Permalink
1. iOS SDK 生成bug修复
Browse files Browse the repository at this point in the history
  • Loading branch information
core-lib committed Apr 13, 2019
1 parent 2e7a025 commit 2067961
Show file tree
Hide file tree
Showing 21 changed files with 39 additions and 37 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ JDK 1.7 +
项目中的httpdoc-sample模块就是一个HttpDoc + SpringMVC的一个标准示例,可checkout后查看源码和编译运行查看效果,也可立即预览:JSON-Editor: [httpdoc-ui](http://47.106.196.10:8090/httpdoc-sample/httpdoc-ui/index.html) TextArea: [httpdoc-ui-v1](http://47.106.196.10:8090/httpdoc-sample/httpdoc-ui-v1/index.html)

## 变更记录
* v1.7.4
* iOS SDK 生成bug修复
* v1.7.3
* boolean 类型字段 getter 方法从 get 改为 is 开头
* v1.7.2
Expand Down
2 changes: 1 addition & 1 deletion httpdoc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions httpdoc-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-core</artifactId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
4 changes: 2 additions & 2 deletions httpdoc-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-core</artifactId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
Expand Down
4 changes: 2 additions & 2 deletions httpdoc-jestful-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-core</artifactId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
<dependency>
<groupId>com.github.core-lib.httpdoc</groupId>
<artifactId>httpdoc-jestful-client</artifactId>
<version>v1.7.3</version>
<version>v1.7.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.core-lib.httpdoc</groupId>
<artifactId>httpdoc-jackson</artifactId>
<version>v1.7.3</version>
<version>v1.7.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions httpdoc-jestful-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-web</artifactId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</dependency>
<dependency>
<groupId>com.github.core-lib.jestful</groupId>
Expand Down
4 changes: 2 additions & 2 deletions httpdoc-nutz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-web</artifactId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</dependency>
<dependency>
<groupId>org.nutz</groupId>
Expand Down
4 changes: 2 additions & 2 deletions httpdoc-objc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-core</artifactId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions httpdoc-retrofit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-core</artifactId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
<dependency>
<groupId>com.github.core-lib.httpdoc</groupId>
<artifactId>httpdoc-retrofit</artifactId>
<version>v1.7.3</version>
<version>v1.7.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.core-lib.httpdoc</groupId>
<artifactId>httpdoc-jackson</artifactId>
<version>v1.7.3</version>
<version>v1.7.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions httpdoc-retrofit2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-core</artifactId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
<dependency>
<groupId>com.github.core-lib.httpdoc</groupId>
<artifactId>httpdoc-retrofit2</artifactId>
<version>v1.7.3</version>
<version>v1.7.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.core-lib.httpdoc</groupId>
<artifactId>httpdoc-jackson</artifactId>
<version>v1.7.3</version>
<version>v1.7.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions httpdoc-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -17,7 +17,7 @@
<properties>
<spring.version>4.3.9.RELEASE</spring.version>
<jackson.version>2.9.5</jackson.version>
<httpdoc.version>v1.7.3</httpdoc.version>
<httpdoc.version>v1.7.4</httpdoc.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions httpdoc-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-spring-mvc</artifactId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions httpdoc-spring-mvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-web</artifactId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion httpdoc-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="navbar-header">
<a class="navbar-brand" href="https://github.com/core-lib/httpdoc" target="_blank">
HttpDoc UI
<span class="badge">v1.7.3</span>
<span class="badge">v1.7.4</span>
</a>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="navbar-header">
<a class="navbar-brand" href="https://github.com/core-lib/httpdoc" target="_blank">
HttpDoc UI
<span class="badge">v1.7.3</span>
<span class="badge">v1.7.4</span>
</a>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions httpdoc-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>httpdoc</artifactId>
<groupId>io.httpdoc</groupId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -34,17 +34,17 @@
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-core</artifactId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</dependency>
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-ui</artifactId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</dependency>
<dependency>
<groupId>io.httpdoc</groupId>
<artifactId>httpdoc-jackson</artifactId>
<version>v1.7.3</version>
<version>v1.7.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.httpdoc</groupId>
<artifactId>httpdoc</artifactId>
<version>v1.7.3</version>
<version>v1.7.4</version>
<modules>
<module>httpdoc-core</module>
<module>httpdoc-web</module>
Expand Down

0 comments on commit 2067961

Please sign in to comment.