From 7cec6e7824d0ed95db82943af4e3154496327b83 Mon Sep 17 00:00:00 2001 From: Markus Kreth Date: Thu, 1 Nov 2018 13:20:35 +0100 Subject: [PATCH] Spring and Vaadin updates --- .classpath | 10 ++++----- .settings/org.eclipse.wst.common.component | 12 +++++++++- ....eclipse.wst.common.project.facet.core.xml | 2 +- pom.xml | 22 ++++++++++++------- src/main/resources/application.properties | 4 ++-- .../themes/vaadin-clubhelpertheme/styles.css | 8 ++++++- 6 files changed, 39 insertions(+), 19 deletions(-) diff --git a/.classpath b/.classpath index b2e2b14..2323c6f 100644 --- a/.classpath +++ b/.classpath @@ -24,20 +24,18 @@ - + - - + - + - - + diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index d3d71d1..749a096 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,12 +1,22 @@ + + + + - + + + + + + + diff --git a/.settings/org.eclipse.wst.common.project.facet.core.xml b/.settings/org.eclipse.wst.common.project.facet.core.xml index 170b658..2d1f631 100644 --- a/.settings/org.eclipse.wst.common.project.facet.core.xml +++ b/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -3,6 +3,6 @@ - + diff --git a/pom.xml b/pom.xml index 4ca3459..c2b291d 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.6.RELEASE + 2.1.0.RELEASE @@ -25,7 +25,7 @@ 1.8 ${java.version} ${java.version} - 8.4.4 + 8.5.2 1.23.0 v4-rev488-1.23.0 v3-rev271-1.23.0 @@ -186,7 +186,13 @@ org.glassfish.jaxb jaxb-runtime 2.4.0-b180830.0438 + + + org.javassist + javassist + 3.23.1-GA + @@ -243,12 +249,12 @@ org.apache.maven.plugins maven-surefire-plugin 2.22.1 - - - - - - + + + + + + diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e6c9168..021d252 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,8 +2,8 @@ spring.datasource.url=jdbc:mysql://localhost:3306/clubhelper?useUnicode=yes&char spring.datasource.username=markus spring.datasource.password=0773 security.ignored=/** -security.basic.enable: false -management.security.enabled: false +security.basic.enable=false +management.security.enabled=false spring.jpa.hibernate.naming-strategy = org.hibernate.cfg.ImprovedNamingStrategy spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl \ No newline at end of file diff --git a/src/main/webapp/VAADIN/themes/vaadin-clubhelpertheme/styles.css b/src/main/webapp/VAADIN/themes/vaadin-clubhelpertheme/styles.css index a3de4cc..f78b290 100644 --- a/src/main/webapp/VAADIN/themes/vaadin-clubhelpertheme/styles.css +++ b/src/main/webapp/VAADIN/themes/vaadin-clubhelpertheme/styles.css @@ -1091,7 +1091,7 @@ */ .v-vaadin-version:after { - content: "8.4.4"; + content: "8.5.2"; } .v-widget { @@ -5078,6 +5078,8 @@ div.v-layout.v-horizontal.v-widget { -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); border-right: 1px solid #d4d4d4; + position: relative; + z-index: 11; } .vaadin-clubhelpertheme .v-grid-cell.frozen + th, .vaadin-clubhelpertheme .v-grid-cell.frozen + td { @@ -9724,6 +9726,8 @@ div.v-layout.v-horizontal.v-widget { -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); border-right: 1px solid #d4d4d4; + position: relative; + z-index: 11; } .vaadin-clubhelpertheme .v-tree8-cell.frozen + th, .vaadin-clubhelpertheme .v-tree8-cell.frozen + td { @@ -10800,6 +10804,8 @@ div.v-layout.v-horizontal.v-widget { -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1); border-right: 1px solid #d4d4d4; + position: relative; + z-index: 11; } .vaadin-clubhelpertheme .v-treegrid-cell.frozen + th, .vaadin-clubhelpertheme .v-treegrid-cell.frozen + td {