[cas-user] Re: CAS 7 startup warnings

2023-09-27 Thread 'Char Lin' via CAS Community
Hi. Have you resolved this problem? CAS 6.6.10 also experiences these warning logs. 在2023年7月27日星期四 UTC+8 04:04:16 写道: > When we start CAS 7, a number of warnings are logged. Advice on how to > resolve them where feasible would be appreciated. > > ** WARN [com.hazelcast.cp.CPSubsystem] -

Re: [cas-user] CAS-6.6.x war overlay by maven

2023-09-07 Thread 'Char Lin' via CAS Community
veloper/Build-Process.html >> <https://apereo.github.io/cas/6.5.x/developer/Build-Process.html> >> >> Ray >> >> On Wed, 2023-09-06 at 19:13 -0700, Char Lin wrote: >> >> Notice: This message was sent from outside the University of Victoria >> email system

Re: [cas-user] CAS-6.6.x war overlay by maven

2023-09-06 Thread 'Char Lin' via CAS Community
Sorry, I didn't find cas6.6 build through maven from this web page. Is cas6.6 just support by gradle? 在2023年9月6日星期三 UTC+8 00:51:02 写道: > https://fawnoos.com/2022/08/06/cas66-gettingstarted-overlay/ > > On Mon, 2023-09-04 at 01:53 -0700, 'Char Lin' via CAS Community wrote: &

[cas-user] CAS-6.6.x war overlay by maven

2023-09-04 Thread 'Char Lin' via CAS Community
Hi, all. How to use the Maven build and package cas 6.6.x war? I am not familiar with Gradle and the cost of learning is too high. Thanks! -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions:

[cas-user] Re: TicketRegistryCleaner Exception - CAS 7.0.0-RC6

2023-08-06 Thread 'Char Lin' via CAS Community
Hi, all. Anyone can help me. What's wrong with it? 在2023年7月25日星期二 UTC+8 17:15:02 写道: > Hi, all. > > I used the delegation identity provider whit github, it run ok, and > authorized my account in cas success. > > But the console log occured a problem as below(tikets registry into redis) > >

[cas-user] TicketRegistryCleaner Exception - CAS 7.0.0-RC6

2023-07-25 Thread 'Char Lin' via CAS Community
Hi, all. I used the delegation identity provider whit github, it run ok, and authorized my account in cas success. But the console log occured a problem as below(tikets registry into redis) 2023-07-25 16:30:00,815 ERROR

Re: [cas-user] CAS support oauth, how store the authCode -CAS 7.0.0-SNAPSHOT

2023-07-21 Thread 'Char Lin' via CAS Community
023年7月15日星期六 UTC+8 01:15:01 写道: > >> Redis ticket storage is described here >> https://apereo.github.io/cas/6.6.x/ticketing/Redis-Ticket-Registry.html >> >> Ray >> >> On Thu, 2023-07-13 at 20:12 -0700, 'Char Lin' via CAS Community wrote: >> >> N

Re: [cas-user] CAS support oauth, how store the authCode -CAS 7.0.0-SNAPSHOT

2023-07-21 Thread 'Char Lin' via CAS Community
:01 写道: > Redis ticket storage is described here > https://apereo.github.io/cas/6.6.x/ticketing/Redis-Ticket-Registry.html > > Ray > > On Thu, 2023-07-13 at 20:12 -0700, 'Char Lin' via CAS Community wrote: > > Notice: This message was sent from outside the University of

[cas-user] CAS 7.0.0 How to set values of BaseOAuth20Token.scopes

2023-07-18 Thread 'Char Lin' via CAS Community
Hi, all. How to set the values of BaseOAuth20Token.scopes? CAS 7.0.0 -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are

[cas-user] CAS support oauth, how store the authCode -CAS 7.0.0-SNAPSHOT

2023-07-13 Thread 'Char Lin' via CAS Community
hi, everyone. I open the supported oauth of CAS 7.0.0-SNAPSHOT, and it operation perfect. Now i want store the authCode generate by cas-oauth in redis, but i don't how? I couldn't find the desired guidance in the official documents either. Please, thanks -- - Website:

[cas-user] Re: Unsupported class file major version 65

2023-07-02 Thread 'Char Lin' via CAS Community
Thanks for your reply first. my JAVA_HOME sure is set correctly. and this problem has be fixed on master:https://github.com/apereo/cas/commit/9ce2c9e45c1b47342c68b71a3151ca37cfe5a0d5 在2023年6月30日星期五 UTC+8 12:48:25 写道: > You you sure JAVA_HOME is set correctly? What does the CAS banner state >

[cas-user] Re: Failed to create Jar file

2023-06-27 Thread 'Char Lin' via CAS Community
Is this cas.war package was generated before this exception occurred? 在2023年6月27日星期二 UTC+8 17:57:54 写道: > No, But I'am running my cas now through the the java -jar cas.war command, > this is working fine > > On Tuesday, June 27, 2023 at 4:40:03 AM UTC chaof...@foxitsoftware.com > wrote: > >>

[cas-user] Re: Unsupported class file major version 65

2023-06-26 Thread 'Char Lin' via CAS Community
I installed JDK 21-ea, but this exception still appears... A problem occurred configuring root project 'cas'. > java.util.concurrent.ExecutionException: org.gradle.api.GradleException: Failed to create Jar file

[cas-user] Re: Failed to create Jar file

2023-06-26 Thread 'Char Lin' via CAS Community
Me too... Have you solved it yet? Teach me, please. 在2023年6月27日星期二 UTC+8 03:17:12 写道: > Same thing here ... > > Le dimanche 25 juin 2023 à 17:39:59 UTC+2, favk...@gmail.com a écrit : > >> and it creates spring.6.1.0-M1.jar.lock.lock file on my gradle cashe >> >> On Saturday, June 24, 2023 at

[cas-user] CAS 7.0.0, how to scan self created beans, and manage by spring

2023-06-19 Thread 'Char Lin' via CAS Community
Hi, all. Just like the title, CAS 7.0.0, I can't atowired the bean annotated by @Service and @Component... How to configure scan them and add to spring bean factories? [image: 20230619181953.png] >From the picture, I started the cas application, but report the 'userService is null' who can

Re: [cas-user] Could not autowire.

2023-06-19 Thread 'Char Lin' via CAS Community
Hi, all. If I have many beans that annotated by @Service,@Component... do I need to add them one by one to org. springframework. boot. autoconfigure. AutoConfiguration. imports? Is there any way for Spring to scan my package‘s path, and Inject them into the IOC container? Thanks.