You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "solrbot (via GitHub)" <gi...@apache.org> on 2023/02/24 09:37:28 UTC

[GitHub] [solr] solrbot opened a new pull request, #1380: Update dependency com.github.ben-manes.caffeine:caffeine to v3.1.3

solrbot opened a new pull request, #1380:
URL: https://github.com/apache/solr/pull/1380

   This PR contains the following updates:
   
   | Package | Type | Update | Change | Pending |
   |---|---|---|---|---|
   | [com.github.ben-manes.caffeine:caffeine](https://togithub.com/ben-manes/caffeine) | dependencies | patch | `3.1.2` -> `3.1.3` | `3.1.4` |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>ben-manes/caffeine</summary>
   
   ### [`v3.1.3`](https://togithub.com/ben-manes/caffeine/releases/tag/v3.1.3): 3.1.3
   
   Cache
   
   -   Fixed the build time dependency constraints from being leaked into the external metadata ([#&#8203;867](https://togithub.com/ben-manes/caffeine/issues/867))
   -   Fixed the cause of a removal notification for a discarded refresh when the entry was removed
   -   Fixed the behavior for null lookups into returned unmodifiable maps to be consistent ([#&#8203;864](https://togithub.com/ben-manes/caffeine/issues/864))
   -   Fixed an unexpected delay of removal notifications when using a scheduler ([#&#8203;859](https://togithub.com/ben-manes/caffeine/issues/859))
   -   Fixed explicit refreshes from being deduped if the entry is pending eviction
   -   Defaulted methods to [@&#8203;CheckReturnValue](https://errorprone.info/bugpattern/CheckReturnValue) for static analysis ([#&#8203;863](https://togithub.com/ben-manes/caffeine/issues/863))
   -   Reduced the lock hold time during Map.clear ([#&#8203;835](https://togithub.com/ben-manes/caffeine/issues/835))
   
   JCache
   
   -   Fixed `putAll` with an immutable map that causes an exception when using a cache writer ([#&#8203;841](https://togithub.com/ben-manes/caffeine/issues/841))
   
   </details>
   
   ---
   
   ### Configuration
   
   đź“… **Schedule**: Branch creation - "* 8-20 * * *" (UTC), Automerge - At any time (no schedule defined).
   
   🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
   
   â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
   
   🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
   
   ---
   
   This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
   <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTIuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1Mi4wIn0=-->
   


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] janhoy commented on pull request #1380: SOLR-16562 Update dependency com.github.ben-manes.caffeine:caffeine to v3.1.4

Posted by "janhoy (via GitHub)" <gi...@apache.org>.
janhoy commented on PR #1380:
URL: https://github.com/apache/solr/pull/1380#issuecomment-1445494303

   Found existing JIRA https://issues.apache.org/jira/browse/SOLR-16562 for 9.2, so I tagged title and bumped CHANGES


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] janhoy commented on pull request #1380: Update dependency com.github.ben-manes.caffeine:caffeine to v3.1.3

Posted by "janhoy (via GitHub)" <gi...@apache.org>.
janhoy commented on PR #1380:
URL: https://github.com/apache/solr/pull/1380#issuecomment-1444261865

   3.1.4 was released 4 days and we use a 5 day delay, so it will likely be updated tomorrow. 


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] janhoy commented on pull request #1380: Update dependency com.github.ben-manes.caffeine:caffeine to v3.1.3

Posted by "janhoy (via GitHub)" <gi...@apache.org>.
janhoy commented on PR #1380:
URL: https://github.com/apache/solr/pull/1380#issuecomment-1444588133

   We can customize title, but I’d instead like to add label “dependencies” on all these. Requires Solr bot to have “triage” karma, but that’s easily done in asf.yaml


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] risdenk commented on pull request #1380: Update dependency com.github.ben-manes.caffeine:caffeine to v3.1.3

Posted by "risdenk (via GitHub)" <gi...@apache.org>.
risdenk commented on PR #1380:
URL: https://github.com/apache/solr/pull/1380#issuecomment-1443701849

   This one needs a closer look. This ends up being a relatively bigger change due to changes to how caffeine fixed their transitive dependencies. https://issues.apache.org/jira/browse/SOLR-16562 has some details and https://github.com/apache/solr/pull/1198#issuecomment-1336503053


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] risdenk commented on pull request #1380: Update dependency com.github.ben-manes.caffeine:caffeine to v3.1.3

Posted by "risdenk (via GitHub)" <gi...@apache.org>.
risdenk commented on PR #1380:
URL: https://github.com/apache/solr/pull/1380#issuecomment-1443705491

   I wonder why this didn't go directly to 3.1.4? - https://github.com/ben-manes/caffeine/releases/tag/v3.1.4


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] janhoy commented on pull request #1380: Update dependency com.github.ben-manes.caffeine:caffeine to v3.1.3

Posted by "janhoy (via GitHub)" <gi...@apache.org>.
janhoy commented on PR #1380:
URL: https://github.com/apache/solr/pull/1380#issuecomment-1445491692

   X-ref https://github.com/apache/solr/pull/1400 - which will be auto closed once this is 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 specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] chatman commented on pull request #1380: Update dependency com.github.ben-manes.caffeine:caffeine to v3.1.3

Posted by "chatman (via GitHub)" <gi...@apache.org>.
chatman commented on PR #1380:
URL: https://github.com/apache/solr/pull/1380#issuecomment-1444390182

   @janhoy Can we add a [renovatebot] to the PR title, please? I think dependabot used to do that.


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] solrbot commented on pull request #1380: Update dependency com.github.ben-manes.caffeine:caffeine to v3.1.3

Posted by "solrbot (via GitHub)" <gi...@apache.org>.
solrbot commented on PR #1380:
URL: https://github.com/apache/solr/pull/1380#issuecomment-1444434232

   ### Edited/Blocked Notification
   
   Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
   
   You can manually request rebase by checking the rebase/retry box above.
   
    âš  **Warning**: custom changes will be lost.


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] risdenk commented on pull request #1380: SOLR-16562 / SOLR-16578: Upgrade caffeine to 3.1.4 and errorprone to 2.18.0

Posted by "risdenk (via GitHub)" <gi...@apache.org>.
risdenk commented on PR #1380:
URL: https://github.com/apache/solr/pull/1380#issuecomment-1446708925

   Added changes to SOLR-16578 for errorprone since might as well fix that entry too.


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] risdenk merged pull request #1380: SOLR-16562 / SOLR-16578: Upgrade caffeine to 3.1.4 and errorprone to 2.18.0

Posted by "risdenk (via GitHub)" <gi...@apache.org>.
risdenk merged PR #1380:
URL: https://github.com/apache/solr/pull/1380


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org