{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":136397019,"defaultBranch":"master","name":"EventBus","ownerLogin":"MinecraftForge","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-06-06T23:36:39.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1390178?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1698170921.0","currentOid":""},"activityList":{"items":[{"before":"6fb1fcc90c65071621a9300ab1d26df0746d6cbd","after":"f29ef3d81dee2bd1808f9e54354246b25ac1175d","ref":"refs/heads/master","pushedAt":"2024-08-23T19:48:53.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"LexManos","name":"LexManos","path":"/LexManos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/702211?s=80&v=4"},"commit":{"message":"Add Wrappd benchmark to git ignore","shortMessageHtmlLink":"Add Wrappd benchmark to git ignore"}},{"before":"6d0589dfbf9adf148de0bff70911502a1c8f8a0c","after":"6fb1fcc90c65071621a9300ab1d26df0746d6cbd","ref":"refs/heads/master","pushedAt":"2024-08-20T19:44:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LexManos","name":"LexManos","path":"/LexManos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/702211?s=80&v=4"},"commit":{"message":"Remove reliance on JDK internals in ClassFactory (#58)","shortMessageHtmlLink":"Remove reliance on JDK internals in ClassFactory (#58)"}},{"before":"e2a19cbc74030579529344b59c40ba1b2ba04f1f","after":"6d0589dfbf9adf148de0bff70911502a1c8f8a0c","ref":"refs/heads/master","pushedAt":"2024-06-21T18:33:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LexManos","name":"LexManos","path":"/LexManos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/702211?s=80&v=4"},"commit":{"message":"Add `IEventBus#fire` to return the posted event object (#57)","shortMessageHtmlLink":"Add IEventBus#fire to return the posted event object (#57)"}},{"before":"85e8bc4c91598d119e3e08551676337eab627a84","after":"e2a19cbc74030579529344b59c40ba1b2ba04f1f","ref":"refs/heads/master","pushedAt":"2024-06-11T02:21:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"LexManos","name":"LexManos","path":"/LexManos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/702211?s=80&v=4"},"commit":{"message":"Add helpers to Event.Result.","shortMessageHtmlLink":"Add helpers to Event.Result."}},{"before":"9ce967e96b9b56f3ae1d95d0bd4831364d83d230","after":"85e8bc4c91598d119e3e08551676337eab627a84","ref":"refs/heads/master","pushedAt":"2024-06-11T02:18:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"LexManos","name":"LexManos","path":"/LexManos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/702211?s=80&v=4"},"commit":{"message":"Add helpers to Event.Result.","shortMessageHtmlLink":"Add helpers to Event.Result."}},{"before":"dc0fbc7865731ed30d9fc3a54dcd331ea8f8b606","after":"9ce967e96b9b56f3ae1d95d0bd4831364d83d230","ref":"refs/heads/master","pushedAt":"2024-03-18T16:06:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"LexManos","name":"LexManos","path":"/LexManos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/702211?s=80&v=4"},"commit":{"message":"Make modlauncher a compile only dependency as it is optional at runtime.","shortMessageHtmlLink":"Make modlauncher a compile only dependency as it is optional at runtime."}},{"before":"ec01e75bf78ce21b00e4675ca4370d591b9d1457","after":"dc0fbc7865731ed30d9fc3a54dcd331ea8f8b606","ref":"refs/heads/master","pushedAt":"2024-03-01T17:22:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"LexManos","name":"LexManos","path":"/LexManos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/702211?s=80&v=4"},"commit":{"message":"Fix typos and update readme.","shortMessageHtmlLink":"Fix typos and update readme."}},{"before":"8383bd619d8fc05d074bf28b60f796bb1765417d","after":"ec01e75bf78ce21b00e4675ca4370d591b9d1457","ref":"refs/heads/master","pushedAt":"2023-12-21T03:42:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LexManos","name":"LexManos","path":"/LexManos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/702211?s=80&v=4"},"commit":{"message":"Properly update classNode access flag (#54)","shortMessageHtmlLink":"Properly update classNode access flag (#54)"}},{"before":"d125933aa2577e194e5b9d8c305b445ace07baf9","after":"8383bd619d8fc05d074bf28b60f796bb1765417d","ref":"refs/heads/master","pushedAt":"2023-12-11T22:32:08.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"LexManos","name":"LexManos","path":"/LexManos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/702211?s=80&v=4"},"commit":{"message":"More benchmark work and evaluation of the backing cache classes.\nConcurrentHashMap is a perfectly fine solution performance wise especially compared to CopyOnWrite for any significantly sized cache.","shortMessageHtmlLink":"More benchmark work and evaluation of the backing cache classes."}},{"before":"c510e2cc196ae917c6221d7346aefdaa345086b6","after":"d125933aa2577e194e5b9d8c305b445ace07baf9","ref":"refs/heads/master","pushedAt":"2023-10-24T18:08:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"LexManos","name":"LexManos","path":"/LexManos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/702211?s=80&v=4"},"commit":{"message":"Restructure project into sub-projects for proper modular encapsulation and testing.\nRemove dependency on BootStrap, tests just make the classloaders themselves.\nCleanup buildscripts\nUpdate gradle to 8.4\nMoved to Github Actions","shortMessageHtmlLink":"Restructure project into sub-projects for proper modular encapsulatio…"}},{"before":"eb8e549bbf75dd3c478924615e34390e383efc45","after":"c510e2cc196ae917c6221d7346aefdaa345086b6","ref":"refs/heads/master","pushedAt":"2023-07-22T05:27:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"LexManos","name":"LexManos","path":"/LexManos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/702211?s=80&v=4"},"commit":{"message":"Introduce MONITOR phase.\nThis will disallow changing the canceled state of an event.\nDoes not work if the event bus explicitly disables phase tracking.","shortMessageHtmlLink":"Introduce MONITOR phase."}},{"before":"84663719be842aedaddabf9cd8d46a2450959c9d","after":"eb8e549bbf75dd3c478924615e34390e383efc45","ref":"refs/heads/master","pushedAt":"2023-07-03T22:09:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"LexManos","name":"LexManos","path":"/LexManos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/702211?s=80&v=4"},"commit":{"message":"Find the ModLauncher classloader when possible. (#50)","shortMessageHtmlLink":"Find the ModLauncher classloader when possible. (#50)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yM1QxOTo0ODo1My4wMDAwMDBazwAAAASirfnT","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNy0wM1QyMjowOTo1MC4wMDAwMDBazwAAAANOBKJf"}},"title":"Activity · MinecraftForge/EventBus"}