(karaf) branch karaf-4.4.x updated: [KARAF-7846] Upgrade JAXB 2.3.9

2024-07-12 Thread jbonofre
This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch karaf-4.4.x in repository https://gitbox.apache.org/repos/asf/karaf.git The following commit(s) were added to refs/heads/karaf-4.4.x by this push: new 8d5a510d2b [KARAF-7846] Upgrade JAXB

(karaf) 01/01: Merge pull request #1856 from mattrpav/KARAF-7846

2024-07-12 Thread jbonofre
This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/karaf.git commit efdf64d27afddcfa04e15916aba11581e5acfab4 Merge: 1ab238921a 93d2b0f2a7 Author: JB Onofré AuthorDate: Sat Jul 13 07:19:13 2

(karaf) branch main updated (1ab238921a -> efdf64d27a)

2024-07-12 Thread jbonofre
This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/karaf.git from 1ab238921a Merge pull request #1853 from jbonofre/KARAF-7844 add 93d2b0f2a7 [KARAF-7846] Upgrade JAXB 2.3.9 n

Re: [PR] [KARAF-7846] Upgrade JAXB 2.3.9 [karaf]

2024-07-12 Thread via GitHub
jbonofre merged PR #1856: URL: https://github.com/apache/karaf/pull/1856 -- 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: commits-unsubscr...@karaf.apach

Re: [PR] [KARAF-7845] Upgrade Spring dependencies - 6.1.6, 6.0.19, 5.3.34 [karaf]

2024-07-12 Thread via GitHub
jbonofre commented on PR #1855: URL: https://github.com/apache/karaf/pull/1855#issuecomment-2226778156 I'm preparing the SMX bundles release to be able to upgrade to latest Spring versions. -- This is an automated message from the Apache Git Service. To respond to the message, please log

(karaf) branch karaf-4.4.x updated: KARAF-7844: Upgrade to sshd 2.13.1

2024-07-12 Thread jbonofre
This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch karaf-4.4.x in repository https://gitbox.apache.org/repos/asf/karaf.git The following commit(s) were added to refs/heads/karaf-4.4.x by this push: new 0e46e8057f KARAF-7844: Upgrade to ssh

(karaf) 01/01: Merge pull request #1853 from jbonofre/KARAF-7844

2024-07-12 Thread jbonofre
This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/karaf.git commit 1ab238921a7462d690ae89b114315528aadc0c5e Merge: 69c29b6e2e eed18d7d1d Author: JB Onofré AuthorDate: Sat Jul 13 07:15:11 2

(karaf) branch main updated (69c29b6e2e -> 1ab238921a)

2024-07-12 Thread jbonofre
This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/karaf.git from 69c29b6e2e Merge pull request #1857 from geichelberger/KARAF-7847 add eed18d7d1d KARAF-7844: Upgrade to sshd 2.13.

Re: [PR] KARAF-7844: Upgrade to sshd 2.13.1 [karaf]

2024-07-12 Thread via GitHub
jbonofre merged PR #1853: URL: https://github.com/apache/karaf/pull/1853 -- 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: commits-unsubscr...@karaf.apach

[PR] Fix concurrent access to principals Set [karaf-decanter]

2024-07-12 Thread via GitHub
f2par0 opened a new pull request, #338: URL: https://github.com/apache/karaf-decanter/pull/338 `subject.getPrincipals()` returns a synchronized SecureSet but the iterator in `principals` must be protected by a synchronization on the `Set` otherwise, if the Set is modified during iteration,