[jira] [Commented] (DIRSERVER-2394) org.apache.mina.core.write.WriteToClosedSessionException every 40-60 seconds

2024-04-01 Thread Jira


[ 
https://issues.apache.org/jira/browse/DIRSERVER-2394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17832966#comment-17832966
 ] 

Emmanuel Lécharny commented on DIRSERVER-2394:
--

This is complicated.
The MINA Iohandler exceptionCaught() method which is called here when a write 
to a closed session is attempted could be called for many other reasons (all 
MINA related).

In any case, there is little we can do in this very case, exception flushing 
the exception in the log.

> org.apache.mina.core.write.WriteToClosedSessionException every 40-60 seconds
> 
>
> Key: DIRSERVER-2394
> URL: https://issues.apache.org/jira/browse/DIRSERVER-2394
> Project: Directory ApacheDS
>  Issue Type: Bug
>  Components: core
>Affects Versions: 2.0.0.AM27
>Reporter: Oleksandr Andreiev
>Priority: Major
>
> I see such an exception after moving from 2.0.0.AM26 to 2.0.0.AM27.
> {{WARN [org.apache.directory.server.ldap.LdapProtocolHandler] - Unexpected 
> exception forcing session to close: sending disconnect notice to client.
> org.apache.mina.core.write.WriteToClosedSessionException
> at  
> org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.clearWriteRequestQueue(AbstractPollingIoProcessor.java:1192)
> at 
> org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.removeNow(AbstractPollingIoProcessor.java:1153)
> at 
> org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.removeSessions(AbstractPollingIoProcessor.java:864)
> at 
> org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:694)
> at 
> org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64)
> at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:833)
> }}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



Docker Hub account

2024-04-01 Thread Emmanuel Lécharny


  
  
Hi,
a few years ago, Stefan created a apachedirectory account on
  docker hub. I'm pretty sure Shawn was added to the group.


I'm trying to push a new image with JDK 21, and for that I need
  to be able to push it on DH, but I'm not allowed to do so.
May be someone (Shawn?) has the required credentials? otherwise
  I'll try to ask Stefan about it. Othewise we will have to create a
  new organization, share the creds between us, and start again with
  the various images we already have.


Thanks!

-- 
  Emmanuel Lécharny
  elecha...@apache.org
  


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[jira] [Commented] (DIRSERVER-2394) org.apache.mina.core.write.WriteToClosedSessionException every 40-60 seconds

2024-04-01 Thread Oleksandr Andreiev (Jira)


[ 
https://issues.apache.org/jira/browse/DIRSERVER-2394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17832922#comment-17832922
 ] 

Oleksandr Andreiev commented on DIRSERVER-2394:
---

Thank you, I understand. However, I believe it would be better to handle it 
more effectively. When you encounter an exception in the log, it raises doubts 
about the system's stability and potential impacts on the server.

> org.apache.mina.core.write.WriteToClosedSessionException every 40-60 seconds
> 
>
> Key: DIRSERVER-2394
> URL: https://issues.apache.org/jira/browse/DIRSERVER-2394
> Project: Directory ApacheDS
>  Issue Type: Bug
>  Components: core
>Affects Versions: 2.0.0.AM27
>Reporter: Oleksandr Andreiev
>Priority: Major
>
> I see such an exception after moving from 2.0.0.AM26 to 2.0.0.AM27.
> {{WARN [org.apache.directory.server.ldap.LdapProtocolHandler] - Unexpected 
> exception forcing session to close: sending disconnect notice to client.
> org.apache.mina.core.write.WriteToClosedSessionException
> at  
> org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.clearWriteRequestQueue(AbstractPollingIoProcessor.java:1192)
> at 
> org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.removeNow(AbstractPollingIoProcessor.java:1153)
> at 
> org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.removeSessions(AbstractPollingIoProcessor.java:864)
> at 
> org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:694)
> at 
> org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64)
> at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:833)
> }}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[PR] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 [directory-scimple]

2024-04-01 Thread via GitHub


dependabot[bot] opened a new pull request, #556:
URL: https://github.com/apache/directory-scimple/pull/556

   Bumps 
