Re: [PR] The `sortOrder` query parameter is now correctly parsed [directory-scimple]

2024-01-09 Thread via GitHub
bdemers merged PR #487: URL: https://github.com/apache/directory-scimple/pull/487 -- 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...@direct

Re: [I] sortOrder query parameter not handled and results in 404 [directory-scimple]

2024-01-09 Thread via GitHub
bdemers closed issue #485: sortOrder query parameter not handled and results in 404 URL: https://github.com/apache/directory-scimple/issues/485 -- 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 sp

Re: [PR] The javadoc aggregate-jar goal caused release to fail [directory-scimple]

2024-01-09 Thread via GitHub
bdemers merged PR #488: URL: https://github.com/apache/directory-scimple/pull/488 -- 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...@direct

Re: [I] DefaultPatchHandler does not handle Group member remove operations correctly [directory-scimple]

2024-01-09 Thread via GitHub
bdemers commented on issue #436: URL: https://github.com/apache/directory-scimple/issues/436#issuecomment-1883887278 @kjthorpe18 we can close this issue as fixed in #448 right? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] DefaultPatchHandler does not handle Group member remove operations correctly [directory-scimple]

2024-01-09 Thread via GitHub
kjthorpe18 closed issue #436: DefaultPatchHandler does not handle Group member remove operations correctly URL: https://github.com/apache/directory-scimple/issues/436 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [I] DefaultPatchHandler does not handle Group member remove operations correctly [directory-scimple]

2024-01-09 Thread via GitHub
kjthorpe18 commented on issue #436: URL: https://github.com/apache/directory-scimple/issues/436#issuecomment-1883977502 Yep! This can be closed. -- 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

[PR] Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.5 [directory-kerby]

2024-01-10 Thread via GitHub
dependabot[bot] opened a new pull request, #310: URL: https://github.com/apache/directory-kerby/pull/310 Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.1.2 to 3.2.5. Release notes Sourced from https://github.com/apache/maven

Re: [PR] Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.3 [directory-kerby]

2024-01-10 Thread via GitHub
dependabot[bot] closed pull request #303: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.3 URL: https://github.com/apache/directory-kerby/pull/303 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.3 [directory-kerby]

2024-01-10 Thread via GitHub
dependabot[bot] commented on PR #303: URL: https://github.com/apache/directory-kerby/pull/303#issuecomment-1884721181 Superseded by #310. -- 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 speci

[I] DateTime type in ScimAttribute [directory-scimple]

2024-01-10 Thread via GitHub
BlueRui opened a new issue, #490: URL: https://github.com/apache/directory-scimple/issues/490 Hi, I tried to create an extension with an attribute of DateTime type. The example on the readme.md file shows it can be set using "type" in ScimAttribute as follows: ```java @ScimAttrib

Re: [I] DateTime type in ScimAttribute [directory-scimple]

2024-01-10 Thread via GitHub
BlueRui commented on issue #490: URL: https://github.com/apache/directory-scimple/issues/490#issuecomment-1885739860 I figured it out by using @XmlJavaTypeAdapter(Iso8601DateTimeAdapter.class). The readme could be updated. -- This is an automated message from the Apache Git Service. To r

Re: [I] DateTime type in ScimAttribute [directory-scimple]

2024-01-10 Thread via GitHub
bdemers commented on issue #490: URL: https://github.com/apache/directory-scimple/issues/490#issuecomment-1885833395 Agreed! There are two things at play here: - Currently there is a little bit of duplication between the need for the `ScimAttribute` annotation and the JAXB annotations

Re: [I] colon not accepted in file names on Windows [directory-scimple]

2024-01-11 Thread via GitHub
bdemers commented on issue #491: URL: https://github.com/apache/directory-scimple/issues/491#issuecomment-1887631701 Thanks for reporting the issue! Any chance you want send a PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] colon not accepted in file names on Windows [directory-scimple]

2024-01-11 Thread via GitHub
BlueRui commented on issue #491: URL: https://github.com/apache/directory-scimple/issues/491#issuecomment-1887785168 Sure. Will send a PR after work. -- 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

[PR] Filename fix 491 [directory-scimple]

