From aa8c33c6e59bf2c615bdb2a8d72d6a3129d193d9 Mon Sep 17 00:00:00 2001 From: blinkfox Date: Fri, 31 Jul 2020 21:56:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=20v2.3.5=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E7=9A=84=E6=96=87=E6=A1=A3=E5=92=8C=E5=8F=98?= =?UTF-8?q?=E6=9B=B4=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- docs/CHANGELOG.md | 4 ++++ docs/_coverpage.md | 2 +- docs/quick-install.md | 8 ++++---- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d3043bb..6e19cfc 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@
fenix logo
-[![Build Status](https://secure.travis-ci.org/blinkfox/fenix.svg)](https://travis-ci.org/blinkfox/fenix) [![HitCount](http://hits.dwyl.io/blinkfox/fenix.svg)](http://hits.dwyl.io/blinkfox/fenix) [![Javadocs](http://www.javadoc.io/badge/com.blinkfox/fenix.svg)](http://www.javadoc.io/doc/com.blinkfox/fenix) [![GitHub license](https://img.shields.io/github/license/blinkfox/fenix.svg)](https://github.com/blinkfox/fenix/blob/develop/LICENSE) [![fenix](https://img.shields.io/badge/fenix-v2.3.3-blue)](https://search.maven.org/artifact/com.blinkfox/fenix/2.3.4/jar) [![fenix starter](https://img.shields.io/badge/fenix%20spring%20boot%20starter-v2.3.4-blue)](https://search.maven.org/artifact/com.blinkfox/fenix-spring-boot-starter/2.3.4/jar) [![codecov](https://codecov.io/gh/blinkfox/fenix/branch/develop/graph/badge.svg)](https://codecov.io/gh/blinkfox/fenix) +[![Build Status](https://secure.travis-ci.org/blinkfox/fenix.svg)](https://travis-ci.org/blinkfox/fenix) [![HitCount](http://hits.dwyl.io/blinkfox/fenix.svg)](http://hits.dwyl.io/blinkfox/fenix) [![Javadocs](http://www.javadoc.io/badge/com.blinkfox/fenix.svg)](http://www.javadoc.io/doc/com.blinkfox/fenix) [![GitHub license](https://img.shields.io/github/license/blinkfox/fenix.svg)](https://github.com/blinkfox/fenix/blob/develop/LICENSE) [![fenix](https://img.shields.io/badge/fenix-v2.3.5-blue)](https://search.maven.org/artifact/com.blinkfox/fenix/2.3.5/jar) [![fenix starter](https://img.shields.io/badge/fenix%20spring%20boot%20starter-v2.3.5-blue)](https://search.maven.org/artifact/com.blinkfox/fenix-spring-boot-starter/2.3.5/jar) [![codecov](https://codecov.io/gh/blinkfox/fenix/branch/develop/graph/badge.svg)](https://codecov.io/gh/blinkfox/fenix) > [Fenix](https://github.com/blinkfox/fenix)(菲尼克斯)是一个为了解决复杂动态 SQL (`JPQL`) 而生的 `Spring Data JPA` 扩展库,目的是辅助开发者更方便快捷的书写复杂、动态且易于维护的 SQL,支持 `XML`、Java 链式 `API` 和动态条件注解等四种方式来书写动态 SQL。 -[📖 使用文档](https://blinkfox.github.io/fenix) | [🍉 示例项目 (fenix-example)](https://github.com/blinkfox/fenix-example) +[📖 使用文档](https://blinkfox.github.io/fenix) | [🍉 示例项目 (fenix-example)](https://github.com/blinkfox/fenix-example) ## 💎 特性 @@ -38,14 +38,14 @@ com.blinkfox fenix-spring-boot-starter - 2.3.4 + 2.3.5 ``` ### Gradle ```bash -compile 'com.blinkfox:fenix-spring-boot-starter:2.3.4' +compile 'com.blinkfox:fenix-spring-boot-starter:2.3.5' ``` ### 激活 Fenix (@EnableFenix) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 08eded9..315c070 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,7 @@ +## v2.3.5 升级了相关依赖包的版本 (2020-07-31) + +- 修复了在老版本 JPA 中,某些情况下出现 Javaassist 的 `ClassNotFoundException` 的问题; + ## v2.3.4 升级了相关依赖包的版本 (2020-07-26) - 升级了相关依赖包的版本,如:`dom4j`、`mvel` 等; diff --git a/docs/_coverpage.md b/docs/_coverpage.md index d8ccfcb..bb5c488 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,6 +1,6 @@ ![logo](assets/images/logo.png) -# Fenix 2.3.4 +# Fenix 2.3.5 > 为解决复杂动态 SQL 而生的 Spring Data JPA 扩展库 diff --git a/docs/quick-install.md b/docs/quick-install.md index 23662ad..8167cdd 100644 --- a/docs/quick-install.md +++ b/docs/quick-install.md @@ -14,14 +14,14 @@ com.blinkfox fenix-spring-boot-starter - 2.3.4 + 2.3.5 ``` ### Gradle ```bash -compile 'com.blinkfox:fenix-spring-boot-starter:2.3.4' +compile 'com.blinkfox:fenix-spring-boot-starter:2.3.5' ``` ### 激活 Fenix (@EnableFenix) @@ -92,14 +92,14 @@ fenix: com.blinkfox fenix - 2.3.4 + 2.3.5 ``` ### Gradle ```bash -compile 'com.blinkfox:fenix:2.3.4' +compile 'com.blinkfox:fenix:2.3.5' ``` ### 激活 Fenix