Re: [cas-dev] Nominating new CAS committer: Dmitriy Kopylenko

2015-12-17 Thread Dmitriy Kopylenko
tag...@gmail.com>> wrote: > +1 > > > On Thursday, December 17, 2015, Marvin Addison <mailto:marvin.addi...@gmail.com>> wrote: > I would like to nominate Dmitriy Kopylenko > as a > new CAS developer. > > Easy +1 from me. Welcome, Dima! > > Cheers, &

Re: [cas-dev] CAS 4.2 development status

2015-12-22 Thread Dmitriy Kopylenko
All sounds good to me. The quicker the release iteration cycle - the better :-) Cheers, D. > On Dec 22, 2015, at 01:53, Misagh Moayyed wrote: > > Fellow Devs, > > Thought I provide a quick status update on the 4.2 dev line prior to the > nearing release candidate: > > 1. 63 issues cl

Re: [cas-dev] How CAS 3.5 server is able to recognize the entityId with Shibboleth 2.4

2016-01-07 Thread Dmitriy Kopylenko
You have CAS 3.5? The facility that you are trying to use is only available in CAS 4.1+ Best, Dmitriy. > On Jan 7, 2016, at 7:00 AM, Mostafa Tabal wrote: > > How CAS 3.5 server is able to recognize the entityId with Shibboleth 2.4 > > i want to define in cas-servlet.xml this code but it not

Re: [cas-dev] How CAS 3.5 server is able to recognize the entityId with Shibboleth 2.4

2016-01-07 Thread Dmitriy Kopylenko
, Mostafa Tabal wrote: > > how can i do it with cas server 3.5 , > > how can make shibboleth-idp use cas login authentication ? > > > > On Thursday, January 7, 2016 at 5:14:54 PM UTC+3, Dmitriy Kopylenko wrote: > You have CAS 3.5? The facility that you are try

Re: [cas-dev] Unable to build RC1

2016-01-21 Thread Dmitriy Kopylenko
Hi there. Quickly on the Gradle/Maven point - starting from version 4.2 going forward CAS server project itself uses Gradle as its build system. Anything prior to 4.2 uses (used) Maven. Now, that should not concern end users (so called deployers) of CAS server software. The main installation a

Re: [cas-dev] CAS 4.2 RC2 release planning

2016-01-25 Thread Dmitriy Kopylenko
+1 (with the GA release planned in around a month) D. > On Jan 25, 2016, at 10:41 AM, Misagh Moayyed wrote: > > Team, > It’s been a month and several issues have been fixed. I am planning to start > with the 4.2 RC2 release around this coming Friday. Let me know please if you > see an issue

Re: [cas-dev] Automate functional testing #536

2016-03-04 Thread Dmitriy Kopylenko
Sure is open. Would be great if folks interested in this would enumerate concretely what such functional/browser-automated test(s) would cover e.g.: 1) visit cas login page 2) Submit credentials 3) Verify appropriate redirect… etc. so then we could codify it. Cheers, D. > On Mar 4, 2016, at 2:

Re: [cas-dev] Automate functional testing #536

2016-03-04 Thread Dmitriy Kopylenko
Geb is my personally preferred one. D. > On Mar 4, 2016, at 2:59 PM, alertyardbarker wrote: > > Dmitriy and Misagh, > > I will take a stab at it. It looked like the preferred tool was Geb. That's > fine. I have used Arquillian with embedded Tomcat (Drone with Graphene) in a > previous pro

Re: [cas-dev] No qualifying bean of type [org.jasig.cas.CipherExecutor]

2016-03-14 Thread Dmitriy Kopylenko
I just did a quick check. Yes, looks like the ‘defaultCookieCipherExecutor’ @Component is missing hence the missing bean definition. D. > On Mar 14, 2016, at 11:00 AM, leleuj wrote: > > Hi, > > I'm testing the latest 4.3-SNAPSHOT and I get the following error: > > Injection of autowired depe

Re: [cas-dev] 4.2 GA release planning

2016-03-16 Thread Dmitriy Kopylenko
+1 On Wed, Mar 16, 2016 at 04:03, Misagh Moayyed wrote: Team, Proposing that we cut the 4.2 GA release early next week. (We are actually a few days behind schedule per the milestone date). With 3 release candidates behind, I think it’s in a good-enough shape to go out. There is only one smal

Re: [cas-dev] Automate functional testing #536

