[GitHub] [directory-scimple] bdemers commented on pull request #44: Import JAXRS common code from PennState/commons-jaxrs

2022-05-17 Thread GitBox
bdemers commented on PR #44: URL: https://github.com/apache/directory-scimple/pull/44#issuecomment-1129456251 NOTE: these bits can likely be merged into the `scim-common` module, keeping separate for now until the TODO items in this PR are resolved -- This is an automated message from

[GitHub] [directory-scimple] bdemers merged pull request #37: Bump lombok from 1.18.22 to 1.18.24

2022-05-17 Thread GitBox
bdemers merged PR #37: URL: https://github.com/apache/directory-scimple/pull/37 -- 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:

[GitHub] [directory-studio] roubert commented on a diff in pull request #34: DIRSTUDIO-1298: Add address editor UI test

2022-05-17 Thread GitBox
roubert commented on code in PR #34: URL: https://github.com/apache/directory-studio/pull/34#discussion_r875190111 ## tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/EntryEditorTest.java: ## @@ -567,6 +568,76 @@ public void

[GitHub] [directory-scimple] bdemers opened a new pull request, #44: Import JAXRS common code from PennState/commons-jaxrs

2022-05-17 Thread GitBox
bdemers opened a new pull request, #44: URL: https://github.com/apache/directory-scimple/pull/44 TODO: find out if this project went through copyright transfer process, if a NOTICE file may need to be updated -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [directory-scimple] bdemers merged pull request #34: Bump zjsonpatch from 0.4.4 to 0.4.12

2022-05-17 Thread GitBox
bdemers merged PR #34: URL: https://github.com/apache/directory-scimple/pull/34 -- 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:

[GitHub] [directory-scimple] bdemers merged pull request #36: Bump mockito-junit-jupiter from 4.4.0 to 4.5.1

2022-05-17 Thread GitBox
bdemers merged PR #36: URL: https://github.com/apache/directory-scimple/pull/36 -- 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:

[GitHub] [directory-scimple] bdemers merged pull request #38: Bump jacoco-maven-plugin from 0.8.7 to 0.8.8

2022-05-17 Thread GitBox
bdemers merged PR #38: URL: https://github.com/apache/directory-scimple/pull/38 -- 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:

[GitHub] [directory-scimple] bdemers merged pull request #39: Bump jackson-bom from 2.13.2.1 to 2.13.3

2022-05-17 Thread GitBox
bdemers merged PR #39: URL: https://github.com/apache/directory-scimple/pull/39 -- 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:

[GitHub] [directory-scimple] bdemers merged pull request #40: Bump tomee-maven-plugin from 1.7.1 to 1.7.5

2022-05-17 Thread GitBox
bdemers merged PR #40: URL: https://github.com/apache/directory-scimple/pull/40 -- 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:

[GitHub] [directory-scimple] bdemers merged pull request #41: Bump guava from 31.0.1-android to 31.1-android

2022-05-17 Thread GitBox
bdemers merged PR #41: URL: https://github.com/apache/directory-scimple/pull/41 -- 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:

[GitHub] [directory-scimple] bdemers merged pull request #42: Bump nexus-staging-maven-plugin from 1.6.12 to 1.6.13

2022-05-17 Thread GitBox
bdemers merged PR #42: URL: https://github.com/apache/directory-scimple/pull/42 -- 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:

[GitHub] [directory-scimple] bdemers merged pull request #43: Consolidate Jackson ObjectMapper creation logic

2022-05-17 Thread GitBox
bdemers merged PR #43: URL: https://github.com/apache/directory-scimple/pull/43 -- 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:

[GitHub] [directory-scimple] bdemers opened a new pull request, #43: Consolidate Jackson ObjectMapper creation logic

2022-05-17 Thread GitBox
bdemers opened a new pull request, #43: URL: https://github.com/apache/directory-scimple/pull/43 DRY out creation of ObjectMapper. This could be cleaned up further, but creation of ObjectMappers happen in a single place so it should be easier to trace down -- This is an automated

[GitHub] [directory-studio] seelmann merged pull request #34: DIRSTUDIO-1298: Add address editor UI test

2022-05-17 Thread GitBox
seelmann merged PR #34: URL: https://github.com/apache/directory-studio/pull/34 -- 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:

[jira] [Updated] (DIRSTUDIO-1298) The RFC 4517 Postal Address value editor en-/decoding is incomplete

2022-05-17 Thread Stefan Seelmann (Jira)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seelmann updated DIRSTUDIO-1298: --- Fix Version/s: 2.0.0-M18 > The RFC 4517 Postal Address value editor en-/decoding

[GitHub] [directory-studio] seelmann commented on pull request #33: DIRSTUDIO-1298: Fix the Postal Address value editor en-/decoding.

2022-05-17 Thread GitBox
seelmann commented on PR #33: URL: https://github.com/apache/directory-studio/pull/33#issuecomment-1128453433 > It would (of course) be nice to have an integration test also for the `AddressDialog`, but as far as I can tell there aren't any existing tests for those dialogs I created