Re: [PR] SOLR-15960 Cut over System.getProperty() to EnvUtils for modules [solr]

2024-01-23 Thread via GitHub
janhoy merged PR #2193: URL: https://github.com/apache/solr/pull/2193 -- 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: issues-unsubscr...@solr.apache.org

Re: [PR] SOLR-15960 Cut over System.getProperty() to EnvUtils for modules [solr]

2024-01-22 Thread via GitHub
epugh commented on PR #2193: URL: https://github.com/apache/solr/pull/2193#issuecomment-1903939234 The latest commits are looking great Thanks for the rename! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] SOLR-15960 Cut over System.getProperty() to EnvUtils for modules [solr]

2024-01-12 Thread via GitHub
epugh commented on PR #2193: URL: https://github.com/apache/solr/pull/2193#issuecomment-1890057983 > > > > LGTM. I sort of wish it was the full `getProperty`. > > > > > > > > > We can rename `getProp -> getProperty` if you feel it is better. The code has still not left the bui

Re: [PR] SOLR-15960 Cut over System.getProperty() to EnvUtils for modules [solr]

2024-01-12 Thread via GitHub
janhoy commented on PR #2193: URL: https://github.com/apache/solr/pull/2193#issuecomment-1890049339 > > > LGTM. I sort of wish it was the full `getProperty`. > > > > > > We can rename `getProp -> getProperty` if you feel it is better. The code has still not left the building i

Re: [PR] SOLR-15960 Cut over System.getProperty() to EnvUtils for modules [solr]

2024-01-12 Thread via GitHub
epugh commented on code in PR #2193: URL: https://github.com/apache/solr/pull/2193#discussion_r1450967732 ## solr/modules/s3-repository/src/java/org/apache/solr/s3/S3BackupRepositoryConfig.java: ## @@ -59,7 +58,7 @@ public S3StorageClient buildClient() { } private static

Re: [PR] SOLR-15960 Cut over System.getProperty() to EnvUtils for modules [solr]

2024-01-12 Thread via GitHub
epugh commented on PR #2193: URL: https://github.com/apache/solr/pull/2193#issuecomment-1890045409 > > LGTM. I sort of wish it was the full `getProperty`. > > We can rename `getProp -> getProperty` if you feel it is better. The code has still not left the building in a release...

Re: [PR] SOLR-15960 Cut over System.getProperty() to EnvUtils for modules [solr]

2024-01-12 Thread via GitHub
janhoy commented on PR #2193: URL: https://github.com/apache/solr/pull/2193#issuecomment-1890044549 > LGTM. I sort of wish it was the full `getProperty`. We can rename `getProp -> getProperty` if you feel it is better. The code has still not left the building in a release... --

Re: [PR] SOLR-15960 Cut over System.getProperty() to EnvUtils for modules [solr]

2024-01-12 Thread via GitHub
janhoy commented on code in PR #2193: URL: https://github.com/apache/solr/pull/2193#discussion_r1450967237 ## solr/modules/s3-repository/src/java/org/apache/solr/s3/S3BackupRepositoryConfig.java: ## @@ -59,7 +58,7 @@ public S3StorageClient buildClient() { } private stati