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 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: [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
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



[VOTE] Release Apache Directory SCIMple 1.0.0-M1

2024-01-09 Thread Brian Demers
This is a call to vote in favor of releasing Apache Directory SCIMple
version 1.0.0-M1.

This is the initial release since moving the project from
https://github.com/PennState/SCIMple-Identity to the Apache Software
Foundation: https://github.com/apache/directory-scimple

Maven Staging Repo:
https://repository.apache.org/content/repositories/orgapachedirectory-1224
https://repository.apache.org/service/local/repositories/orgapachedirectory-1224/content/org/apache/directory/scimple/scimple/1.0.0-M1/scimple-1.0.0-M1-source-release.zip

Dist Staging Repository:
https://dist.apache.org/repos/dist/dev/directory/scimple/1.0.0-M1/

Project website updates:
None - will be updated after successful vote

NOTES:  I did notice there are a couple extra checksum files, i.e.:
https://repository.apache.org/service/local/repositories/orgapachedirectory-1224/content/org/apache/directory/scimple/scimple/1.0.0-M1/scimple-1.0.0-M1-source-release.zip.asc.sha512
https://repository.apache.org/service/local/repositories/orgapachedirectory-1224/content/org/apache/directory/scimple/scimple/1.0.0-M1/scimple-1.0.0-M1-source-release.zip.sha512.sha512
But I don't think that should block the release, and it's tracked
here: https://github.com/apache/directory-scimple/issues/489

Given that this is the first release, please give us your feedback!

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1 (please include reasoning)

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



SCIMple Release Update

2024-01-09 Thread Brian Demers
TL;DR My next email will be the release vote email!

I ran into a couple more minor issues with the release process.
The biggest one is there was an odd interaction between the Maven Javadoc
plugin's aggregate-jar goal and the Quarkus server example (it uses an
extension).
(We can work around that by running `mvn javadoc:aggregate-jar` if needed
in the future, the regular aggregation/site generation of the javadocs
works fine)

Since my last email we had a few more PRs, so the delay helped squash a few
more bugs too!

I was also able to verify the build is reproducible using the Maven
Artifact Plugin

If anyone is interested you _should_ be able to checking out the 1.0.0-M1
 tag and running
something like:
mvn verify artifact:compare  -Dreference.repo='
https://repository.apache.org/content/repositories/orgapachedirectory-1224'
(I ran a slightly different command because I already had the release
staged locally)

I mention the reproducible bits because a.) I'm a fan of reproducible builds
 and b.) it's the first step in being
able to automate releases from tags (newly allowed policy from the ASF
Infra folks), but that's future work.

If anyone has thoughts on the release, or what the initial version should
have been, it's easy to cut the release again, just reply to the vote email!
(I figured all of this was too long for the official vote thread)

-Brian


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 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] 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...@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: [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 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] 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...@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] Schema Attributes are now handled as a Set [directory-scimple]

2024-01-09 Thread via GitHub


bdemers merged PR #486:
URL: https://github.com/apache/directory-scimple/pull/486


-- 
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] The javadoc aggregate-jar goal caused release to fail [directory-scimple]

2024-01-09 Thread via GitHub


bdemers opened a new pull request, #488:
URL: https://github.com/apache/directory-scimple/pull/488

   The single jar is a nice to have, and it can run separately if needed
   
   There is an odd interaction with the aggregate-jar goal and the Quarkus 
extension (used in a server example)
   In the interest of time, this goal is removed
   


-- 
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] The `sortOrder` query parameter is now correctly parsed [directory-scimple]

2024-01-09 Thread via GitHub


bdemers opened a new pull request, #487:
URL: https://github.com/apache/directory-scimple/pull/487

   (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-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] Schema Attributes are now handled as a Set [directory-scimple]

2024-01-09 Thread via GitHub


bdemers commented on PR #486:
URL: 
https://github.com/apache/directory-scimple/pull/486#issuecomment-1883861473

   Related to: #480


-- 
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] Schema Attributes are now handled as a Set [directory-scimple]

2024-01-09 Thread via GitHub


bdemers opened a new pull request, #486:
URL: https://github.com/apache/directory-scimple/pull/486

   They are unique in a given container, the API now represents that fact
   


-- 
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.assertj:assertj-core from 3.24.2 to 3.25.1 [directory-scimple]

2024-01-09 Thread via GitHub


bdemers merged PR #483:
URL: https://github.com/apache/directory-scimple/pull/483


-- 
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] Fixed Urn validation annotation in BaseResource [directory-scimple]

2024-01-09 Thread via GitHub


bdemers commented on PR #482:
URL: 
https://github.com/apache/directory-scimple/pull/482#issuecomment-1883389898

   Merged! thank you!


-- 
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] Fixed Urn validation annotation in BaseResource [directory-scimple]

2024-01-09 Thread via GitHub


bdemers merged PR #482:
URL: https://github.com/apache/directory-scimple/pull/482


-- 
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] SCIM attributes according to spec [directory-scimple]

2024-01-09 Thread via GitHub


bdemers commented on PR #481:
URL: 
https://github.com/apache/directory-scimple/pull/481#issuecomment-1883389056

   Thanks again @markusmueller!


-- 
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] SCIM attributes according to spec [directory-scimple]

2024-01-09 Thread via GitHub


bdemers merged PR #481:
URL: https://github.com/apache/directory-scimple/pull/481


-- 
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] Bugfix subattribute duplication in schema generation [directory-scimple]

2024-01-09 Thread via GitHub


bdemers merged PR #480:
URL: https://github.com/apache/directory-scimple/pull/480


-- 
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