[org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin)
 from 3.2.1 to 3.2.2.
   
   Release notes
   Sourced from https://github.com/apache/maven-gpg-plugin/releases;>org.apache.maven.plugins:maven-gpg-plugin's
 releases.
   
   3.2.2
   Jhttps://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317521version=12354419;>iRA
 link
   Release Notes - Maven GPG Plugin - Version 3.2.2
   
   
   
   What's Changed
   
   [MGPG-113] SignAndDeployFileMojo results in 401 by https://github.com/cstamas;>@​cstamas in https://redirect.github.com/apache/maven-gpg-plugin/pull/82;>apache/maven-gpg-plugin#82
   [MGPG-114] Allow max key size of 16KB by https://github.com/cstamas;>@​cstamas in https://redirect.github.com/apache/maven-gpg-plugin/pull/83;>apache/maven-gpg-plugin#83
   [MGPG-115] Show more info about key used to sign by https://github.com/cstamas;>@​cstamas in https://redirect.github.com/apache/maven-gpg-plugin/pull/84;>apache/maven-gpg-plugin#84
   
   Full Changelog: https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.1...maven-gpg-plugin-3.2.2;>https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.1...maven-gpg-plugin-3.2.2
   
   
   
   Commits
   
   https://github.com/apache/maven-gpg-plugin/commit/ab97064bd26c7c81dd115948837b7b39a9733707;>ab97064
 [maven-release-plugin] prepare release maven-gpg-plugin-3.2.2
   https://github.com/apache/maven-gpg-plugin/commit/2be0a00b97105c9885c7f51f53cbc5f49720587a;>2be0a00
 [MGPG-115] Show more info about key used to sign (https://redirect.github.com/apache/maven-gpg-plugin/issues/84;>#84)
   https://github.com/apache/maven-gpg-plugin/commit/363183053da3325683ef60fafcf1ffafe4d07e31;>3631830
 [MGPG-114] Allow max key size of 16KB (https://redirect.github.com/apache/maven-gpg-plugin/issues/83;>#83)
   https://github.com/apache/maven-gpg-plugin/commit/528fab96943fcbfd0b70367b8fa388d8ac2a8bbc;>528fab9
 [MGPG-113] SignAndDeployFileMojo results in 401 (https://redirect.github.com/apache/maven-gpg-plugin/issues/82;>#82)
   https://github.com/apache/maven-gpg-plugin/commit/770636b978c9c48a8d975b76807d9553e3c2c452;>770636b
 [maven-release-plugin] prepare for next development iteration
   See full diff in https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.1...maven-gpg-plugin-3.2.2;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-gpg-plugin=maven=3.2.1=3.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



Re: [PR] Bump org.owasp:dependency-check-maven from 8.4.3 to 9.0.10 [directory-scimple]

2024-04-01 Thread via GitHub


dependabot[bot] commented on PR #546:
URL: 
https://github.com/apache/directory-scimple/pull/546#issuecomment-2030225162

   Superseded by #555.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



Re: [PR] Bump org.owasp:dependency-check-maven from 8.4.3 to 9.0.10 [directory-scimple]

2024-04-01 Thread via GitHub


dependabot[bot] closed pull request #546: Bump org.owasp:dependency-check-maven 
from 8.4.3 to 9.0.10
URL: https://github.com/apache/directory-scimple/pull/546


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[PR] Bump org.owasp:dependency-check-maven from 8.4.3 to 9.1.0 [directory-scimple]

2024-04-01 Thread via GitHub


dependabot[bot] opened a new pull request, #555:
URL: https://github.com/apache/directory-scimple/pull/555

   Bumps 
[org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck)
 from 8.4.3 to 9.1.0.
   
   Release notes
   Sourced from https://github.com/jeremylong/DependencyCheck/releases;>org.owasp:dependency-check-maven's
 releases.
   
   Version 9.1.0
   Refer to the https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md#change-log;>CHANGELOG.md
 for information about improvements and upgrade notes.
   Version 9.0.10
   Refer to the https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md#change-log;>CHANGELOG.md
 for information about improvements and upgrade notes.
   Version 9.0.9
   Refer to the https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md#change-log;>CHANGELOG.md
 for information about improvements and upgrade notes.
   Version 9.0.8
   Refer to the https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md#change-log;>CHANGELOG.md
 for information about improvements and upgrade notes.
   Version 9.0.7
   Refer to the https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md#change-log;>CHANGELOG.md
 for information about improvements and upgrade notes.
   Version 9.0.6
   Refer to the https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md#change-log;>CHANGELOG.md
 for information about improvements and upgrade notes.
   Version 9.0.5
   Refer to the https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md#change-log;>CHANGELOG.md
 for information about improvements and upgrade notes.
   Version 9.0.4
   
   fix: utilize maven proxy if present (https://redirect.github.com/jeremylong/DependencyCheck/issues/6255;>#6255)
   fix: allow api key in cli to be quoted (https://redirect.github.com/jeremylong/DependencyCheck/issues/6253;>#6253)
   fix: use correct maven plugin reporting plugin (https://redirect.github.com/jeremylong/DependencyCheck/issues/6244;>#6244)
   fix: correct trailing comma in JSON report (https://redirect.github.com/jeremylong/DependencyCheck/issues/6245;>#6245)
   
   See the full listing of https://github.com/jeremylong/DependencyCheck/milestone/74?closed=1;>changes.
   Version 9.0.3
   
   fix: use Java properties for proxy configuration (https://redirect.github.com/jeremylong/DependencyCheck/issues/6238;>#6238)
   docs: update proxy configuration documentation (https://redirect.github.com/jeremylong/DependencyCheck/issues/6237;>#6237)
   docs: add documentation on caching (https://redirect.github.com/jeremylong/DependencyCheck/issues/6204;>#6204)
   docs: Clarify H2 database caching strategy (https://redirect.github.com/jeremylong/DependencyCheck/issues/6220;>#6220)
   docs: Update list of supported report formats (https://redirect.github.com/jeremylong/DependencyCheck/issues/6224;>#6224)
   docs: example 5 with new nvdDatafeedUrl parameter (https://redirect.github.com/jeremylong/DependencyCheck/issues/6215;>#6215)
   fix: prevent NPEs (https://redirect.github.com/jeremylong/DependencyCheck/issues/6232;>#6232
 and https://redirect.github.com/jeremylong/DependencyCheck/issues/6206;>#6206)
   fix: check valid for hours for NVD API (https://redirect.github.com/jeremylong/DependencyCheck/issues/6225;>#6225)
   fix: correct NVD cache last checked logic (https://redirect.github.com/jeremylong/DependencyCheck/issues/6218;>#6218)
   fix: nvd datafeed should process current year (https://redirect.github.com/jeremylong/DependencyCheck/issues/6213;>#6213)
   fix: correct references to cvssv2 and cvssv3 fields in json and xml 
reports (https://redirect.github.com/jeremylong/DependencyCheck/issues/6212;>#6212)
   fix: correct name on reference links in report (https://redirect.github.com/jeremylong/DependencyCheck/issues/6205;>#6205)
   fix: flaws int the gitlab report (https://redirect.github.com/jeremylong/DependencyCheck/issues/6193;>#6193)
   
   See the full listing of https://github.com/jeremylong/DependencyCheck/milestone/73?closed=1;>changes.
   v9.0.2
   
   fix: remove virtual match string on NVD API Request (https://redirect.github.com/jeremylong/DependencyCheck/issues/6177;>#6177)
   fix: correct meta data in report after switching the NVD API (https://redirect.github.com/jeremylong/DependencyCheck/issues/6154;>#6154)
   fix: retry HTTP connections to NVD on 502 and 504 errors (https://redirect.github.com/jeremylong/DependencyCheck/issues/6151;>#6151)
   
   
   
   ... (truncated)
   
   
   Changelog
   Sourced from https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md;>org.owasp:dependency-check-maven's
 changelog.
   
   https://github.com/jeremylong/DependencyCheck/releases/tag/v9.1.0;>Version
 9.1.0 (2024-03-31)
   
   feat: Add v2 support for maven_install.json (https://redirect.github.com/jeremylong/DependencyCheck/issues/6528;>#6528)
   build(deps): bump open-vulnerability-client 

Re: [PR] Bump version.quarkus from 3.8.2 to 3.8.3 [directory-scimple]

2024-04-01 Thread via GitHub


dependabot[bot] closed pull request #547: Bump version.quarkus from 3.8.2 to 
3.8.3
URL: https://github.com/apache/directory-scimple/pull/547


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



Re: [PR] Bump version.quarkus from 3.8.2 to 3.8.3 [directory-scimple]

2024-04-01 Thread via GitHub


dependabot[bot] commented on PR #547:
URL: 
https://github.com/apache/directory-scimple/pull/547#issuecomment-2030225019

   Superseded by #554.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[PR] Bump version.quarkus from 3.8.2 to 3.9.1 [directory-scimple]

2024-04-01 Thread via GitHub


dependabot[bot] opened a new pull request, #554:
URL: https://github.com/apache/directory-scimple/pull/554

   Bumps `version.quarkus` from 3.8.2 to 3.9.1.
   Updates `io.quarkus.platform:quarkus-bom` from 3.8.2 to 3.9.1
   
   Commits
   
   https://github.com/quarkusio/quarkus-platform/commit/efe559eb1de022fa044662e08b30fb7edcac944c;>efe559e
 [maven-release-plugin] prepare release 3.9.1
   https://github.com/quarkusio/quarkus-platform/commit/f5312f9395adc89e9db861c047a6a26521b44e60;>f5312f9
 Merge pull request https://redirect.github.com/quarkusio/quarkus-platform/issues/1173;>#1173
 from gsmet/quarkus-3.9.1
   https://github.com/quarkusio/quarkus-platform/commit/bc71b912ed001cb48347061e8f4a2462e9bbf0e5;>bc71b91
 Upgrade to Quarkus 3.9.1
   https://github.com/quarkusio/quarkus-platform/commit/7112ace2eae8faf75cbf8486b4ed0175aa64fb91;>7112ace
 Quarkus Vault 4.0.0
   https://github.com/quarkusio/quarkus-platform/commit/cef55c3299d4977067e91e040da889955093eb7e;>cef55c3
 Merge pull request https://redirect.github.com/quarkusio/quarkus-platform/issues/1169;>#1169
 from aldettinger/main
   https://github.com/quarkusio/quarkus-platform/commit/b912376dff6e61e2bebf462f897091fc89256786;>b912376
 Merge pull request https://redirect.github.com/quarkusio/quarkus-platform/issues/1167;>#1167
 from scrocquesel/update-amz
   https://github.com/quarkusio/quarkus-platform/commit/77b0ca839954a28929d856f16501a9ef046038ca;>77b0ca8
 Merge pull request https://redirect.github.com/quarkusio/quarkus-platform/issues/1166;>#1166
 from qosdk-bot/qosdk-release-6.6.6-main
   https://github.com/quarkusio/quarkus-platform/commit/6b2662a8adc34d836e0744e6c28ad83ac2b7fe3b;>6b2662a
 Upgrade to Camel Quarkus 3.9.0
   https://github.com/quarkusio/quarkus-platform/commit/9b159458e15b3f36a18c1dcb829fa6ca118bb315;>9b15945
 Update Quarkus Amazon Services to 2.13.1
   https://github.com/quarkusio/quarkus-platform/commit/42314967402ce59ba8d65e435a228eda9e438482;>4231496
 Update QOSDK to 6.6.6
   Additional commits viewable in https://github.com/quarkusio/quarkus-platform/compare/3.8.2...3.9.1;>compare
 view
   
   
   
   
   Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.8.2 to 3.9.1
   
   Commits
   
   https://github.com/quarkusio/quarkus-platform/commit/efe559eb1de022fa044662e08b30fb7edcac944c;>efe559e
 [maven-release-plugin] prepare release 3.9.1
   https://github.com/quarkusio/quarkus-platform/commit/f5312f9395adc89e9db861c047a6a26521b44e60;>f5312f9
 Merge pull request https://redirect.github.com/quarkusio/quarkus-platform/issues/1173;>#1173
 from gsmet/quarkus-3.9.1
   https://github.com/quarkusio/quarkus-platform/commit/bc71b912ed001cb48347061e8f4a2462e9bbf0e5;>bc71b91
 Upgrade to Quarkus 3.9.1
   https://github.com/quarkusio/quarkus-platform/commit/7112ace2eae8faf75cbf8486b4ed0175aa64fb91;>7112ace
 Quarkus Vault 4.0.0
   https://github.com/quarkusio/quarkus-platform/commit/cef55c3299d4977067e91e040da889955093eb7e;>cef55c3
 Merge pull request https://redirect.github.com/quarkusio/quarkus-platform/issues/1169;>#1169
 from aldettinger/main
   https://github.com/quarkusio/quarkus-platform/commit/b912376dff6e61e2bebf462f897091fc89256786;>b912376
 Merge pull request https://redirect.github.com/quarkusio/quarkus-platform/issues/1167;>#1167
 from scrocquesel/update-amz
   https://github.com/quarkusio/quarkus-platform/commit/77b0ca839954a28929d856f16501a9ef046038ca;>77b0ca8
 Merge pull request https://redirect.github.com/quarkusio/quarkus-platform/issues/1166;>#1166
 from qosdk-bot/qosdk-release-6.6.6-main
   https://github.com/quarkusio/quarkus-platform/commit/6b2662a8adc34d836e0744e6c28ad83ac2b7fe3b;>6b2662a
 Upgrade to Camel Quarkus 3.9.0
   https://github.com/quarkusio/quarkus-platform/commit/9b159458e15b3f36a18c1dcb829fa6ca118bb315;>9b15945
 Update Quarkus Amazon Services to 2.13.1
   https://github.com/quarkusio/quarkus-platform/commit/42314967402ce59ba8d65e435a228eda9e438482;>4231496
 Update QOSDK to 6.6.6
   Additional commits viewable in https://github.com/quarkusio/quarkus-platform/compare/3.8.2...3.9.1;>compare
 view
   
   
   
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop