{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":20300177,"defaultBranch":"master","name":"guava","ownerLogin":"google","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-05-29T16:23:17.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1342004?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726596859.0","currentOid":""},"activityList":{"items":[{"before":"bd32f0976c988b76bf77cc5f5771b545cd1eff4d","after":"53b1c468442209db082846167f4497e2357e523d","ref":"refs/heads/gh-pages","pushedAt":"2024-09-17T18:38:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT","shortMessageHtmlLink":"Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT"}},{"before":"e5b58e2fc8561192338dfe0c68c0bce27066a6aa","after":null,"ref":"refs/heads/test_674438616","pushedAt":"2024-09-17T18:14:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"294f07da2a4945d328ca7ccf1c8c570fd787a9ab","after":"e5b58e2fc8561192338dfe0c68c0bce27066a6aa","ref":"refs/heads/master","pushedAt":"2024-09-17T18:14:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Use `assertThrows` even in GWT/J2CL/J2KT-compatible code.\n\n...by actually using our own homegrown versions that avoid reflection.\n\n(followup to cl/563137030 + cl/570474348)\n\nAlso, suppress/address a few other warnings.\n\nAnd incidentally, largely rewrite `ThrowablesTest`. We're allowed to learn a thing or two about writing tests over the course of 17+ years :) (I'd specifically highlight the old `testPropagateIfInstanceOf_uncheckedThrown` test, which has been replaced with the similarly `testPropagateIfInstanceOf_unchecked`: It might have appeared to have been a test that `propagateIfInstanceOf` would throw the given unchecked exception, but in fact what it actually shows is that _`propagate`_ does so. `propagateIfInstanceOf` does not and should not. Additionally, I think that my new `testPropagateIfPossible_twoDeclared_secondSame` covers a case that wasn't covered before.)\n\nFuture work:\n- Perform this migration for our other packages.\n- Generalize AssertThrowsMultipleStatements to cover our `assertThrows` methods.\n- Maybe migrate non-GWT/J2CL/J2KT calls of `assertThrows` to our methods, too.\n\nThis migration should save us from warnings from the recent changes to the EmptyCatch check in cl/674409794.\n\nThe approach used in this change (of declaring both `ThrowingRunnable` and `ThrowingSupplier` overloads of `assertThrows`) saves us from needing to update our CheckReturnValue enforcement to recognize the new `assertThrows` variants. Note also that it lets us provide a slightly better failure message, as discussed back in https://github.com/junit-team/junit5/issues/1394.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 675634517","shortMessageHtmlLink":"Use assertThrows even in GWT/J2CL/J2KT-compatible code."}},{"before":"cf6e9dd31031a4eebd8b1859f2d4f6d410d047a9","after":"e5b58e2fc8561192338dfe0c68c0bce27066a6aa","ref":"refs/heads/test_674438616","pushedAt":"2024-09-17T18:14:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Use `assertThrows` even in GWT/J2CL/J2KT-compatible code.\n\n...by actually using our own homegrown versions that avoid reflection.\n\n(followup to cl/563137030 + cl/570474348)\n\nAlso, suppress/address a few other warnings.\n\nAnd incidentally, largely rewrite `ThrowablesTest`. We're allowed to learn a thing or two about writing tests over the course of 17+ years :) (I'd specifically highlight the old `testPropagateIfInstanceOf_uncheckedThrown` test, which has been replaced with the similarly `testPropagateIfInstanceOf_unchecked`: It might have appeared to have been a test that `propagateIfInstanceOf` would throw the given unchecked exception, but in fact what it actually shows is that _`propagate`_ does so. `propagateIfInstanceOf` does not and should not. Additionally, I think that my new `testPropagateIfPossible_twoDeclared_secondSame` covers a case that wasn't covered before.)\n\nFuture work:\n- Perform this migration for our other packages.\n- Generalize AssertThrowsMultipleStatements to cover our `assertThrows` methods.\n- Maybe migrate non-GWT/J2CL/J2KT calls of `assertThrows` to our methods, too.\n\nThis migration should save us from warnings from the recent changes to the EmptyCatch check in cl/674409794.\n\nThe approach used in this change (of declaring both `ThrowingRunnable` and `ThrowingSupplier` overloads of `assertThrows`) saves us from needing to update our CheckReturnValue enforcement to recognize the new `assertThrows` variants. Note also that it lets us provide a slightly better failure message, as discussed back in https://github.com/junit-team/junit5/issues/1394.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 675634517","shortMessageHtmlLink":"Use assertThrows even in GWT/J2CL/J2KT-compatible code."}},{"before":"f673ba141a6d8d683fe51d43e895e997baf03ea9","after":"cf6e9dd31031a4eebd8b1859f2d4f6d410d047a9","ref":"refs/heads/test_674438616","pushedAt":"2024-09-17T17:43:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Use `assertThrows` even in GWT/J2CL/J2KT-compatible code.\n\n...by actually using our own homegrown versions that avoid reflection.\n\n(followup to cl/563137030 + cl/570474348)\n\nAlso, suppress/address a few other warnings.\n\nAnd incidentally, largely rewrite `ThrowablesTest`. We're allowed to learn a thing or two about writing tests over the course of 17+ years :) (I'd specifically highlight the old `testPropagateIfInstanceOf_uncheckedThrown` test, which has been replaced with the similarly `testPropagateIfInstanceOf_unchecked`: It might have appeared to have been a test that `propagateIfInstanceOf` would throw the given unchecked exception, but in fact what it actually shows is that _`propagate`_ does so. `propagateIfInstanceOf` does not and should not. Additionally, I think that my new `testPropagateIfPossible_twoDeclared_secondSame` covers a case that wasn't covered before.)\n\nFuture work:\n- Perform this migration for our other packages.\n- Generalize AssertThrowsMultipleStatements to cover our `assertThrows` methods.\n- Maybe migrate non-GWT/J2CL/J2KT calls of `assertThrows` to our methods, too.\n\nThis migration should save us from warnings from the recent changes to the EmptyCatch check in cl/674409794.\n\nThe approach used in this change (of declaring both `ThrowingRunnable` and `ThrowingSupplier` overloads of `assertThrows`) saves us from needing to update our CheckReturnValue enforcement to recognize the new `assertThrows` variants. Note also that it lets us provide a slightly better failure message, as discussed back in https://github.com/junit-team/junit5/issues/1394.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 674438616","shortMessageHtmlLink":"Use assertThrows even in GWT/J2CL/J2KT-compatible code."}},{"before":null,"after":"f673ba141a6d8d683fe51d43e895e997baf03ea9","ref":"refs/heads/test_674438616","pushedAt":"2024-09-17T17:38:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Use `assertThrows` even in GWT/J2CL/J2KT-compatible code.\n\n...by actually using our own homegrown versions that avoid reflection.\n\n(followup to cl/563137030 + cl/570474348)\n\nAlso, suppress/address a few other warnings.\n\nAnd incidentally, largely rewrite `ThrowablesTest`. We're allowed to learn a thing or two about writing tests over the course of 17+ years :) (I'd specifically highlight the old `testPropagateIfInstanceOf_uncheckedThrown` test, which has been replaced with the similarly `testPropagateIfInstanceOf_unchecked`: It might have appeared to have been a test that `propagateIfInstanceOf` would throw the given unchecked exception, but in fact what it actually shows is that _`propagate`_ does so. `propagateIfInstanceOf` does not and should not. Additionally, I think that my new `testPropagateIfPossible_twoDeclared_secondSame` covers a case that wasn't covered before.)\n\nFuture work:\n- Perform this migration for our other packages.\n- Generalize AssertThrowsMultipleStatements to cover our `assertThrows` methods.\n- Maybe migrate non-GWT/J2CL/J2KT calls of `assertThrows` to our methods, too.\n\nThis migration should save us from warnings from the recent changes to the EmptyCatch check in cl/674409794.\n\nThe approach used in this change (of declaring both `ThrowingRunnable` and `ThrowingSupplier` overloads of `assertThrows`) saves us from needing to update our CheckReturnValue enforcement to recognize the new `assertThrows` variants. Note also that it lets us provide a slightly better failure message, as discussed back in https://github.com/junit-team/junit5/issues/1394.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 674438616","shortMessageHtmlLink":"Use assertThrows even in GWT/J2CL/J2KT-compatible code."}},{"before":"eca8383e89511678fc06a71a1e4da31efbaed3d5","after":"bd32f0976c988b76bf77cc5f5771b545cd1eff4d","ref":"refs/heads/gh-pages","pushedAt":"2024-09-16T19:57:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT","shortMessageHtmlLink":"Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT"}},{"before":"007000657a59d10ee5c4bdb9a1ecf7a1874e1b9e","after":null,"ref":"refs/heads/dependabot/github_actions/github-actions-4f42b3d729","pushedAt":"2024-09-16T19:31:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"294f07da2a4945d328ca7ccf1c8c570fd787a9ab","after":null,"ref":"refs/heads/test_675177623","pushedAt":"2024-09-16T19:31:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"7bc08c1e98c1518752cb322e84acc0f473adc4fb","after":"294f07da2a4945d328ca7ccf1c8c570fd787a9ab","ref":"refs/heads/master","pushedAt":"2024-09-16T19:31:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Bump github/codeql-action in the github-actions group\n\nBumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).\n\nUpdates `github/codeql-action` from 3.26.6 to 3.26.7\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/4dd16135b69a43b6c8efb853346f8437d92d3c93...8214744c546c1e5c8f03dde8fab3a7353211988d)\n\nFixes #7393\n\nRELNOTES=n/a\nPiperOrigin-RevId: 675248105","shortMessageHtmlLink":"Bump github/codeql-action in the github-actions group"}},{"before":"3a41f25f96dae4621428e2df81a9a8b15562f92e","after":"294f07da2a4945d328ca7ccf1c8c570fd787a9ab","ref":"refs/heads/test_675177623","pushedAt":"2024-09-16T19:31:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Bump github/codeql-action in the github-actions group\n\nBumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).\n\nUpdates `github/codeql-action` from 3.26.6 to 3.26.7\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/4dd16135b69a43b6c8efb853346f8437d92d3c93...8214744c546c1e5c8f03dde8fab3a7353211988d)\n\nFixes #7393\n\nRELNOTES=n/a\nPiperOrigin-RevId: 675248105","shortMessageHtmlLink":"Bump github/codeql-action in the github-actions group"}},{"before":null,"after":"3a41f25f96dae4621428e2df81a9a8b15562f92e","ref":"refs/heads/test_675177623","pushedAt":"2024-09-16T19:00:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Bump github/codeql-action in the github-actions group\n\nBumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).\n\nUpdates `github/codeql-action` from 3.26.6 to 3.26.7\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/4dd16135b69a43b6c8efb853346f8437d92d3c93...8214744c546c1e5c8f03dde8fab3a7353211988d)\n\nFixes #7393\n\nRELNOTES=n/a\nPiperOrigin-RevId: 675177623","shortMessageHtmlLink":"Bump github/codeql-action in the github-actions group"}},{"before":null,"after":"007000657a59d10ee5c4bdb9a1ecf7a1874e1b9e","ref":"refs/heads/dependabot/github_actions/github-actions-4f42b3d729","pushedAt":"2024-09-16T15:46:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github/codeql-action in the github-actions group\n\nBumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).\n\n\nUpdates `github/codeql-action` from 3.26.6 to 3.26.7\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/4dd16135b69a43b6c8efb853346f8437d92d3c93...8214744c546c1e5c8f03dde8fab3a7353211988d)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: github-actions\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github/codeql-action in the github-actions group"}},{"before":"787aa835d78e937427b6ebc2b5cc05291f7b18c1","after":"eca8383e89511678fc06a71a1e4da31efbaed3d5","ref":"refs/heads/gh-pages","pushedAt":"2024-09-10T15:50:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT","shortMessageHtmlLink":"Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT"}},{"before":"7bc08c1e98c1518752cb322e84acc0f473adc4fb","after":null,"ref":"refs/heads/test_672957783","pushedAt":"2024-09-10T15:25:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"930cc5833ad736cc3bebf1260d30f4b9504177ec","after":"7bc08c1e98c1518752cb322e84acc0f473adc4fb","ref":"refs/heads/master","pushedAt":"2024-09-10T15:25:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Remove stale comments about `@NonNull` annotations in the JDK.\n\nOur nullness checking has seen `@NonNull` annotations in the JDK since cl/648064454.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 672970833","shortMessageHtmlLink":"Remove stale comments about @NonNull annotations in the JDK."}},{"before":"d87d125413adadfba46b7e6d3348c3c3a406d4be","after":"7bc08c1e98c1518752cb322e84acc0f473adc4fb","ref":"refs/heads/test_672957783","pushedAt":"2024-09-10T15:25:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Remove stale comments about `@NonNull` annotations in the JDK.\n\nOur nullness checking has seen `@NonNull` annotations in the JDK since cl/648064454.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 672970833","shortMessageHtmlLink":"Remove stale comments about @NonNull annotations in the JDK."}},{"before":null,"after":"d87d125413adadfba46b7e6d3348c3c3a406d4be","ref":"refs/heads/test_672957783","pushedAt":"2024-09-10T14:52:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Remove stale comments about `@NonNull` annotations in the JDK.\n\nOur nullness checking has seen `@NonNull` annotations in the JDK since cl/648064454.\n\nRELNOTES=n/a\nPiperOrigin-RevId: 672957783","shortMessageHtmlLink":"Remove stale comments about @NonNull annotations in the JDK."}},{"before":"ce20b5fd392fe8a9643f390a56250949f52c3bb6","after":"787aa835d78e937427b6ebc2b5cc05291f7b18c1","ref":"refs/heads/gh-pages","pushedAt":"2024-09-09T17:20:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT","shortMessageHtmlLink":"Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT"}},{"before":"8ad82618486e43e443ef5b806fddd94b96a93a07","after":null,"ref":"refs/heads/dependabot/github_actions/github-actions-bc3bba8501","pushedAt":"2024-09-09T16:55:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"930cc5833ad736cc3bebf1260d30f4b9504177ec","after":null,"ref":"refs/heads/test_672553663","pushedAt":"2024-09-09T16:55:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"bb9fc2316edd256f65a28a6a01bc4cd36493ee46","after":"930cc5833ad736cc3bebf1260d30f4b9504177ec","ref":"refs/heads/master","pushedAt":"2024-09-09T16:55:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Bump actions/setup-java from 4.2.2 to 4.3.0 in the\n github-actions group\n\nBumps the github-actions group with 1 update: [actions/setup-java](https://github.com/actions/setup-java).\n\nUpdates `actions/setup-java` from 4.2.2 to 4.3.0\n- [Release notes](https://github.com/actions/setup-java/releases)\n- [Commits](https://github.com/actions/setup-java/compare/6a0805fcefea3d4657a47ac4c165951e33482018...2dfa2011c5b2a0f1489bf9e433881c92c1631f88)\n\nFixes #7389\n\nRELNOTES=n/a\nPiperOrigin-RevId: 672578189","shortMessageHtmlLink":"Bump actions/setup-java from 4.2.2 to 4.3.0 in the"}},{"before":"d645ed9c7aaecc8b197fedb4333f7447c1d0449b","after":"930cc5833ad736cc3bebf1260d30f4b9504177ec","ref":"refs/heads/test_672553663","pushedAt":"2024-09-09T16:55:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Bump actions/setup-java from 4.2.2 to 4.3.0 in the\n github-actions group\n\nBumps the github-actions group with 1 update: [actions/setup-java](https://github.com/actions/setup-java).\n\nUpdates `actions/setup-java` from 4.2.2 to 4.3.0\n- [Release notes](https://github.com/actions/setup-java/releases)\n- [Commits](https://github.com/actions/setup-java/compare/6a0805fcefea3d4657a47ac4c165951e33482018...2dfa2011c5b2a0f1489bf9e433881c92c1631f88)\n\nFixes #7389\n\nRELNOTES=n/a\nPiperOrigin-RevId: 672578189","shortMessageHtmlLink":"Bump actions/setup-java from 4.2.2 to 4.3.0 in the"}},{"before":null,"after":"d645ed9c7aaecc8b197fedb4333f7447c1d0449b","ref":"refs/heads/test_672553663","pushedAt":"2024-09-09T16:28:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Bump actions/setup-java from 4.2.2 to 4.3.0 in the\n github-actions group\n\nBumps the github-actions group with 1 update: [actions/setup-java](https://github.com/actions/setup-java).\n\nUpdates `actions/setup-java` from 4.2.2 to 4.3.0\n- [Release notes](https://github.com/actions/setup-java/releases)\n- [Commits](https://github.com/actions/setup-java/compare/6a0805fcefea3d4657a47ac4c165951e33482018...2dfa2011c5b2a0f1489bf9e433881c92c1631f88)\n\nFixes #7389\n\nRELNOTES=n/a\nPiperOrigin-RevId: 672553663","shortMessageHtmlLink":"Bump actions/setup-java from 4.2.2 to 4.3.0 in the"}},{"before":null,"after":"8ad82618486e43e443ef5b806fddd94b96a93a07","ref":"refs/heads/dependabot/github_actions/github-actions-bc3bba8501","pushedAt":"2024-09-09T15:16:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/setup-java from 4.2.2 to 4.3.0 in the github-actions group\n\nBumps the github-actions group with 1 update: [actions/setup-java](https://github.com/actions/setup-java).\n\n\nUpdates `actions/setup-java` from 4.2.2 to 4.3.0\n- [Release notes](https://github.com/actions/setup-java/releases)\n- [Commits](https://github.com/actions/setup-java/compare/6a0805fcefea3d4657a47ac4c165951e33482018...2dfa2011c5b2a0f1489bf9e433881c92c1631f88)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-java\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: github-actions\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/setup-java from 4.2.2 to 4.3.0 in the github-actions group"}},{"before":"4889663cbd0fe4e95cd20bd00f5680f24734e239","after":"ce20b5fd392fe8a9643f390a56250949f52c3bb6","ref":"refs/heads/gh-pages","pushedAt":"2024-09-04T18:55:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT","shortMessageHtmlLink":"Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT"}},{"before":"bed55310c06037048e41b4555929c07f76597188","after":null,"ref":"refs/heads/dependabot/github_actions/github-actions-6f7028051e","pushedAt":"2024-09-04T18:31:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"bb9fc2316edd256f65a28a6a01bc4cd36493ee46","after":null,"ref":"refs/heads/test_670238696","pushedAt":"2024-09-04T18:31:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"27c544073648972726f96a1f65332969079ee594","after":"bb9fc2316edd256f65a28a6a01bc4cd36493ee46","ref":"refs/heads/master","pushedAt":"2024-09-04T18:31:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Bump the github-actions group with 2 updates\n\nBumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [github/codeql-action](https://github.com/github/codeql-action).\n\nUpdates `actions/upload-artifact` from 4.3.6 to 4.4.0\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/834a144ee995460fba8ed112a2fc961b36a5ec5a...50769540e7f4bd5e21e526ee35c689e35e0d6874)\n\nUpdates `github/codeql-action` from 3.26.5 to 3.26.6\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/2c779ab0d087cd7fe7b826087247c2c81f27bfa6...4dd16135b69a43b6c8efb853346f8437d92d3c93)\n\nFixes #7386\n\nRELNOTES=n/a\nPiperOrigin-RevId: 671039923","shortMessageHtmlLink":"Bump the github-actions group with 2 updates"}},{"before":"5cc1c4709747ef11540ab4517e2f1028df57c4b1","after":"bb9fc2316edd256f65a28a6a01bc4cd36493ee46","ref":"refs/heads/test_670238696","pushedAt":"2024-09-04T18:31:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Bump the github-actions group with 2 updates\n\nBumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [github/codeql-action](https://github.com/github/codeql-action).\n\nUpdates `actions/upload-artifact` from 4.3.6 to 4.4.0\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/834a144ee995460fba8ed112a2fc961b36a5ec5a...50769540e7f4bd5e21e526ee35c689e35e0d6874)\n\nUpdates `github/codeql-action` from 3.26.5 to 3.26.6\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/2c779ab0d087cd7fe7b826087247c2c81f27bfa6...4dd16135b69a43b6c8efb853346f8437d92d3c93)\n\nFixes #7386\n\nRELNOTES=n/a\nPiperOrigin-RevId: 671039923","shortMessageHtmlLink":"Bump the github-actions group with 2 updates"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xN1QxODozODo1Mi4wMDAwMDBazwAAAAS43642","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xN1QxODozODo1Mi4wMDAwMDBazwAAAAS43642","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wNFQxODozMTo0NC4wMDAwMDBazwAAAAStC5fF"}},"title":"Activity ยท google/guava"}