Re: Jakarta EE10 support

2022-11-13 Thread Rudy De Busscher
Besides the conversion javax-> jakarta, there are also some methods removed from the CDI API, so the usage needs to be adjusted also before Deltaspike can run in a Jakarta EE 10 environment. For example .fireEvent() and .createInjectTarget() are removed. (were deprecated for some time) Rudy On

Re: [DISCUSS] ds for cdi 1.2+ only

2018-04-03 Thread Rudy De Busscher
I have not a clear view of the workarounds which are made and how 'bad'/hacky they are. But when we don't have major complaints about it (now or in the past) I would not invest too much time in a temporary version for CDI 1.2. so #3. Rudy On 3 April 2018 at 22:34, Romain Manni-Bucau

Re: [DISCUSS] require Java8 and move to Deltaspike-1.9.x version?

2018-03-01 Thread Rudy De Busscher
Strictly speaking, DS1.x is Java EE 6 based (because we are using CDI 1.0, JSF 2.0) But probably no harm in just setting compiler to java 8. (and indicate that DS 1.9 only run on Java EE 7 server with Java 8) On 1 March 2018 at 16:05, Thomas Andraschko wrote: > IMO

Re: [DISCUSS] require Java8 and move to Deltaspike-1.9.x version?

2018-03-01 Thread Rudy De Busscher
Maybe not drop EE7. I think all current app servers supporting Java EE 7 runs on Java 8. But removing EE6, means for example that we no longer need BeanProvider and other specific code for EE6. So changing to Java 8 has quite some impact (but Java 8 is wanted I guess) and thus requires 2.x

Re: [VOTE] release Apache DeltaSpike-1.8.1

2017-12-31 Thread Rudy De Busscher
+1 Rudy On 31 December 2017 at 08:48, Mark Struberg wrote: > Yes you are right, checked directly on our Jenkins - all fine still. > > It was just my mail client who fooled me. It still had the subject „.. > failed..“ on the thread still. > But the last mail was an OK

[jira] [Resolved] (DELTASPIKE-1279) SimpleSecurityViolation needs equals/hashcode

2017-07-06 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher resolved DELTASPIKE-1279. -- Resolution: Fixed > SimpleSecurityViolation needs equals/hashc

[jira] [Updated] (DELTASPIKE-1279) SimpleSecurityViolation needs equals/hashcode

2017-07-06 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher updated DELTASPIKE-1279: - Fix Version/s: 1.8.1 > SimpleSecurityViolation needs equals/hashc

[jira] [Created] (DELTASPIKE-1279) SimpleSecurityViolation needs equals/hashcode

2017-07-06 Thread Rudy De Busscher (JIRA)
Rudy De Busscher created DELTASPIKE-1279: Summary: SimpleSecurityViolation needs equals/hashcode Key: DELTASPIKE-1279 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1279 Project

Re: [jira] [Updated] (DELTASPIKE-1250) create a master/client encryption handling

2017-05-13 Thread Rudy De Busscher
I looked up the code which I used recently related to AES. We used the GCM block mode (as it is the most secure and fast, non-stream based AES encryption mode.) Something like * Cipher cipher = Cipher.getInstance("AES/GCM/NoPadding");* *byte[] nonce = new byte[GCM_NONCE_LENGTH];* *

Re: [jira] [Commented] (DELTASPIKE-1250) create a master/client encryption handling

2017-05-11 Thread Rudy De Busscher
Hi Mark, As I'm working lately quite a lot with security and encryption, I was interested in your implementation. I don't have the time today to look into details, but I already have some questions - Why hashing with SHA-1 (not a secure hashing algorithm anymore). Why the additional hashing

Re: 1.6 to be the last release to support Java 1.6?

2016-03-29 Thread Rudy De Busscher
+1 On 28 March 2016 at 18:30, Marcelo Souza Vieira wrote: > +1 > > 2016-03-28 12:39 GMT-03:00 Jason Porter : > > > +1 > > > > On Sat, Mar 26, 2016 at 11:36 AM, Harald Wellmann < > hwellmann...@gmail.com> > > wrote: > > > > > +1 > > > > > >

Re: Java EE 6 support

