Skip to content

Commit 496adb1

Browse files
committed
switch to jdk 17 and jakarta - v4
1 parent dc112ae commit 496adb1

File tree

271 files changed

+2873
-14041
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

271 files changed

+2873
-14041
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -24,52 +24,3 @@ updates:
2424
schedule:
2525
interval: daily
2626
open-pull-requests-limit: 10
27-
ignore:
28-
- dependency-name: org.springframework.boot:spring-boot-dependencies
29-
versions:
30-
- 2.4.4
31-
- dependency-name: org.springframework:spring-beans
32-
versions:
33-
- 5.3.5
34-
- dependency-name: org.springframework:spring-test
35-
versions:
36-
- 5.3.5
37-
- dependency-name: org.springframework:spring-web
38-
versions:
39-
- 5.3.5
40-
- dependency-name: org.springframework:spring-context
41-
versions:
42-
- 5.3.5
43-
- dependency-name: org.springframework:spring-core
44-
versions:
45-
- 5.3.5
46-
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
47-
versions:
48-
- 10.0.0
49-
- 10.0.2
50-
- 10.0.4
51-
- dependency-name: org.apache.tomcat:tomcat-catalina
52-
versions:
53-
- 10.0.0
54-
- 10.0.2
55-
- 10.0.4
56-
- dependency-name: org.eclipse.jetty:apache-jsp
57-
versions:
58-
- 11.0.0
59-
- 11.0.1
60-
- dependency-name: org.eclipse.jetty:jetty-annotations
61-
versions:
62-
- 11.0.0
63-
- 11.0.1
64-
- dependency-name: org.eclipse.jetty:jetty-plus
65-
versions:
66-
- 11.0.0
67-
- 11.0.1
68-
- dependency-name: org.eclipse.jetty:jetty-webapp
69-
versions:
70-
- 11.0.0
71-
- 11.0.1
72-
- dependency-name: org.eclipse.jetty:jetty-security
73-
versions:
74-
- 11.0.0
75-
- 11.0.1

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
2828
GH_TOKEN: ${{ secrets.GH_PAGES_TOKEN }}
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
JDK_CURRENT: 8
30+
JDK_CURRENT: 17
3131

3232
##########################################################################
3333

.travis.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
====
2-
Licensed to Jasig under one or more contributor license
2+
Licensed to Apereo under one or more contributor license
33
agreements. See the NOTICE file distributed with this work
44
for additional information regarding copyright ownership.
5-
Jasig licenses this file to you under the Apache License,
5+
Apereo licenses this file to you under the Apache License,
66
Version 2.0 (the "License"); you may not use this file
77
except in compliance with the License. You may obtain a
88
copy of the License at:
@@ -47,4 +47,4 @@ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4747
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4848
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4949
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
50-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
50+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

NOTICE

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@ This project includes:
4040
Jackson-core under The Apache Software License, Version 2.0
4141
jackson-databind under The Apache Software License, Version 2.0
4242
Jakarta Annotations API under EPL 2.0 or GPL2 w/ CPE
43-
Jasig CAS Client for Java - Common Tomcat Integration Support under Apache License Version 2.0
44-
Jasig CAS Client for Java - Core under Apache License Version 2.0
45-
Jasig CAS Client for Java - Distributed Proxy Storage Support: EhCache under Apache License Version 2.0
46-
Jasig CAS Client for Java - Distributed Proxy Storage Support: Memcached under Apache License Version 2.0
47-
Jasig CAS Client for Java - JBoss Integration under Apache License Version 2.0
48-
Jasig CAS Client for Java - Jetty Container Integration under Apache License Version 2.0
49-
Jasig CAS Client for Java - SAML Protocol Support under Apache License Version 2.0
50-
Jasig CAS Client for Java - Spring Boot Support under Apache License Version 2.0
51-
Jasig CAS Client for Java - Tomcat 6.x Integration under Apache License Version 2.0
52-
Jasig CAS Client for Java - Tomcat 7.x Integration under Apache License Version 2.0
53-
Jasig CAS Client for Java - Tomcat 8.5.x Integration under Apache License Version 2.0
54-
Jasig CAS Client for Java - Tomcat 8.x Integration under Apache License Version 2.0
55-
Jasig CAS Client for Java - Tomcat 9.0.x Integration under Apache License Version 2.0
43+
Apereo CAS Client for Java - Common Tomcat Integration Support under Apache License Version 2.0
44+
Apereo CAS Client for Java - Core under Apache License Version 2.0
45+
Apereo CAS Client for Java - Distributed Proxy Storage Support: EhCache under Apache License Version 2.0
46+
Apereo CAS Client for Java - Distributed Proxy Storage Support: Memcached under Apache License Version 2.0
47+
Apereo CAS Client for Java - JBoss Integration under Apache License Version 2.0
48+
Apereo CAS Client for Java - Jetty Container Integration under Apache License Version 2.0
49+
Apereo CAS Client for Java - SAML Protocol Support under Apache License Version 2.0
50+
Apereo CAS Client for Java - Spring Boot Support under Apache License Version 2.0
51+
Apereo CAS Client for Java - Tomcat 6.x Integration under Apache License Version 2.0
52+
Apereo CAS Client for Java - Tomcat 7.x Integration under Apache License Version 2.0
53+
Apereo CAS Client for Java - Tomcat 8.5.x Integration under Apache License Version 2.0
54+
Apereo CAS Client for Java - Tomcat 8.x Integration under Apache License Version 2.0
55+
Apereo CAS Client for Java - Tomcat 9.0.x Integration under Apache License Version 2.0
5656
Java Servlet API under CDDL + GPLv2 with classpath exception
5757
JavaBeans Activation Framework API jar under CDDL/GPLv2+CE
5858
javax.annotation API under CDDL + GPLv2 with classpath exception

0 commit comments

Comments
 (0)