2024-01-11 Thread via GitHub
BlueRui opened a new pull request, #492: URL: https://github.com/apache/directory-scimple/pull/492 - Colons are not accepted in file names on Windows causing error when checking out this project. The change replaces the colons with underscores in test resource file names. - Updated affec

[PR] Remove maven-plugin-annotations from dependencyManagement [directory-server]

2024-01-14 Thread via GitHub
slawekjaranowski opened a new pull request, #139: URL: https://github.com/apache/directory-server/pull/139 This dependency is defined in ASF Parent Pom, so not need to redeclare. Additionally I would like to remove property `maven.plugin.tools.version` from ASF Parent Prepare fo

[PR] Bump actions/upload-artifact from 3.1.3 to 4.1.0 [directory-ldap-api]

2024-01-14 Thread via GitHub
dependabot[bot] opened a new pull request, #69: URL: https://github.com/apache/directory-ldap-api/pull/69 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.1.0. Release notes Sourced from https://github.com/actions/upload-artifact/releases"

Re: [PR] Bump actions/upload-artifact from 3.1.3 to 4.0.0 [directory-ldap-api]

2024-01-14 Thread via GitHub
dependabot[bot] closed pull request #66: Bump actions/upload-artifact from 3.1.3 to 4.0.0 URL: https://github.com/apache/directory-ldap-api/pull/66 -- 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 th

Re: [PR] Bump actions/upload-artifact from 3.1.3 to 4.0.0 [directory-ldap-api]

2024-01-14 Thread via GitHub
dependabot[bot] commented on PR #66: URL: https://github.com/apache/directory-ldap-api/pull/66#issuecomment-1891234684 Superseded by #69. -- 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 spec

Re: [PR] Bump actions/upload-artifact from 3.1.3 to 4.1.0 [directory-ldap-api]

2024-01-15 Thread via GitHub
coheigea merged PR #69: URL: https://github.com/apache/directory-ldap-api/pull/69 -- 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...@direct

Re: [PR] Bump actions/upload-artifact from 3.1.3 to 4.0.0 [directory-server]

2024-01-15 Thread via GitHub
coheigea merged PR #134: URL: https://github.com/apache/directory-server/pull/134 -- 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...@direct

Re: [PR] Remove maven-plugin-annotations from dependencyManagement [directory-server]

2024-01-15 Thread via GitHub
coheigea merged PR #139: URL: https://github.com/apache/directory-server/pull/139 -- 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...@direct

Re: [PR] Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.5 [directory-kerby]

2024-01-15 Thread via GitHub
coheigea merged PR #310: URL: https://github.com/apache/directory-kerby/pull/310 -- 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...@directo

Re: [PR] Bump github/codeql-action from 2.22.8 to 3.22.12 [directory-kerby]

2024-01-15 Thread via GitHub
coheigea merged PR #309: URL: https://github.com/apache/directory-kerby/pull/309 -- 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...@directo

Re: [PR] Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 [directory-kerby]

2024-01-15 Thread via GitHub
coheigea merged PR #308: URL: https://github.com/apache/directory-kerby/pull/308 -- 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...@directo

Re: [PR] Bump actions/upload-artifact from 3.1.3 to 4.0.0 [directory-kerby]

2024-01-15 Thread via GitHub
coheigea merged PR #306: URL: https://github.com/apache/directory-kerby/pull/306 -- 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...@directo

Re: [PR] Bump com.nimbusds:nimbus-jose-jwt from 9.37.2 to 9.37.3 [directory-kerby]

2024-01-15 Thread via GitHub
coheigea merged PR #300: URL: https://github.com/apache/directory-kerby/pull/300 -- 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...@directo

Re: [PR] Bump netty.version from 4.1.101.Final to 4.1.104.Final [directory-kerby]

2024-01-15 Thread via GitHub
coheigea merged PR #304: URL: https://github.com/apache/directory-kerby/pull/304 -- 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...@directo

[PR] Bump org.jline:jline from 3.24.1 to 3.25.0 [directory-kerby]

2024-01-15 Thread via GitHub
dependabot[bot] opened a new pull request, #312: URL: https://github.com/apache/directory-kerby/pull/312 Bumps [org.jline:jline](https://github.com/jline/jline3) from 3.24.1 to 3.25.0. Release notes Sourced from https://github.com/jline/jline3/releases";>org.jline:jline's releases

