Re: Server release progross: status

2023-09-30 Thread Emmanuel Lécharny
Hi Shawn, On 30/09/2023 16:01, Shawn McKinney wrote: On Sep 29, 2023, at 10:59 AM, Emmanuel Lécharny wrote: Some more about rpmbuild: AFAICT, it really can't be used anymore on Mac OS, as there are dependencies that require Linux. So it's a dead end. OTOH, it works pretty well in the

Jenkins build failures in Jenkins pipelines

2023-09-30 Thread Shawn McKinney
Hello, Noticed that about a third of our tests fail[1], including both fortress ones. Fortress is using the wrong version of Java, 8 instead of 11. Should be easy to fix. Haven’t looked at the others. Will look into it soon (hopefully next week). — Shawn

Re: Server release progross: status

2023-09-30 Thread Shawn McKinney
> On Sep 29, 2023, at 10:59 AM, Emmanuel Lécharny wrote: > > Some more about rpmbuild: > > AFAICT, it really can't be used anymore on Mac OS, as there are dependencies > that require Linux. > > So it's a dead end. > > OTOH, it works pretty well in the builds.apache.org Apache Jenkins

[GitHub] [directory-scimple] tm-drtina commented on issue #383: Photo resource has incorrect type in schemas endpoint

2023-09-30 Thread via GitHub
tm-drtina commented on issue #383: URL: https://github.com/apache/directory-scimple/issues/383#issuecomment-1741749190 I think the issue is that `type=reference` and field `ref` are switched. Group members schema: ``` { "name": "ref",

[GitHub] [directory-scimple] tm-drtina opened a new issue, #383: Photo resource has incorrect type in schemas endpoint

2023-09-30 Thread via GitHub
tm-drtina opened a new issue, #383: URL: https://github.com/apache/directory-scimple/issues/383 I'm testing my SCIM implementation against this library and getting errors because `referenceTypes` field is set, but the type is not `reference`. From my understanding of the