2016-04-27 Thread Dmitriy Kopylenko
+1 Let’s see it. You could push it somewhere on GH so we could take a look and run it, etc. > On Apr 27, 2016, at 12:10 PM, alertyardbarker > wrote: > > I have written 4 of the tests described here: > https://wiki.jasig.org/display/CAS/CAS+Functional+Tests >

Re: [cas-dev] Automate functional testing #536

2016-04-27 Thread Dmitriy Kopylenko
I > copied the web.xml, index.jsp, logout.jsp from your Unicon project: > https://github.com/UniconLabs/cas-sample-java-webapp > <https://github.com/UniconLabs/cas-sample-java-webapp> > > Please let me know how it looks. > > Regards, > > William Crowell &g

Re: [cas-dev] how to import cas4.2.x source to Intellij

2016-04-28 Thread Dmitriy Kopylenko
Just like any other Gradle-based Java project -'Import project' and choose Gradle as your project model and sub-projects (or all of them) that you are interested in. If you need more details, IntelliJ IDEA site has tons of guides and info. Best regards, Dmitriy. On Thu, Apr 28, 2016 at 03:22,

Re: [cas-dev] Automate functional testing #536

2016-04-29 Thread Dmitriy Kopylenko
Yes. Cloned it. Code reviewed. Looks good to me. Ran locally, had some tests failures. Opened an issue. Welcome to the world of open source ;-) Best, D. > On Apr 29, 2016, at 2:16 PM, alertyardbarker > wrote: > > Did you have a chance to check out the functional tests? Should I continue > w

Re: [cas-dev] CAS 5 M1 Release Planning

2016-05-03 Thread Dmitriy Kopylenko
+1 Cut as many milestone releases as necessary. Early and often. So people could “smell”, “touch”, use them and give us early feedback. And milestone releases are considered “alpha” still, so we could “afford” breaking changes before we start publishing RCs. D. > On May 3, 2016, at 11:52 AM,

Re: [cas-dev] Automate functional testing #536

2016-05-03 Thread Dmitriy Kopylenko
Will do tomorrow. Thanks. D. > On May 3, 2016, at 4:22 PM, alertyardbarker wrote: > > Dmitriy, can you grab a fresh clone of the latest and run: gradle clean > farmIntegrationTest > > I made some corrections to the assertions, and I am not getting an error. > > Regards, > > William Crowell

Re: [cas-dev] Dynamic Service URL problems (solving multi-domain issues for same application)

2016-05-09 Thread Dmitriy Kopylenko
OK, as SS framework is interface-based and super flexible, you might need to do it the following way: 1) Implement custom AuthenticationDetailsSource to get the “details” of the dynamic service URL to the SS machinery: https://github.com/spring-projects/spring-security/blob/master/core/src/main

Re: [cas-dev] Re: how to import cas4.2.x source to Intellij

2016-05-18 Thread Dmitriy Kopylenko
That’d be a Gradle command line option with -D prefix e.g. -DskipVersionConflict=true. See this as an example: https://github.com/apereo/cas/blob/master/dev-build-no-tests.sh#L3 Cheers, D. > On May 18, 2016, at 11:24 AM, hoan

Re: [cas-dev] CAS v5 M2 release announcement

2016-06-13 Thread Dmitriy Kopylenko
Correct. And here’s the description field of that milestone label: This milestone is reserved for all issues, improvements and tasks that are simply in the planning/proposed stage, and have not been assigned to a concrete milestone release. > On Jun 13, 2016, at 12:00 PM, Misagh Moayyed wrote:

[cas-dev] Re: [cas-user] CAS 4.2.3 Release Announcement

2016-07-06 Thread Dmitriy Kopylenko
It’s been fixed in the master and should be available in 4.2.4: https://github.com/apereo/cas/issues/1866 Cheers, D. > On Jul 6, 2016, at 10:46 AM, siim.roma...@gmail.com wrote: > > So I turned DEBUG on found that the problem is transaction manager.

Re: [cas-dev]CAS 5 MFA Provider

2016-07-08 Thread Dmitriy Kopylenko
https://apereo.github.io/cas/developer/Contributor-Guidelines.html [https://apereo.github.io/cas/developer/Contributor-Guidelines.html] Cheers, D. On Fri, Jul 8, 2016 at 03:26, Alex Bouskine wrote: Hello, As part of EsupPortail's project ‘Esup-OTP’, I added a new MFA Provider named ‘mfa-esupotp