[PR] Bump slf4j.version from 1.7.36 to 2.0.11 [directory-kerby]

2024-01-15 Thread via GitHub
dependabot[bot] opened a new pull request, #313: URL: https://github.com/apache/directory-kerby/pull/313 Bumps `slf4j.version` from 1.7.36 to 2.0.11. Updates `org.slf4j:slf4j-api` from 1.7.36 to 2.0.11 Updates `org.slf4j:slf4j-simple` from 1.7.36 to 2.0.11 Updates `org.slf4j:

Re: [PR] Bump slf4j.version from 1.7.36 to 2.0.9 [directory-kerby]

2024-01-15 Thread via GitHub
dependabot[bot] closed pull request #241: Bump slf4j.version from 1.7.36 to 2.0.9 URL: https://github.com/apache/directory-kerby/pull/241 -- 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

[PR] Bump com.alibaba:druid from 1.2.20 to 1.2.21 [directory-kerby]

2024-01-15 Thread via GitHub
dependabot[bot] opened a new pull request, #311: URL: https://github.com/apache/directory-kerby/pull/311 Bumps [com.alibaba:druid](https://github.com/alibaba/druid) from 1.2.20 to 1.2.21. Commits See full diff in https://github.com/alibaba/druid/commits";>compare view

Re: [PR] Bump slf4j.version from 1.7.36 to 2.0.9 [directory-kerby]

2024-01-15 Thread via GitHub
dependabot[bot] commented on PR #241: URL: https://github.com/apache/directory-kerby/pull/241#issuecomment-1891939688 Superseded by #313. -- 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 speci

[PR] Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2 [directory-kerby]

2024-01-15 Thread via GitHub
dependabot[bot] opened a new pull request, #314: URL: https://github.com/apache/directory-kerby/pull/314 Bumps [org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.3.1 to 3.3.2. Release notes Sourced from https://github.com/apache/maven-jxr/relea

[PR] Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 [directory-kerby]

2024-01-15 Thread via GitHub
dependabot[bot] opened a new pull request, #315: URL: https://github.com/apache/directory-kerby/pull/315 Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.24.2 to 3.25.1. Release notes Sourced from https://github.com/assertj/assertj/releases";>org.assertj:

[PR] Bump actions/upload-artifact from 4.0.0 to 4.1.0 [directory-kerby]

2024-01-15 Thread via GitHub
dependabot[bot] opened a new pull request, #316: URL: https://github.com/apache/directory-kerby/pull/316 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.1.0. Release notes Sourced from https://github.com/actions/upload-artifact/releases";

[PR] Bump github/codeql-action from 3.22.12 to 3.23.0 [directory-kerby]

2024-01-15 Thread via GitHub
dependabot[bot] opened a new pull request, #317: URL: https://github.com/apache/directory-kerby/pull/317 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.22.12 to 3.23.0. Changelog Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.

[PR] Bump org.apache.rat:apache-rat-plugin from 0.15 to 0.16 [directory-scimple]

2024-01-15 Thread via GitHub
dependabot[bot] opened a new pull request, #493: URL: https://github.com/apache/directory-scimple/pull/493 Bumps org.apache.rat:apache-rat-plugin from 0.15 to 0.16. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-nam

[PR] Bump org.mockito:mockito-core from 5.8.0 to 5.9.0 [directory-scimple]

2024-01-15 Thread via GitHub
dependabot[bot] opened a new pull request, #494: URL: https://github.com/apache/directory-scimple/pull/494 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.8.0 to 5.9.0. Release notes Sourced from https://github.com/mockito/mockito/releases";>org.mockito:

[PR] Bump version.resteasy from 6.2.6.Final to 6.2.7.Final [directory-scimple]

2024-01-15 Thread via GitHub
dependabot[bot] opened a new pull request, #495: URL: https://github.com/apache/directory-scimple/pull/495 Bumps `version.resteasy` from 6.2.6.Final to 6.2.7.Final. Updates `org.jboss.resteasy:resteasy-client` from 6.2.6.Final to 6.2.7.Final Release notes Sourced from https://git

[PR] Bump version.quarkus from 3.6.4 to 3.6.5 [directory-scimple]

