Skip to content

Commit

Permalink
本体ライブラリの 1.13.20210509a リリースに追従 (#44)
Browse files Browse the repository at this point in the history
* 本体ライブラリの 1.13.20210509a リリースに追従
* 本体Libの Maven Repository バージョン更新を反映。
* キャッシュの戦略を微調整。
  • Loading branch information
igapyon authored May 9, 2021
1 parent e512e34 commit e1e2331
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>jp.igapyon.oiyokan</groupId>
<artifactId>oiyokan-demosite</artifactId>
<version>1.11.20210503b</version>
<version>1.13.20210509a</version>
<name>oiyokan-demosite</name>
<description>Oiyokan is a simple OData v4 Server. (based on Apache
Olingo / Spring Boot / h2 database)</description>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>jp.igapyon.oiyokan</groupId>
<artifactId>oiyokan</artifactId>
<version>1.11.20210503g</version>
<version>1.13.20210509a</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -131,7 +131,7 @@



<!-- From oiyokan : DUP -->
<!-- From oiyokan : for url : file:./repo : DUP -->
<!-- https://mvnrepository.com/artifact/org.apache.olingo/odata-server-api -->
<dependency>
<groupId>org.apache.olingo</groupId>
Expand Down Expand Up @@ -169,7 +169,7 @@
<artifactId>h2</artifactId>
<version>1.4.200</version>
</dependency>
<!-- From oiyokan : DUP -->
<!-- From oiyokan : for url : file:./repo : DUP -->

</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
* Oiyokan Demosite の定数.
*/
public class OiyokanDemositeConstants {
public static final String VERSION = "1.11.20210503b";
public static final String VERSION = "1.13.20210509a";
}
3 changes: 1 addition & 2 deletions src/main/java/jp/oiyokan/demosite/OiyokanOdata4Register.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ public class OiyokanOdata4Register {
*/
@RequestMapping(ODATA_ROOTPATH + "/*")
public void serv(final HttpServletRequest req, final HttpServletResponse resp) throws ServletException {
// Set cache control.
resp.addHeader("Cache-Control", "no-cache, no-store");
// ライブラリ側でキャッシュOFFを実施する。

// Process Oiyokan.
OiyokanOdata4RegisterImpl.serv(req, resp, ODATA_ROOTPATH);
Expand Down
Binary file modified src/main/resources/db/oiyokan-internal.mv.db
Binary file not shown.

0 comments on commit e1e2331

Please sign in to comment.