Re: [cas-dev] CAS 5 RC1 Release Planning

2016-08-24 Thread Dmitriy Kopylenko
+1 > On Aug 24, 2016, at 11:30 AM, Misagh Moayyed wrote: > > All, > > If we are sticking to the original plan, and it looks like we are, CAS 5 RC1 > will be released by no later than next Monday. There is only one open issue > which I think is being worked on actively and should make the cut

Re: [cas-dev] CAS 5 RC2 proposal

2016-09-09 Thread Dmitriy Kopylenko
+1 for RC2 and any follow up release candidate releases to make the GA as stable as possible. I am personally not too concerned about not making the originally planned date for GA… D. > On Sep 9, 2016, at 2:03 PM, Misagh Moayyed wrote: > > Hallo, > > Given our original schedule for 5 plans

Re: [cas-dev] CAS 5 Gradle Overlay

2016-10-06 Thread Dmitriy Kopylenko
https://apereo.github.io/cas/development/protocol/REST-Protocol.html D. > On Oct 6, 2016, at 9:02 AM, David Rodriguez Gonzalez > wrote: > > Hi everyone, > > After cloned the Gradle Overlay project for CAS 5, without doing

Re: [cas-dev] CAS 5 Gradle Overlay

2016-10-06 Thread Dmitriy Kopylenko
refreshing IntelliJ gradle project. Nothing of this works for me.. > > On Thu, 6 Oct 2016 at 15:27 Dmitriy Kopylenko <mailto:dkopyle...@unicon.net>> wrote: > https://apereo.github.io/cas/development/protocol/REST-Protocol.html > <https://apereo.github.io/cas/development/p

Re: [cas-dev] CAS 5 Gradle Overlay

2016-10-06 Thread Dmitriy Kopylenko
not a code smell at all, I'm just defining my own Controller. The > other option is to fork CAS and do the work there, what I don't like to. > > Any other alternative? > > On Thu, 6 Oct 2016 at 15:47 Dmitriy Kopylenko <mailto:dkopyle...@unicon.net>> wrote: > Al

Re: [cas-dev] CAS 5 Gradle Overlay

2016-10-06 Thread Dmitriy Kopylenko
AS 5. In the old version we are doing this > things, is it no longer possible? > > (Waiting for response before creating the issue) > > On Thu, 6 Oct 2016 at 15:56 Dmitriy Kopylenko <mailto:dkopyle...@unicon.net>> wrote: > You said you were “copying TicketResource clas

Re: [cas-dev] Jitpack.io requiring Auth

2017-07-19 Thread Dmitriy Kopylenko
I’ll “put some fuel to the fire”, so to speak. All of these shenanigans are caused by Duo project unable to properly publish their Java library to Maven central and/or Jcenter repositories (for whatever reason) etc. See this: https://github.com/duosecurity/duo_java/issues/2 and this:  https://gi

[cas-dev] java-cas-client 3.5.0 release

2018-01-10 Thread Dmitriy Kopylenko
Good morning folks. I am planning to cut 3.5.0 release of the java-cas-client some time this week. Let me know if there are any objections to that. Best, D. -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and s

Re: [cas-dev] Using CasConfigurationProperties and add my own properties to cas.properties

2018-02-23 Thread Dmitriy Kopylenko
You simply create your own “POJO” encapsulating custom properties and inject that bean into your custom components. No need to mess around with CAS’ CasConfigurationProperties class. Here’s an an example of a couple of custom

Re: [cas-dev] cas.authn.attribute-repository vs cas.authn.attributeRepository

2020-03-05 Thread Dmitriy Kopylenko
CAS uses Spring Boot’s “relaxed binding”,  https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-external-config-relaxed-binding  so both styles are OK. D. On March 5, 2020 at 07:13:33, Robert (robert.kornmes...@gmail.com) wrote: Hi there, yeste

Re: [cas-dev] Heap memory leak in HashMapBackedSessionMappingStorage

2021-10-17 Thread Dmitriy Kopylenko
Hi. You should be able to fork this repository on GitHub to your account, push changes there and create pull requests from your remote fork. Hope this helps. D. On Sun, Oct 17, 2021 at 04:12 Krzysztof Ślusarski wrote: > The class org.jasig.cas.client.session.HashMapBackedSessionMappingStorage