Richard Zowalla [Wed, 11 May 2022 18:38:30 +0000 (20:38 +0200)]
DELTASPIKE-1434 - Refine relocation patterns for javax -> jakarta + adds service transformer
Signed-off-by: Mark Struberg <struberg@apache.org>
Mark Struberg [Fri, 8 Apr 2022 16:01:42 +0000 (18:01 +0200)]
[maven-release-plugin] prepare for next development iteration
Mark Struberg [Fri, 8 Apr 2022 16:00:14 +0000 (18:00 +0200)]
[maven-release-plugin] prepare release deltaspike-1.9.6
Mark Struberg [Fri, 8 Apr 2022 15:56:42 +0000 (17:56 +0200)]
DELTASPIKE-1454 upgrade to ASM 9.3
Mark Struberg [Fri, 8 Apr 2022 15:29:20 +0000 (17:29 +0200)]
fix maven-javadoc-plugin config
Mark Struberg [Fri, 8 Apr 2022 15:13:54 +0000 (17:13 +0200)]
add release notes for 1.9.6
Mark Struberg [Fri, 8 Apr 2022 15:07:18 +0000 (17:07 +0200)]
DELTASPPIKE-1431 allow disabling InvocationResultLogger
one can now set
deltaspike.invocationresultlogger.enabled=false
to disable the built in InvocationResultLogger
Mark Struberg [Fri, 8 Apr 2022 10:28:33 +0000 (12:28 +0200)]
DELTASPIKE-1433 add disposer for EntityManagerFactory
Mark Struberg [Fri, 8 Apr 2022 09:19:13 +0000 (11:19 +0200)]
DELTASPIKE-1453 fix injection of configured Class
Mark Struberg [Fri, 8 Apr 2022 09:16:26 +0000 (11:16 +0200)]
DELTASPIKE-1452 upgrade to apache-parent 25
Mark Struberg [Wed, 6 Apr 2022 15:11:37 +0000 (17:11 +0200)]
DELTASPIKE-1133 remove setting logger level
Mark Struberg [Wed, 8 Dec 2021 21:29:29 +0000 (22:29 +0100)]
DELTASPIKE-1445 implement Supplier<T> support
Mark Struberg [Wed, 8 Dec 2021 16:48:43 +0000 (17:48 +0100)]
DELTASPIKE-1444 make BeanConverter a non-static factory
otherwise we might create mem leaks, as rightfully noted by rmannibucau
Mark Struberg [Tue, 7 Dec 2021 20:24:56 +0000 (21:24 +0100)]
DELTASPIKE-1444 add POJO based Config
Mark Struberg [Sat, 4 Dec 2021 12:25:48 +0000 (13:25 +0100)]
DELTASPIKE-1426 fix proxyfactory test
Thomas Andraschko [Sun, 19 Sep 2021 14:41:48 +0000 (16:41 +0200)]
Merge pull request #111 from Daniel-Dos/DELTASPIKE-1416
DELTASPIKE-1416: add maven-jar-plugin to to use the MANIFEST.MF
Thomas Andraschko [Sun, 19 Sep 2021 14:37:00 +0000 (16:37 +0200)]
Merge pull request #117 from skybber/DELTASPIKE-1426
DELTASPIKE-1426: Improve ProxyFactory performance on start
Thomas Andraschko [Sun, 19 Sep 2021 14:34:09 +0000 (16:34 +0200)]
Merge pull request #119 from beikov/DELTASPIKE-1432
DELTASPIKE-1432 Implement MethodHandles.Lookup based fallback for class definition on Java 9+
Christian Beikov [Sun, 29 Aug 2021 22:28:44 +0000 (00:28 +0200)]
DELTASPIKE-1432 Implement MethodHandles.Lookup based fallback for class definition on Java 9+
Mark Struberg [Fri, 27 Aug 2021 20:58:27 +0000 (22:58 +0200)]
DELTASPIKE-1434 add shading for jakarta EE package names
This commit adds shading from javax to jakarta namespace
as aditional attachted artifacts with qualifier 'jakarta'.
Vladimir Dvorak [Wed, 31 Mar 2021 12:46:25 +0000 (14:46 +0200)]
DELTASPIKE-1426 add Proxyfactory unit test
Check correct output of DeltaspikeProxyFacotry.ignoreMethod
Vladimir Dvorak [Thu, 25 Mar 2021 11:51:23 +0000 (12:51 +0100)]
DELTASPIKE-1426: Improve ProxyFactory performance on start
Class.getMethond(name, args) is expensive operation, that is used
intensively on start, when DeltaspikeProxyFactory generates new proxies.
It was used even for checks of public abstract
methods of proxy's base class, but this methods cannot be overridden.
This patch collects all leave methods and skips them in the check.
Mark Struberg [Mon, 22 Mar 2021 17:02:20 +0000 (18:02 +0100)]
DELTASPIKE-1427 fix log format {} -> {0} for JUL
Mark Struberg [Wed, 10 Mar 2021 14:20:43 +0000 (15:20 +0100)]
update docs after release
Mark Struberg [Fri, 5 Mar 2021 22:48:19 +0000 (23:48 +0100)]
add release notes for 1.9.5
Mark Struberg [Fri, 5 Mar 2021 21:48:03 +0000 (22:48 +0100)]
[maven-release-plugin] prepare for next development iteration
Mark Struberg [Fri, 5 Mar 2021 21:48:02 +0000 (22:48 +0100)]
[maven-release-plugin] prepare release deltaspike-1.9.5
Mark Struberg [Thu, 4 Mar 2021 22:48:41 +0000 (23:48 +0100)]
DELTASPIKE-1413 add SameSite=Strict to dsrwid cookie
Sadly had to manually add the SetCookie header as Javas Cookie
class does not have a SameSite attribute.
Mark Struberg [Thu, 4 Mar 2021 21:52:09 +0000 (22:52 +0100)]
DELTASPIKE-1416 fix missing mainclass in Manifest
Mark Struberg [Thu, 4 Mar 2021 21:46:09 +0000 (22:46 +0100)]
DELTASPIKE-1420 update to ASM-9.1
Mark Struberg [Thu, 4 Mar 2021 12:26:07 +0000 (13:26 +0100)]
DELTASPIKE-1423 fix weird Spelling error
which also caused not being able to find a component in our test
Mark Struberg [Wed, 3 Mar 2021 17:40:23 +0000 (18:40 +0100)]
DELTASPIKE-1423 exlude tests which are broken w JSF-2.3
JSF-2.3 introduced some nasty backward incompatibilities.
Discussed with Gerhard - we rather should exclude them for now
if running on a container supporting JSF-2.3.
Mark Struberg [Fri, 26 Feb 2021 22:46:00 +0000 (23:46 +0100)]
DELTASPIKE-1314 fix tomee7-build-managed profile
no other magic setting needed anymore to make it work.
Mark Struberg [Fri, 26 Feb 2021 13:46:46 +0000 (14:46 +0100)]
fix compile error
Mark Struberg [Fri, 26 Feb 2021 10:54:52 +0000 (11:54 +0100)]
fix small test failurs and Diamond
Thomas Andraschko [Fri, 26 Feb 2021 09:57:34 +0000 (10:57 +0100)]
Merge pull request #114 from SethFalco/add-on-docs
Merged external.adoc#add-ons with addons.adoc
Thomas Andraschko [Fri, 26 Feb 2021 09:56:59 +0000 (10:56 +0100)]
Merge pull request #113 from lorenzleutgeb/patch-1
Avoid NPE in WindowContextImpl
Thomas Andraschko [Fri, 26 Feb 2021 09:56:00 +0000 (10:56 +0100)]
Merge pull request #116 from melloware/PROXY
Proxy support for Quarkus and Hibernate
melloware [Sun, 21 Feb 2021 13:08:29 +0000 (08:08 -0500)]
Proxy support for Quarkus and Hibernate
Christian Beikov [Mon, 30 Nov 2020 19:37:13 +0000 (20:37 +0100)]
DELTASPIKE-1420 upgrade to ASM 9.0
Seth Falco [Fri, 2 Oct 2020 07:36:40 +0000 (09:36 +0200)]
Merge branch 'master' of https://github.com/apache/deltaspike into add-on-docs
Thomas Andraschko [Fri, 25 Sep 2020 09:29:24 +0000 (11:29 +0200)]
Merge pull request #107 from dengliming/patch-1
Remove deprecated sudo setting.
Thomas Andraschko [Fri, 25 Sep 2020 09:27:05 +0000 (11:27 +0200)]
Merge pull request #112 from SethiPandi/readme-typos
Fixed typos in README
Lorenz Leutgeb [Wed, 16 Sep 2020 19:38:12 +0000 (21:38 +0200)]
Avoid NPE in WindowContextImpl
Seth Falco [Mon, 14 Sep 2020 13:48:53 +0000 (15:48 +0200)]
Fixed typos in README.
Seth Falco [Mon, 14 Sep 2020 13:43:44 +0000 (15:43 +0200)]
Merge branch 'master' of https://github.com/apache/deltaspike into add-on-docs
Daniel Dias [Mon, 14 Sep 2020 04:17:38 +0000 (01:17 -0300)]
DELTASPIKE-1416: add maven-jar-plugin to to use the MANIFEST.MF
Mark Struberg [Wed, 26 Aug 2020 17:55:19 +0000 (19:55 +0200)]
using now officially released arquillian adaptor
Mark Struberg [Tue, 25 Aug 2020 19:08:10 +0000 (21:08 +0200)]
fix setup for Weld3 based containers.
Weld seems to fire BeforeBeanDiscovery only once for the whole EAR, but
with only the EAR jars on the classpath. So no config in the WAR file
can be seen at this early point in the boot process in Wildfly
Mark Struberg [Tue, 25 Aug 2020 12:09:57 +0000 (14:09 +0200)]
fix setup for Weld3 based containers.
Weld seems to fire BeforeBeanDiscovery only once for the whole EAR, but
with only the EAR jars on the classpath. So no config in the WAR file
can be seen at this early point in the boot process in Wildfly
Mark Struberg [Tue, 25 Aug 2020 11:20:03 +0000 (13:20 +0200)]
trying to fix randomly failing Test on Wildfly
Seems like getBeans does randomly return different Bean depending
on the startup. This only happens if the app is packaged as EAR.
Mark Struberg [Sat, 22 Aug 2020 18:27:30 +0000 (20:27 +0200)]
fix side effect of setting project stage for some unit tests
Seth Falco [Sat, 15 Aug 2020 02:46:07 +0000 (04:46 +0200)]
Moved Add-on section from external to the dedicated addons.
Mark Struberg [Sat, 13 Jun 2020 20:36:11 +0000 (22:36 +0200)]
update docs to release 1.9.4
Mark Struberg [Wed, 3 Jun 2020 07:07:44 +0000 (09:07 +0200)]
[maven-release-plugin] prepare for next development iteration
Mark Struberg [Wed, 3 Jun 2020 07:07:43 +0000 (09:07 +0200)]
[maven-release-plugin] prepare release deltaspike-1.9.4
Mark Struberg [Wed, 3 Jun 2020 06:00:22 +0000 (08:00 +0200)]
Merge pull request #108 from SethiPandi/master
Corrected Typo in EntityManagerFactoryProducer and Corrected Logger Strings
Seth Falco [Wed, 3 Jun 2020 03:38:56 +0000 (05:38 +0200)]
* Two Class Loggers used `toString` instead of `getName`, caused unexpected logs.
Seth Falco [Wed, 3 Jun 2020 03:37:31 +0000 (05:37 +0200)]
Merge branch 'master' of https://github.com/apache/deltaspike
Mark Struberg [Tue, 2 Jun 2020 15:42:30 +0000 (17:42 +0200)]
DELTASPIKE-1397 log variable in case of recursive definition
Mark Struberg [Tue, 2 Jun 2020 14:47:27 +0000 (16:47 +0200)]
DELTASPIKE-1358 upgrade to ASM-8.0.1
Mark Struberg [Tue, 2 Jun 2020 14:37:57 +0000 (16:37 +0200)]
Merge pull request #106 from Daniel-Dos/DELTASPIKE-1404
DELTASPIKE-1404 - add some links for example and articles.
Mark Struberg [Tue, 2 Jun 2020 08:51:03 +0000 (10:51 +0200)]
DELTASPIKE-1402 wait a bit longer
sadly a few file systems have a bigger lastModified granularity.
So we better wait a bit longer.
Mark Struberg [Tue, 2 Jun 2020 07:21:23 +0000 (09:21 +0200)]
DELTASPIKE-1402 add a way to disable dynamic reloading
by using a deltaspike_reload smaller 0 you can disable dynamic reloading.
Mark Struberg [Tue, 2 Jun 2020 04:10:33 +0000 (06:10 +0200)]
DELTASPIKE-1402 dynamic reload of PropertyFileConfigSource
DeltaSpike can now dynamically reload configuration of property files in a file:// location.
The time after which we look for file modification (via lastModified time stamp of the file)
can be configured with a 'deltaspike_reload=60' property in seconds.
In this case 60 seconds.
If this property is not set we check for changes every 300 seconds or 5 Minutes.
Mark Struberg [Tue, 2 Jun 2020 04:10:18 +0000 (06:10 +0200)]
fix old coment
Seth Falco [Mon, 1 Jun 2020 20:29:38 +0000 (22:29 +0200)]
* Corrected Typo in EntityManagerFactoryProducer
Mark Struberg [Mon, 18 May 2020 14:34:27 +0000 (16:34 +0200)]
DELTASPIKE-519 fix potential ClassLoader leak
Mark Struberg [Fri, 15 May 2020 19:16:24 +0000 (21:16 +0200)]
DELTASPIKE-1409 disable test-control tests for Weld2
Weld2 has a problem with handling @Alternative classes which got vetoed.
Those tests work perfectly fine on Weld1, Weld3, OWB (any version) and
various EE containers. It's just broken on Weld2.
Mark Struberg [Fri, 15 May 2020 12:09:05 +0000 (14:09 +0200)]
DELTASPIKE-1408 in some situations CDI.current() doesn't work in Weld3
So we try a fallback onto CDI-1.0 tricks to resolve the BeanManager.
Mark Struberg [Fri, 15 May 2020 06:06:00 +0000 (08:06 +0200)]
use spaces instead of tabs
dengliming [Tue, 12 May 2020 16:42:53 +0000 (00:42 +0800)]
Remove deprecated sudo setting.
Mark Struberg [Sun, 12 Apr 2020 09:54:32 +0000 (11:54 +0200)]
DELTASPIKE-1405 upgrade to apache parent 23 and fix distribution
Daniel Dias [Sat, 11 Apr 2020 23:29:37 +0000 (20:29 -0300)]
DELTASPIKE-1404 - add some links for example and articles.
Mark Struberg [Fri, 10 Apr 2020 15:35:07 +0000 (17:35 +0200)]
fix side effect of setting project stage per System.properties
This did lead to randomly failing tests depending on the order
in which the unit tests did run.
Mark Struberg [Sun, 16 Feb 2020 14:15:24 +0000 (15:15 +0100)]
remove deprecation, still useful and supported.
Thomas Andraschko [Sun, 29 Mar 2020 12:36:06 +0000 (14:36 +0200)]
Merge pull request #101 from apache/dependabot/maven/deltaspike/cdictrl/servlet/org.apache.httpcomponents-httpclient-4.3.6
Bump httpclient from 4.2.5 to 4.3.6 in /deltaspike/cdictrl/servlet
Thomas Andraschko [Sun, 29 Mar 2020 12:35:11 +0000 (14:35 +0200)]
Merge pull request #105 from Daniel-Dos/DELTASPIKE-1403
DELTASPIKE-1403 - fix version to 1.9.3
Daniel Dias [Wed, 25 Mar 2020 16:58:15 +0000 (13:58 -0300)]
DELTASPIKE-1403
Jonathan Leitschuh [Tue, 11 Feb 2020 00:05:36 +0000 (19:05 -0500)]
Use HTTPS instead of HTTP to resolve dependencies
This fixes a security vulnerability in this project where the `pom.xml`
files were configuring Maven to resolve dependencies over HTTP instead of
HTTPS.
Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
Mark Struberg [Wed, 5 Feb 2020 12:23:56 +0000 (13:23 +0100)]
move from cgi to lua and replace md5 with sha512
Mark Struberg [Wed, 5 Feb 2020 11:17:10 +0000 (12:17 +0100)]
suppress maven-dependency:unpack when generating javadocs
Mark Struberg [Wed, 5 Feb 2020 08:03:02 +0000 (09:03 +0100)]
set latest stable for site
Mark Struberg [Mon, 27 Jan 2020 18:33:58 +0000 (19:33 +0100)]
[maven-release-plugin] prepare for next development iteration
Mark Struberg [Mon, 27 Jan 2020 18:33:47 +0000 (19:33 +0100)]
[maven-release-plugin] prepare release deltaspike-1.9.3
Christian Beikov [Thu, 16 Jan 2020 12:52:41 +0000 (13:52 +0100)]
DELTASPIKE-1401 - Fix multiple XSS issues in ClientSideWindowStrategy
Thomas Andraschko [Fri, 13 Dec 2019 12:11:06 +0000 (13:11 +0100)]
[maven-release-plugin] prepare for next development iteration
Thomas Andraschko [Fri, 13 Dec 2019 12:10:51 +0000 (13:10 +0100)]
[maven-release-plugin] prepare release deltaspike-1.9.2
Thomas Andraschko [Thu, 12 Dec 2019 12:24:38 +0000 (13:24 +0100)]
DELTASPIKE-1398 - fixed delegation and change it to more agressive use of CDI.current. This also fixes the mem leak as our caching isn't used anymore.
dependabot[bot] [Thu, 21 Nov 2019 08:55:30 +0000 (08:55 +0000)]
Bump httpclient from 4.2.5 to 4.3.6 in /deltaspike/cdictrl/servlet
Bumps httpclient from 4.2.5 to 4.3.6.
Signed-off-by: dependabot[bot] <support@github.com>
Mark Struberg [Thu, 21 Nov 2019 08:47:18 +0000 (09:47 +0100)]
DELTASPIKE-1359 always include all modules
the actual testing is only performed if the ee7-tests profile is acitvated,
but the module itself is always included now.
Mark Struberg [Sun, 10 Nov 2019 21:19:47 +0000 (22:19 +0100)]
remove unused imports
Mark Struberg [Sun, 10 Nov 2019 20:03:10 +0000 (21:03 +0100)]
DELTASPIKE-1364 Variables in @ConfigProperty
Unit test only.
Seems I already fixed that while reworking the Config to an interface.
Mark Struberg [Fri, 8 Nov 2019 06:58:52 +0000 (07:58 +0100)]
DELTASPIKE-1396 switch default to false for backward compat reasons
Since the deltaspike.scheduler.force_stop logic was inverted we now
also have to invert the default from TRUE to FALSE as noted by
Gary Hodgson.
Mark Struberg [Thu, 7 Nov 2019 22:35:41 +0000 (23:35 +0100)]
DELTASPIKE-1396 inverted waitForJobsToComplete logic
txs to Gary Hodgson for the report and catch!
Christian Beikov [Mon, 21 Oct 2019 08:25:09 +0000 (10:25 +0200)]
Add myself to the developers
Mark Struberg [Tue, 15 Oct 2019 19:54:28 +0000 (21:54 +0200)]
DELTASPIKE-1386 check SecurityAccess when accessing user home dir
txs to Thomas Frühbeck for the report!
Mark Struberg [Tue, 15 Oct 2019 19:21:14 +0000 (21:21 +0200)]
DELTASPIKE-1389 further stricten dswid
Thomas Andraschko [Sun, 13 Oct 2019 10:49:53 +0000 (12:49 +0200)]
Merge pull request #98 from beikov/DELTASPIKE-1390
DELTASPIKE-1390 - Test and fix for CLIENTWINDOW mode with frames
Christian Beikov [Fri, 11 Oct 2019 13:53:33 +0000 (15:53 +0200)]
DELTASPIKE-1391 - Never install tokenized redirect handler for any anchor links