2024-01-15 Thread via GitHub
dependabot[bot] opened a new pull request, #496: URL: https://github.com/apache/directory-scimple/pull/496 Bumps `version.quarkus` from 3.6.4 to 3.6.5. Updates `io.quarkus.platform:quarkus-bom` from 3.6.4 to 3.6.5 Commits https://github.com/quarkusio/quarkus-platform/commit/3

[PR] Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0 [directory-scimple]

2024-01-15 Thread via GitHub
dependabot[bot] opened a new pull request, #498: URL: https://github.com/apache/directory-scimple/pull/498 Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.2.0 to 4.8.3.0. Release notes Sourced from https://github.com/sp

[PR] Bump org.mockito:mockito-junit-jupiter from 5.8.0 to 5.9.0 [directory-scimple]

2024-01-15 Thread via GitHub
dependabot[bot] opened a new pull request, #499: URL: https://github.com/apache/directory-scimple/pull/499 Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.8.0 to 5.9.0. Release notes Sourced from https://github.com/mockito/mockito/releases";>or

[PR] Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.3 to 3.2.5 [directory-scimple]

2024-01-15 Thread via GitHub
dependabot[bot] opened a new pull request, #500: URL: https://github.com/apache/directory-scimple/pull/500 Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.2.3 to 3.2.5. Release notes Sourced from https://github.com/apache/mav

[PR] Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 [directory-scimple]

2024-01-15 Thread via GitHub
dependabot[bot] opened a new pull request, #497: URL: https://github.com/apache/directory-scimple/pull/497 Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.3 to 3.2.5. Release notes Sourced from https://github.com/apache/mav

[PR] Bump actions/upload-artifact from 4.0.0 to 4.1.0 [directory-server]

2024-01-15 Thread via GitHub
dependabot[bot] opened a new pull request, #140: URL: https://github.com/apache/directory-server/pull/140 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.1.0. Release notes Sourced from https://github.com/actions/upload-artifact/releases"

Re: [PR] Bump github/codeql-action from 3.22.12 to 3.23.0 [directory-kerby]

2024-01-15 Thread via GitHub
coheigea merged PR #317: URL: https://github.com/apache/directory-kerby/pull/317 -- 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...@directo

Re: [PR] Bump actions/upload-artifact from 4.0.0 to 4.1.0 [directory-server]

2024-01-15 Thread via GitHub
coheigea merged PR #140: URL: https://github.com/apache/directory-server/pull/140 -- 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...@direct

Re: [PR] Bump actions/upload-artifact from 4.0.0 to 4.1.0 [directory-kerby]

2024-01-15 Thread via GitHub
coheigea merged PR #316: URL: https://github.com/apache/directory-kerby/pull/316 -- 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...@directo

Re: [PR] Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 [directory-kerby]

2024-01-15 Thread via GitHub
coheigea merged PR #315: URL: https://github.com/apache/directory-kerby/pull/315 -- 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...@directo

Re: [PR] Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2 [directory-kerby]

2024-01-15 Thread via GitHub
coheigea merged PR #314: URL: https://github.com/apache/directory-kerby/pull/314 -- 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...@directo

Re: [PR] Bump com.alibaba:druid from 1.2.20 to 1.2.21 [directory-kerby]

2024-01-15 Thread via GitHub
coheigea merged PR #311: URL: https://github.com/apache/directory-kerby/pull/311 -- 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...@directo

Re: [PR] Bump org.jline:jline from 3.24.1 to 3.25.0 [directory-kerby]

2024-01-15 Thread via GitHub
coheigea merged PR #312: URL: https://github.com/apache/directory-kerby/pull/312 -- 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...@directo

[PR] Bump org.apache.rat:apache-rat-plugin from 0.15 to 0.16 [directory-kerby]

2024-01-16 Thread via GitHub
dependabot[bot] opened a new pull request, #318: URL: https://github.com/apache/directory-kerby/pull/318 Bumps org.apache.rat:apache-rat-plugin from 0.15 to 0.16. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=

[PR] Bump netty.version from 4.1.104.Final to 4.1.105.Final [directory-kerby]

2024-01-16 Thread via GitHub
dependabot[bot] opened a new pull request, #319: URL: https://github.com/apache/directory-kerby/pull/319 Bumps `netty.version` from 4.1.104.Final to 4.1.105.Final. Updates `io.netty:netty-transport` from 4.1.104.Final to 4.1.105.Final Commits https://github.com/netty/netty/co

