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 Su
+1
Rudy
On Mon, 7 Jan 2019 at 23:38, Gerhard Petracek wrote:
> +1
>
> regards,
> gerhard
>
>
>
> Am Mo., 7. Jan. 2019 um 18:08 Uhr schrieb Mark Struberg
> :
>
> > Hi folks!
> >
> > I've made good experience with gitbox in other ASF projects.
> > I'd say we just call it 'deltaspike' as is. We ju
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 wrote:
> A
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
> DS1.x = JavaEE 7
> DS2.x =
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 number
+1 for adding them.
I use the interdyn project regularly
Rudy
On 9 February 2018 at 11:58, Gerhard Petracek wrote:
> imo the config should be based on the ds-config-api -> with that the
> config-format isn't limited.
>
> regards,
> gerhard
>
>
>
> 2018-02-09 11:48 GMT+01:00 Thomas Andraschk
+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 message.
>
> Sorry and LieG
[
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
[
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
[
https://issues.apache.org/jira/browse/DELTASPIKE-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16076242#comment-16076242
]
Rudy De Busscher commented on DELTASPIKE-1279:
--
I can add this to
Rudy De Busscher created DELTASPIKE-1279:
Summary: SimpleSecurityViolation needs equals/hashcode
Key: DELTASPIKE-1279
URL: https://issues.apache.org/jira/browse/DELTASPIKE-1279
Project
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];*
*
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 (bef
Indeed, quite major/important change. +1
On 9 November 2016 at 10:12, Christian Kaltepoth
wrote:
> I agree with Romain. If we include the work on config, it should be 1.8.
>
> 2016-11-08 16:37 GMT+01:00 Romain Manni-Bucau :
>
> > if included +1
> >
> >
> > Romain Manni-Bucau
> > @rmannibucau
+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
> > >
> > > 2016-03-26 17:49 GMT+01:00 Christian Kaltepoth >:
> > >
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.
> cdi 1.1 added some n
[
https://issues.apache.org/jira/browse/DELTASPIKE-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14565922#comment-14565922
]
Rudy De Busscher commented on DELTASPIKE-914:
-
Hi,
As Thomas menti
+1
On 19 May 2015 at 11:27, Gerhard Petracek
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 nobody
> is doing it)
> -
+1
Rudy
On 8 May 2015 at 13:40, Thomas Andraschko
wrote:
> +1
>
> Am Freitag, 8. Mai 2015 schrieb Romain Manni-Bucau :
>
> > +1
> > Le 8 mai 2015 13:13, "Gerhard Petracek" > > a écrit :
> >
> > > hi @ all,
> > >
> > > if there are no objections, i will start with the first steps for the
> > ne
[
https://issues.apache.org/jira/browse/DELTASPIKE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14245382#comment-14245382
]
Rudy De Busscher commented on DELTASPIKE-798:
-
Could be documented i
[
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
[
https://issues.apache.org/jira/browse/DELTASPIKE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14245364#comment-14245364
]
Rudy De Busscher commented on DELTASPIKE-798:
-
Until documented, m
[
https://issues.apache.org/jira/browse/DELTASPIKE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14245362#comment-14245362
]
Rudy De Busscher commented on DELTASPIKE-798:
-
So, in attachment a m
[
https://issues.apache.org/jira/browse/DELTASPIKE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14245360#comment-14245360
]
Rudy De Busscher commented on DELTASPIKE-798:
-
For WELD, it is a k
[
https://issues.apache.org/jira/browse/DELTASPIKE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14245347#comment-14245347
]
Rudy De Busscher commented on DELTASPIKE-798:
-
I investigated the pro
[
https://issues.apache.org/jira/browse/DELTASPIKE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14243914#comment-14243914
]
Rudy De Busscher commented on DELTASPIKE-798:
-
Using my program,
I g
[
https://issues.apache.org/jira/browse/DELTASPIKE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14243911#comment-14243911
]
Rudy De Busscher commented on DELTASPIKE-798:
-
Using the the jse-exam
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
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 Ma
[
https://issues.apache.org/jira/browse/DELTASPIKE-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rudy De Busscher updated DELTASPIKE-306:
Assignee: (was: Rudy De Busscher)
> Examples for the features of the
ent
> to figure out how to render these messages.
>
> What did you have in mind for consolidating?
>
> On Mon, Oct 21, 2013 at 10:05 AM, Rudy De Busscher
> wrote:
> > All,
> >
> > With the JsfMessage interface, you can add messages to the FacesContext
> so
>
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 oc
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] @Injec
33 matches
Mail list logo