File tree 18 files changed +1
-75
lines changed
spring-session-sample-javaconfig-custom-cookie
spring-session-sample-javaconfig-hazelcast
spring-session-sample-javaconfig-jdbc
spring-session-sample-javaconfig-redis
spring-session-sample-javaconfig-security
spring-session-sample-misc-hazelcast
spring-session-sample-xml-jdbc
spring-session-sample-xml-redis
18 files changed +1
-75
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,5 @@ dependencyManagement {
18
18
dependency ' org.webjars:knockout:3.5.1'
19
19
dependency ' org.webjars:sockjs-client:1.5.1'
20
20
dependency ' org.webjars:stomp-websocket:2.3.4'
21
- dependency ' org.webjars:webjars-taglib:0.3'
22
21
}
23
22
}
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ dependencies {
7
7
implementation project(' :spring-session-data-redis' )
8
8
implementation " org.springframework:spring-web"
9
9
implementation " io.lettuce:lettuce-core"
10
- implementation " org.webjars:bootstrap"
11
- implementation " org.webjars:webjars-taglib"
12
10
implementation " org.slf4j:slf4j-api"
13
11
implementation " org.slf4j:jcl-over-slf4j"
14
12
implementation " org.slf4j:log4j-over-slf4j"
Original file line number Diff line number Diff line change 1
1
<%@ taglib prefix =" c" uri =" http://java.sun.com/jsp/jstl/core" %>
2
- <%@ taglib prefix =" wj" uri =" http://www.webjars.org/tags" %>
3
2
<!DOCTYPE html>
4
3
<html lang =" en" >
5
4
<head >
6
5
<title >Session Attributes</title >
7
- <wj:locate path =" bootstrap.min.css" relativeTo =" META-INF/resources" var =" bootstrapCssLocation" />
8
- <link rel =" stylesheet" href =" <c:url value=" ${bootstrapCssLocation} " />" >
9
6
<style type =" text/css" >
10
7
body {
11
8
padding : 1em ;
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ dependencies {
9
9
implementation " org.springframework:spring-web"
10
10
implementation " org.springframework.security:spring-security-config"
11
11
implementation " org.springframework.security:spring-security-web"
12
- implementation " org.webjars:bootstrap"
13
- implementation " org.webjars:webjars-taglib"
14
12
implementation " com.hazelcast:hazelcast"
15
13
implementation " org.slf4j:slf4j-api"
16
14
implementation " org.slf4j:jcl-over-slf4j"
Original file line number Diff line number Diff line change 1
1
<%@ taglib prefix =" c" uri =" http://java.sun.com/jsp/jstl/core" %>
2
- <%@ taglib prefix =" wj" uri =" http://www.webjars.org/tags" %>
3
2
<!DOCTYPE html>
4
3
<html lang =" en" >
5
4
<head >
6
5
<title >Secured Content</title >
7
- <wj:locate path =" bootstrap.min.css" relativeTo =" META-INF/resources" var =" bootstrapCssLocation" />
8
- <link rel =" stylesheet" href =" <c:url value=" ${bootstrapCssLocation} " />" >
9
6
<style type =" text/css" >
10
7
body {
11
8
padding : 1em ;
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ plugins {
6
6
dependencies {
7
7
implementation project(' :spring-session-jdbc' )
8
8
implementation " org.springframework:spring-web"
9
- implementation " org.webjars:bootstrap"
10
- implementation " org.webjars:webjars-taglib"
11
9
implementation " com.h2database:h2"
12
10
implementation " org.slf4j:slf4j-api"
13
11
implementation " org.slf4j:jcl-over-slf4j"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<%@ taglib prefix =" c" uri =" http://java.sun.com/jsp/jstl/core" %>
2
- <%@ taglib prefix =" wj" uri =" http://www.webjars.org/tags" %>
3
2
<!DOCTYPE html>
4
3
<html lang =" en" >
5
4
<head >
6
5
<title >Session Attributes</title >
7
- <wj:locate path =" bootstrap.min.css" relativeTo =" META-INF/resources" var =" bootstrapCssLocation" />
8
- <link rel =" stylesheet" href =" <c:url value=" ${bootstrapCssLocation} " />" >
9
6
<style type =" text/css" >
10
7
body {
11
8
padding : 1em ;
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ dependencies {
7
7
implementation project(' :spring-session-data-redis' )
8
8
implementation " org.springframework:spring-web"
9
9
implementation " io.lettuce:lettuce-core"
10
- implementation " org.webjars:bootstrap"
11
- implementation " org.webjars:webjars-taglib"
12
10
implementation " org.slf4j:slf4j-api"
13
11
implementation " org.slf4j:jcl-over-slf4j"
14
12
implementation " org.slf4j:log4j-over-slf4j"
Original file line number Diff line number Diff line change 1
1
<%@ taglib prefix =" c" uri =" http://java.sun.com/jsp/jstl/core" %>
2
- <%@ taglib prefix =" wj" uri =" http://www.webjars.org/tags" %>
3
2
<!DOCTYPE html>
4
3
<html lang =" en" >
5
4
<head >
6
5
<title >Session Attributes</title >
7
- <wj:locate path =" bootstrap.min.css" relativeTo =" META-INF/resources" var =" bootstrapCssLocation" />
8
- <link rel =" stylesheet" href =" <c:url value=" ${bootstrapCssLocation} " />" >
9
6
<style type =" text/css" >
10
7
body {
11
8
padding : 1em ;
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ dependencies {
9
9
implementation " org.springframework.security:spring-security-config"
10
10
implementation " org.springframework.security:spring-security-web"
11
11
implementation " io.lettuce:lettuce-core"
12
- implementation " org.webjars:bootstrap"
13
- implementation " org.webjars:webjars-taglib"
14
12
implementation " org.slf4j:slf4j-api"
15
13
implementation " org.slf4j:jcl-over-slf4j"
16
14
implementation " org.slf4j:log4j-over-slf4j"
Original file line number Diff line number Diff line change 1
1
<%@ taglib prefix =" c" uri =" http://java.sun.com/jsp/jstl/core" %>
2
- <%@ taglib prefix =" wj" uri =" http://www.webjars.org/tags" %>
3
2
<!DOCTYPE html>
4
3
<html lang =" en" >
5
4
<head >
6
5
<title >Secured Content</title >
7
- <wj:locate path =" bootstrap.min.css" relativeTo =" META-INF/resources" var =" bootstrapCssLocation" />
8
- <link rel =" stylesheet" href =" <c:url value=" ${bootstrapCssLocation} " />" >
9
6
<style type =" text/css" >
10
7
body {
11
8
padding : 1em ;
Original file line number Diff line number Diff line change @@ -5,17 +5,14 @@ plugins {
5
5
6
6
dependencies {
7
7
implementation project(' :spring-session-core' )
8
- implementation " org.webjars:bootstrap"
9
- implementation " org.webjars:webjars-taglib"
10
8
implementation " com.hazelcast:hazelcast"
11
- implementation " jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api"
12
- implementation " org.apache.taglibs:taglibs-standard-jstlel"
13
9
implementation " org.slf4j:slf4j-api"
14
10
implementation " org.slf4j:jcl-over-slf4j"
15
11
implementation " org.slf4j:log4j-over-slf4j"
16
12
implementation " ch.qos.logback:logback-classic"
17
13
18
14
providedCompile " jakarta.servlet:jakarta.servlet-api"
15
+ providedCompile " org.glassfish.web:jakarta.servlet.jsp.jstl"
19
16
20
17
testImplementation " org.assertj:assertj-core"
21
18
testImplementation " org.junit.jupiter:junit-jupiter-api"
Original file line number Diff line number Diff line change 1
1
<%@ taglib prefix =" c" uri =" http://java.sun.com/jsp/jstl/core" %>
2
- <%@ taglib prefix =" wj" uri =" http://www.webjars.org/tags" %>
3
2
<!DOCTYPE html>
4
3
<html lang =" en" >
5
4
<head >
6
5
<title >Session Attributes</title >
7
- <wj:locate path =" bootstrap.min.css" relativeTo =" META-INF/resources" var =" bootstrapCssLocation" />
8
- <link rel =" stylesheet" href =" <c:url value=" ${bootstrapCssLocation} " />" >
9
6
<style type =" text/css" >
10
7
body {
11
8
padding : 1em ;
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ plugins {
6
6
dependencies {
7
7
implementation project(' :spring-session-jdbc' )
8
8
implementation " org.springframework:spring-web"
9
- implementation " org.webjars:bootstrap"
10
- implementation " org.webjars:webjars-taglib"
11
9
implementation " com.h2database:h2"
12
10
implementation " org.slf4j:slf4j-api"
13
11
implementation " org.slf4j:jcl-over-slf4j"
Original file line number Diff line number Diff line change 1
1
<%@ taglib prefix =" c" uri =" http://java.sun.com/jsp/jstl/core" %>
2
- <%@ taglib prefix =" wj" uri =" http://www.webjars.org/tags" %>
3
2
<!DOCTYPE html>
4
3
<html lang =" en" >
5
4
<head >
6
5
<title >Session Attributes</title >
7
- <wj:locate path =" bootstrap.min.css" relativeTo =" META-INF/resources" var =" bootstrapCssLocation" />
8
- <link rel =" stylesheet" href =" <c:url value=" ${bootstrapCssLocation} " />" >
9
6
<style type =" text/css" >
10
7
body {
11
8
padding : 1em ;
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ dependencies {
7
7
implementation project(' :spring-session-data-redis' )
8
8
implementation " org.springframework:spring-web"
9
9
implementation " io.lettuce:lettuce-core"
10
- implementation " org.webjars:bootstrap"
11
- implementation " org.webjars:webjars-taglib"
12
10
implementation " org.slf4j:slf4j-api"
13
11
implementation " org.slf4j:jcl-over-slf4j"
14
12
implementation " org.slf4j:log4j-over-slf4j"
Original file line number Diff line number Diff line change 1
1
<%@ taglib prefix =" c" uri =" http://java.sun.com/jsp/jstl/core" %>
2
- <%@ taglib prefix =" wj" uri =" http://www.webjars.org/tags" %>
3
2
<!DOCTYPE html>
4
3
<html lang =" en" >
5
4
<head >
6
5
<title >Session Attributes</title >
7
- <wj:locate path =" bootstrap.min.css" relativeTo =" META-INF/resources" var =" bootstrapCssLocation" />
8
- <link rel =" stylesheet" href =" <c:url value=" ${bootstrapCssLocation} " />" >
9
6
<style type =" text/css" >
10
7
body {
11
8
padding : 1em ;
You can’t perform that action at this time.
0 commit comments