[PR] Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.7.11 [directory-kerby]

2024-01-16 Thread via GitHub
dependabot[bot] opened a new pull request, #320: URL: https://github.com/apache/directory-kerby/pull/320 Bumps [org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) from 2.7.10 to 2.7.11. Release notes Sourced from https://github.com/CycloneDX

[PR] Marks JUnit dependency in scim-test as provided [directory-scimple]

2024-01-16 Thread via GitHub
bdemers opened a new pull request, #501: URL: https://github.com/apache/directory-scimple/pull/501 (no comment) -- 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 unsubscri

Re: [PR] Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.3 to 3.2.5 [directory-scimple]

2024-01-16 Thread via GitHub
bdemers merged PR #500: URL: https://github.com/apache/directory-scimple/pull/500 -- 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...@direct

Re: [PR] Bump org.mockito:mockito-junit-jupiter from 5.8.0 to 5.9.0 [directory-scimple]

2024-01-16 Thread via GitHub
bdemers merged PR #499: URL: https://github.com/apache/directory-scimple/pull/499 -- 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...@direct

Re: [PR] Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0 [directory-scimple]

2024-01-16 Thread via GitHub
bdemers merged PR #498: URL: https://github.com/apache/directory-scimple/pull/498 -- 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...@direct

Re: [PR] Bump version.quarkus from 3.6.4 to 3.6.5 [directory-scimple]

2024-01-16 Thread via GitHub
bdemers merged PR #496: URL: https://github.com/apache/directory-scimple/pull/496 -- 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...@direct

Re: [PR] Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 [directory-scimple]

2024-01-16 Thread via GitHub
bdemers merged PR #497: URL: https://github.com/apache/directory-scimple/pull/497 -- 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...@direct

Re: [PR] Bump version.resteasy from 6.2.6.Final to 6.2.7.Final [directory-scimple]

2024-01-16 Thread via GitHub
bdemers merged PR #495: URL: https://github.com/apache/directory-scimple/pull/495 -- 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...@direct

Re: [PR] Bump org.mockito:mockito-core from 5.8.0 to 5.9.0 [directory-scimple]

2024-01-16 Thread via GitHub
bdemers merged PR #494: URL: https://github.com/apache/directory-scimple/pull/494 -- 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...@direct

Re: [PR] Bump org.apache.rat:apache-rat-plugin from 0.15 to 0.16 [directory-scimple]

2024-01-16 Thread via GitHub
bdemers merged PR #493: URL: https://github.com/apache/directory-scimple/pull/493 -- 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...@direct

Re: [PR] Filename fix 491 [directory-scimple]

2024-01-16 Thread via GitHub
bdemers commented on code in PR #492: URL: https://github.com/apache/directory-scimple/pull/492#discussion_r1454154644 ## scim-spec/scim-spec-schema/src/test/java/org/apache/directory/scim/spec/schema/SchemaTest.java: ## @@ -60,12 +60,12 @@ public void setUp() { */ @Param

[PR] Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.7.11 [directory-server]

2024-01-16 Thread via GitHub
dependabot[bot] opened a new pull request, #141: URL: https://github.com/apache/directory-server/pull/141 Bumps [org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) from 2.7.10 to 2.7.11. Release notes Sourced from https://github.com/CycloneD

Re: [PR] Remove colons from test schema file name [directory-scimple]

2024-01-16 Thread via GitHub
BlueRui commented on code in PR #492: URL: https://github.com/apache/directory-scimple/pull/492#discussion_r1454437151 ## scim-spec/scim-spec-schema/src/test/java/org/apache/directory/scim/spec/schema/SchemaTest.java: ## @@ -60,12 +60,12 @@ public void setUp() { */ @Param

[PR] Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.7.11 [directory-ldap-api]

2024-01-16 Thread via GitHub
dependabot[bot] opened a new pull request, #70: URL: https://github.com/apache/directory-ldap-api/pull/70 Bumps [org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) from 2.7.10 to 2.7.11. Release notes Sourced from https://github.com/CycloneD

Re: [PR] Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.7.11 [directory-server]

2024-01-16 Thread via GitHub
coheigea merged PR #141: URL: https://github.com/apache/directory-server/pull/141 -- 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...@direct