2016-03-25 Thread Rudy De Busscher
All, Most of my clients still work with Java EE 6 (on Java SE 7), so I think it is too early to abandon that version. +1 for setting compile version to SE 7. Regards Rudy On 25 March 2016 at 13:48, Gerhard Petracek wrote: > hi @ all, > > imo the benefit is too limited.

Re: [VOTE] Release of Apache DeltaSpike 1.4.0

2015-05-19 Thread Rudy De Busscher
+1 On 19 May 2015 at 11:27, Gerhard Petracek gerhard.petra...@gmail.com wrote: @harald: thx for reviewing it! we can fix that with v1.4.1 (which we could release short afterwards - we postponed some other patches as well). currently we don't maintain the osgi config actively (just because

Re: first steps for the next release

2015-05-08 Thread Rudy De Busscher
+1 Rudy On 8 May 2015 at 13:40, Thomas Andraschko andraschko.tho...@gmail.com wrote: +1 Am Freitag, 8. Mai 2015 schrieb Romain Manni-Bucau : +1 Le 8 mai 2015 13:13, Gerhard Petracek gpetra...@apache.org javascript:; a écrit : hi @ all, if there are no objections, i will

[jira] [Commented] (DELTASPIKE-798) Support for uber-jar creation in SE support

2014-12-13 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14245347#comment-14245347 ] Rudy De Busscher commented on DELTASPIKE-798: - I investigated the problem

[jira] [Commented] (DELTASPIKE-798) Support for uber-jar creation in SE support

2014-12-13 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14245362#comment-14245362 ] Rudy De Busscher commented on DELTASPIKE-798: - So, in attachment a maven

[jira] [Commented] (DELTASPIKE-798) Support for uber-jar creation in SE support

2014-12-13 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14245364#comment-14245364 ] Rudy De Busscher commented on DELTASPIKE-798: - Until documented, maybe

[jira] [Updated] (DELTASPIKE-798) Support for uber-jar creation in SE support

2014-12-13 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher updated DELTASPIKE-798: Attachment: DS_SE_Single_Jar.zip maven example project for using maven shade

[jira] [Commented] (DELTASPIKE-798) Support for uber-jar creation in SE support

2014-12-13 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14245382#comment-14245382 ] Rudy De Busscher commented on DELTASPIKE-798: - Could be documented in DS

[jira] [Created] (DELTASPIKE-798) Support for uber-jar creation in SE support

2014-12-12 Thread Rudy De Busscher (JIRA)
Rudy De Busscher created DELTASPIKE-798: --- Summary: Support for uber-jar creation in SE support Key: DELTASPIKE-798 URL: https://issues.apache.org/jira/browse/DELTASPIKE-798 Project: DeltaSpike

[jira] [Commented] (DELTASPIKE-798) Support for uber-jar creation in SE support

2014-12-12 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14243911#comment-14243911 ] Rudy De Busscher commented on DELTASPIKE-798: - Using the the jse-examples

[jira] [Commented] (DELTASPIKE-798) Support for uber-jar creation in SE support

2014-12-12 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14243914#comment-14243914 ] Rudy De Busscher commented on DELTASPIKE-798: - Using my program, I get

Re: [jira] [Commented] (DELTASPIKE-589) Support WLS Profile in Data Module

2014-05-15 Thread Rudy De Busscher
Hi Thomas, I did some testing of DeltaSpike on WLS more then a year ago. The issues that I had are described in DELTASPIKE-241 DELTASPIKE-261 I stopped testing because there where more weird issues with the classloader and didn't had the time to verify all those things. regards Rudy On 11

[Proposal] messages stored but not tied to JSF system.

2013-10-21 Thread Rudy De Busscher
All, With the JsfMessage interface, you can add messages to the FacesContext so that they are displayed on screen the next rendering. But what if your CDI beans are used within a JSF context AND a REST context. When processing the REST request, there is no facesContext available and exceptions

Also problems with WLS 12.1.2 for the integration tests.

2013-07-26 Thread Rudy De Busscher
I tried the latest version of WLS 12C, 12.1.2, for the integration tests. *mvn clean install -Pwls-remote-12c *But on every deployment I receive a Weld error: *WELD-001408 Unsatisfied dependencies for type [DeltaSpikeContextExtension] with qualifiers [@Default] at injection point [[field]