From 1b978d8ac7763f31b82b85bc1f5f32c6e4be8140 Mon Sep 17 00:00:00 2001 From: Alexandre Oliveira Date: Fri, 4 Jan 2019 18:09:29 -0200 Subject: [PATCH 1/2] - Spring Boot 2.1.1 and Gradle 5.1 --- build.gradle | 28 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- .../resources/public/content/v2/index.html | 150 ------------------ 3 files changed, 13 insertions(+), 167 deletions(-) delete mode 100644 src/main/resources/public/content/v2/index.html diff --git a/build.gradle b/build.gradle index cffc61ac0..88ef03a31 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,9 @@ buildscript { - ext { springBootVersion = '2.1.0.RELEASE' - hibernateVersion = '5.10.4.Final' - httpClientVersion = '4.5.2' - swaggerVersion = '2.8.0' - jgitVersion = '4.11.0.201803080745-r' + ext { springBootVersion = '2.1.1.RELEASE' + hibernateVersion = '5.11.0.Final' + httpClientVersion = '4.5.6' + swaggerVersion = '2.9.2' + jgitVersion = '5.2.0.201812061821-r' } repositories { mavenCentral() @@ -94,10 +94,10 @@ dependencies { compile group: 'org.springframework.boot', name: 'spring-boot-starter-data-mongodb', version:"${springBootVersion}" // Spring - compile group: 'org.springframework', name: 'spring-test', version: '5.1.2.RELEASE' + compile group: 'org.springframework', name: 'spring-test', version: '5.1.3.RELEASE' // Jackson - compile group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-hibernate5', version: '2.9.7' + compile group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-hibernate5', version: '2.9.8' // JGit compile group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: "${jgitVersion}" @@ -110,12 +110,12 @@ dependencies { compile group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.3.0' // JSON - compile group: 'org.json', name: 'json', version:'20140107' + compile group: 'org.json', name: 'json', version:'20180813' // Apache Commons - compile group: 'org.apache.commons', name: 'commons-compress', version: '1.16.1' - compile group: 'commons-io', name: 'commons-io', version:'2.5' - compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.7' + compile group: 'org.apache.commons', name: 'commons-compress', version: '1.18' + compile group: 'commons-io', name: 'commons-io', version:'2.6' + compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.8.1' // HTTP Client compile(group: 'org.apache.httpcomponents', name: 'httpclient', version:"${httpClientVersion}") { @@ -124,7 +124,7 @@ dependencies { compile group: 'org.apache.httpcomponents', name: 'httpmime', version:"${httpClientVersion}" // JSoup - compile group: 'org.jsoup', name: 'jsoup', version: '1.8.3' + compile group: 'org.jsoup', name: 'jsoup', version: '1.11.3' // Hibernate compile group: 'org.hibernate', name: 'hibernate-search-engine', version: "${hibernateVersion}" @@ -169,10 +169,6 @@ dependencies { testCompile('org.springframework.boot:spring-boot-starter-test') } -task wrapper(type: Wrapper) { - gradleVersion = '4.10.2' -} - test { testLogging { events "passed", "skipped", "failed" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2d0fc8191..dd463ab9c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.1-bin.zip diff --git a/src/main/resources/public/content/v2/index.html b/src/main/resources/public/content/v2/index.html deleted file mode 100644 index f225381e5..000000000 --- a/src/main/resources/public/content/v2/index.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - -Viglet Shiohara - - - - - - - -
- -
-
- -
- Shiohara -
-
- -
-
- -
- -
-
- -
- -
- -
    -
  • Logout
  • -
-
- -
-
-
-
-
-

New Site

-
-
Create a new site. It - is a good way to start a new Viglet Shiohara project
- -
-
-
-

Import a Site

-
-
Import a existing - Viglet Shiohara Site
- -
- -
-
-

{{shSiteItem.name}}

-
-
{{shSiteItem.description}}
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - From 1724605bcd4363cb3dd1e3bb94aba3099800a085 Mon Sep 17 00:00:00 2001 From: Alexandre Oliveira Date: Fri, 4 Jan 2019 18:13:55 -0200 Subject: [PATCH 2/2] - Release 0.3.3 --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5cdca30e..68e6d27cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ -## 0.3.3 +## 0.3.3 (January 04, 2019) #### NEW FEATURES * Turing Semantic Navigation Settings into Post Type * Turing Semantic Navigation Search * Searchable Post Types * Turing Integration: Deindexing Content +* Docker Compose #### IMPROVEMENTS * Sites Context: UTF-8 Encoding * Download Site Button into Object List View -* Spring Boot 2.1.0 and Gradle 4.10.2 +* Spring Boot 2.1.1 and Gradle 5.1 -## 0.3.2 +## 0.3.2 (August 27, 2018) #### NEW FEATURES * MongoDB