Re: [PR] Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.7.11 [directory-kerby]

2024-01-16 Thread via GitHub
coheigea merged PR #320: URL: https://github.com/apache/directory-kerby/pull/320 -- 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...@directo

Re: [PR] Bump netty.version from 4.1.104.Final to 4.1.105.Final [directory-kerby]

2024-01-16 Thread via GitHub
coheigea merged PR #319: URL: https://github.com/apache/directory-kerby/pull/319 -- 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...@directo

Re: [PR] Bump org.apache.rat:apache-rat-plugin from 0.15 to 0.16 [directory-kerby]

2024-01-16 Thread via GitHub
coheigea merged PR #318: URL: https://github.com/apache/directory-kerby/pull/318 -- 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...@directo

Re: [PR] Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.7.11 [directory-ldap-api]

2024-01-16 Thread via GitHub
coheigea merged PR #70: URL: https://github.com/apache/directory-ldap-api/pull/70 -- 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...@direct

Re: [PR] Fixing duplication of resource id in location header [directory-scimple]

2024-01-17 Thread via GitHub
bdemers merged PR #502: URL: https://github.com/apache/directory-scimple/pull/502 -- 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...@direct

[PR] Add rewrite for SCIMple javadocs [directory-site]

2024-01-17 Thread via GitHub
bdemers opened a new pull request, #14: URL: https://github.com/apache/directory-site/pull/14 (no comment) -- 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

Re: [PR] Add rewrite for SCIMple javadocs [directory-site]

2024-01-18 Thread via GitHub
bdemers merged PR #14: URL: https://github.com/apache/directory-site/pull/14 -- 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.a

Re: [PR] Add basic SCIMple pages after first release [directory-site]

2024-01-18 Thread via GitHub
bdemers merged PR #15: URL: https://github.com/apache/directory-site/pull/15 -- 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.a

[PR] Make the left portion of the site header clickable [directory-site]

2024-01-18 Thread via GitHub
bdemers opened a new pull request, #16: URL: https://github.com/apache/directory-site/pull/16 The header image is a full width background image, the whole thing is not clickable, but the portion with the directory logo is. -- This is an automated message from the Apache Git Service. T

Re: [PR] Make the left portion of the site header clickable [directory-site]

2024-01-18 Thread via GitHub
bdemers commented on PR #16: URL: https://github.com/apache/directory-site/pull/16#issuecomment-1899424251 I kept clicking on the header logo trying to get back to `/`, so I added a div that is clickable in that section of the header. > **NOTE:** I'll never say I'm a frontend developer, b

[PR] Bump actions/upload-artifact from 4.1.0 to 4.2.0 [directory-ldap-api]

2024-01-21 Thread via GitHub
dependabot[bot] opened a new pull request, #71: URL: https://github.com/apache/directory-ldap-api/pull/71 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.2.0. Release notes Sourced from https://github.com/actions/upload-artifact/releases"

Re: [PR] Bump actions/upload-artifact from 4.1.0 to 4.2.0 [directory-ldap-api]

2024-01-21 Thread via GitHub
coheigea merged PR #71: URL: https://github.com/apache/directory-ldap-api/pull/71 -- 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...@direct

[PR] Bump netty.version from 4.1.105.Final to 4.1.106.Final [directory-kerby]

2024-01-22 Thread via GitHub
dependabot[bot] opened a new pull request, #321: URL: https://github.com/apache/directory-kerby/pull/321 Bumps `netty.version` from 4.1.105.Final to 4.1.106.Final. Updates `io.netty:netty-transport` from 4.1.105.Final to 4.1.106.Final Commits https://github.com/netty/netty/co

[PR] Bump actions/upload-artifact from 4.1.0 to 4.2.0 [directory-kerby]

2024-01-22 Thread via GitHub
dependabot[bot] opened a new pull request, #322: URL: https://github.com/apache/directory-kerby/pull/322 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.2.0. Release notes Sourced from https://github.com/actions/upload-artifact/releases";

[PR] Bump github/codeql-action from 3.23.0 to 3.23.1 [directory-kerby]

2024-01-22 Thread via GitHub
dependabot[bot] opened a new pull request, #323: URL: https://github.com/apache/directory-kerby/pull/323 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.0 to 3.23.1. Changelog Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.m

