henrykuijpers

Results 23 issues of henrykuijpers

We had a few configurations in our project, that had multiple bannedImport-elements. The first (or the last) is only considered, the others are ignored. We should add something to prevent...

I see a lot of usages of RuntimeException, it seems the library tries to avoid having to catch exceptions? However, it is of course very useful to catch any exceptions....

Often, when running our tests, where we have a ``` // Wait for the vanity path to be picked up by the resource resolver await() .atMost(10, TimeUnit.MINUTES) .until(() -> context.resourceResolver().resolve("/something"),...

https://nvd.nist.gov/vuln/detail/CVE-2024-21490 "This package is EOL and will not receive any updates to address this issue. Users should migrate to [@angular/core](https://www.npmjs.com/package/@angular/core)." I propose to either upgrade to the newest AngularJS, or...

technical enhancement

### Proposal There seem to be state/timing issues in WireMockExtension. For the following declaration: ``` @RegisterExtension final WireMockExtension wireMock = WireMockExtension.newInstance() .options(wireMockConfig() .disableOptimizeXmlFactoriesLoading(true) .dynamicHttpsPort() .dynamicPort()) .build(); ``` it seems that...

bug

### Proposal When upgrading from 2.35.2 to 3.0.0, timing issues have been encountered when running tests in parallel. Even if no tests are executed containing Wiremock usage, having the dependency...

bug

Currently, the "globalConfig"-node is used to store configuration regarding the usernames/passwords and urls of the AEM instances. This should be replaced by OSGi configuration, as this is the common way...

It should leverage the OSGi framework instead.

` ` It will always overwrite any nodes that are added in the /etc/secureaem path.

Using the latest Orchard 1.x and the latest NGM.Forum. When modifying a post, the new contents are never shown, except in the editor.