Re: [PR] Bump github/codeql-action from 3.23.0 to 3.23.1 [directory-kerby]

2024-01-22 Thread via GitHub
coheigea merged PR #323: URL: https://github.com/apache/directory-kerby/pull/323 -- 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...@directo

Re: [PR] Bump netty.version from 4.1.105.Final to 4.1.106.Final [directory-kerby]

2024-01-22 Thread via GitHub
coheigea merged PR #321: URL: https://github.com/apache/directory-kerby/pull/321 -- 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...@directo

Re: [PR] Bump actions/upload-artifact from 4.1.0 to 4.2.0 [directory-kerby]

2024-01-22 Thread via GitHub
coheigea merged PR #322: URL: https://github.com/apache/directory-kerby/pull/322 -- 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...@directo

[PR] Bump version.spring-boot from 3.2.1 to 3.2.2 [directory-scimple]

2024-01-22 Thread via GitHub
dependabot[bot] opened a new pull request, #503: URL: https://github.com/apache/directory-scimple/pull/503 Bumps `version.spring-boot` from 3.2.1 to 3.2.2. Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.2.1 to 3.2.2 Release notes Sourced from https://github.c

[PR] Bump version.quarkus from 3.6.5 to 3.6.6 [directory-scimple]

2024-01-22 Thread via GitHub
dependabot[bot] opened a new pull request, #504: URL: https://github.com/apache/directory-scimple/pull/504 Bumps `version.quarkus` from 3.6.5 to 3.6.6. Updates `io.quarkus.platform:quarkus-bom` from 3.6.5 to 3.6.6 Commits https://github.com/quarkusio/quarkus-platform/commit/8

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

2024-01-22 Thread via GitHub
dependabot[bot] closed pull request #484: Bump org.owasp:dependency-check-maven from 8.4.3 to 9.0.8 URL: https://github.com/apache/directory-scimple/pull/484 -- 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 t

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

2024-01-22 Thread via GitHub
dependabot[bot] opened a new pull request, #505: URL: https://github.com/apache/directory-scimple/pull/505 Bumps [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 8.4.3 to 9.0.9. Release notes Sourced from https://github.com/jeremylong/Dependen

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

2024-01-22 Thread via GitHub
dependabot[bot] commented on PR #484: URL: https://github.com/apache/directory-scimple/pull/484#issuecomment-190997 Superseded by #505. -- 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 sp

Re: [PR] Bump version.spring-boot from 3.2.1 to 3.2.2 [directory-scimple]

2024-01-22 Thread via GitHub
bdemers merged PR #503: URL: https://github.com/apache/directory-scimple/pull/503 -- 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...@direct

[PR] Bump actions/upload-artifact from 4.1.0 to 4.2.0 [directory-server]

2024-01-22 Thread via GitHub
dependabot[bot] opened a new pull request, #142: URL: https://github.com/apache/directory-server/pull/142 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.2.0. Release notes Sourced from https://github.com/actions/upload-artifact/releases"

Re: [PR] Bump actions/upload-artifact from 4.1.0 to 4.2.0 [directory-server]

2024-01-22 Thread via GitHub
coheigea merged PR #142: URL: https://github.com/apache/directory-server/pull/142 -- 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...@direct

[PR] Updating to bcprov jdk18on [directory-server]

2024-01-22 Thread via GitHub
coheigea opened a new pull request, #143: URL: https://github.com/apache/directory-server/pull/143 (no comment) -- 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 unsubscri

Re: [PR] Updating to bcprov jdk18on [directory-server]

2024-01-22 Thread via GitHub
coheigea merged PR #143: URL: https://github.com/apache/directory-server/pull/143 -- 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...@direct

Re: [I] colon not accepted in file names on Windows [directory-scimple]

2024-01-22 Thread via GitHub
mattiahj commented on issue #491: URL: https://github.com/apache/directory-scimple/issues/491#issuecomment-1905477427 I can confirm this is an issue. -- 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

Re: [PR] Remove colons from test schema file name [directory-scimple]

2024-01-22 Thread via GitHub
mattiahj commented on PR #492: URL: https://github.com/apache/directory-scimple/pull/492#issuecomment-1905476481 @bdemers Can this be merged? -- 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

<    10   11   12   13   14   15   16   17   18   19   >