{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":54143857,"defaultBranch":"master","name":"bowerick","ownerLogin":"ruedigergad","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-03-17T18:56:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1520895?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1701546453.0","currentOid":""},"activityList":{"items":[{"before":"1724ad654dae0e2fedc091ca1a13ae6dc695159d","after":"61b257f228aa697a572a8ffec45c2406611e1c39","ref":"refs/heads/master","pushedAt":"2024-05-11T20:30:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ruedigergad","name":"Rüdiger Gad","path":"/ruedigergad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1520895?s=80&v=4"},"commit":{"message":"Update dependencies.","shortMessageHtmlLink":"Update dependencies."}},{"before":"3769298a8eca7d94f75a42e6c4dd3f24572ebaca","after":"1724ad654dae0e2fedc091ca1a13ae6dc695159d","ref":"refs/heads/master","pushedAt":"2024-02-15T19:03:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ruedigergad","name":"Rüdiger Gad","path":"/ruedigergad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1520895?s=80&v=4"},"commit":{"message":"Try to be more clear in the explanation.\n\nThe previous version could be misleading when trying to use the\nmessage consumer and generator together with the standalone broker.","shortMessageHtmlLink":"Try to be more clear in the explanation."}},{"before":"1dd183b0526639c351e8415c59f57a30e35d0422","after":"3769298a8eca7d94f75a42e6c4dd3f24572ebaca","ref":"refs/heads/master","pushedAt":"2024-01-28T09:52:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ruedigergad","name":"Rüdiger Gad","path":"/ruedigergad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1520895?s=80&v=4"},"commit":{"message":"Re-work README.md section structure.","shortMessageHtmlLink":"Re-work README.md section structure."}},{"before":"74a62e484eb3fe654c9380ec01c0b9076d3937a6","after":"1dd183b0526639c351e8415c59f57a30e35d0422","ref":"refs/heads/master","pushedAt":"2024-01-13T21:55:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ruedigergad","name":"Rüdiger Gad","path":"/ruedigergad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1520895?s=80&v=4"},"commit":{"message":"Generate coveralls output.","shortMessageHtmlLink":"Generate coveralls output."}},{"before":"e2cd8757a4ea8a4e55f8f3b52e1a515d941ed97c","after":"74a62e484eb3fe654c9380ec01c0b9076d3937a6","ref":"refs/heads/master","pushedAt":"2024-01-13T21:50:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ruedigergad","name":"Rüdiger Gad","path":"/ruedigergad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1520895?s=80&v=4"},"commit":{"message":"Do not instrument bowerick.java-interfaces for cloverage.\n\nThe problem observed in commit 2650a00ad97fc0415512c251b602c3dbf8f9f318 was:\n actual: java.lang.LinkageError: loader constraint violation: when resolving method 'java.lang.AutoCloseable bowerick.JmsController.createJsonConsumer(java.lang.String, java.lang.String, bowerick.JmsConsumerCallback, int)' the class loader clojure.lang.DynamicClassLoader @3df99d5e of the current class, bowerick/test/java_interop$fn__5146, and the class loader 'app' for the method's defining class, bowerick/JmsController, have different Class objects for the type bowerick/JmsConsumerCallback used in the signature (bowerick.test.java_interop$fn__5146 is in unnamed module of loader clojure.lang.DynamicClassLoader @3df99d5e, parent loader clojure.lang.DynamicClassLoader @5d95c7c2; bowerick.JmsController is in unnamed module of loader 'app')\n at bowerick.test.java_interop$fn__5146.invokeStatic (java_interop.clj:96)\n\nIt looks like that cloverage uses a different class loader for the\nintrumented code. This seems to have caused a problem when implementing\nthe JmsConsumerCallback interface in the test function, which seems to\nhave used a different class loader than the class loader that was used\nfor the instrumented code.\nAvoiding intstrumentation of bowerick.java-interfaces fixes the issue\nwith cloverage.","shortMessageHtmlLink":"Do not instrument bowerick.java-interfaces for cloverage."}},{"before":"2650a00ad97fc0415512c251b602c3dbf8f9f318","after":"e2cd8757a4ea8a4e55f8f3b52e1a515d941ed97c","ref":"refs/heads/master","pushedAt":"2024-01-13T19:05:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ruedigergad","name":"Rüdiger Gad","path":"/ruedigergad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1520895?s=80&v=4"},"commit":{"message":"Remove lein script. CircleCI uses lein from docker image.","shortMessageHtmlLink":"Remove lein script. CircleCI uses lein from docker image."}},{"before":"630421c890e07197aaf7cbb7b5e1df5b35f3f8f8","after":"2650a00ad97fc0415512c251b602c3dbf8f9f318","ref":"refs/heads/master","pushedAt":"2023-12-31T17:03:44.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ruedigergad","name":"Rüdiger Gad","path":"/ruedigergad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1520895?s=80&v=4"},"commit":{"message":"Disable cloverage, for now.\n\nSomething in the code coverage instrumentation seems not to work jointly\nwith Java Interop and classloading:\n\n actual: java.lang.LinkageError: loader constraint violation: when resolving method 'java.lang.AutoCloseable bowerick.JmsController.createJsonConsumer(java.lang.String, java.lang.String, bowerick.JmsConsumerCallback, int)' the class loader clojure.lang.DynamicClassLoader @3df99d5e of the current class, bowerick/test/java_interop$fn__5146, and the class loader 'app' for the method's defining class, bowerick/JmsController, have different Class objects for the type bowerick/JmsConsumerCallback used in the signature (bowerick.test.java_interop$fn__5146 is in unnamed module of loader clojure.lang.DynamicClassLoader @3df99d5e, parent loader clojure.lang.DynamicClassLoader @5d95c7c2; bowerick.JmsController is in unnamed module of loader 'app')\n at bowerick.test.java_interop$fn__5146.invokeStatic (java_interop.clj:96)","shortMessageHtmlLink":"Disable cloverage, for now."}},{"before":"29ef5bf613b8492b759ddef733d01ccaca85e5b7","after":"630421c890e07197aaf7cbb7b5e1df5b35f3f8f8","ref":"refs/heads/master","pushedAt":"2023-12-31T15:07:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ruedigergad","name":"Rüdiger Gad","path":"/ruedigergad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1520895?s=80&v=4"},"commit":{"message":"Use different example as template.\n\nExample taken from:\nhttps://github.com/coverallsapp/orb","shortMessageHtmlLink":"Use different example as template."}},{"before":"c2482a5220a875b0b653bb13a73efa6b57880bf4","after":"29ef5bf613b8492b759ddef733d01ccaca85e5b7","ref":"refs/heads/master","pushedAt":"2023-12-31T14:25:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ruedigergad","name":"Rüdiger Gad","path":"/ruedigergad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1520895?s=80&v=4"},"commit":{"message":"Try to mimic example config more precisely.","shortMessageHtmlLink":"Try to mimic example config more precisely."}},{"before":"bd9e6a46184c22beb34c33f0fa297743d6c29866","after":"c2482a5220a875b0b653bb13a73efa6b57880bf4","ref":"refs/heads/master","pushedAt":"2023-12-31T14:22:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ruedigergad","name":"Rüdiger Gad","path":"/ruedigergad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1520895?s=80&v=4"},"commit":{"message":"workflows need to be underneath the orb.","shortMessageHtmlLink":"workflows need to be underneath the orb."}},{"before":"14ba22a17be7b84cb353fba722544940adda9401","after":"bd9e6a46184c22beb34c33f0fa297743d6c29866","ref":"refs/heads/master","pushedAt":"2023-12-31T14:20:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ruedigergad","name":"Rüdiger Gad","path":"/ruedigergad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1520895?s=80&v=4"},"commit":{"message":"Re-add workflow.","shortMessageHtmlLink":"Re-add workflow."}},{"before":"144cd5234250caa534ea6e96e8092376f761fe20","after":"14ba22a17be7b84cb353fba722544940adda9401","ref":"refs/heads/master","pushedAt":"2023-12-31T14:19:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ruedigergad","name":"Rüdiger Gad","path":"/ruedigergad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1520895?s=80&v=4"},"commit":{"message":"Update orb version.","shortMessageHtmlLink":"Update orb version."}},{"before":"70630065d882ffd40da31284e091b6cfa609a15e","after":"144cd5234250caa534ea6e96e8092376f761fe20","ref":"refs/heads/master","pushedAt":"2023-12-31T14:14:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ruedigergad","name":"Rüdiger Gad","path":"/ruedigergad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1520895?s=80&v=4"},"commit":{"message":"Try to re-enable coveralls.","shortMessageHtmlLink":"Try to re-enable coveralls."}},{"before":"bfa4da13b3b3f7c4262fcd685b52c41ca33dccc8","after":"70630065d882ffd40da31284e091b6cfa609a15e","ref":"refs/heads/master","pushedAt":"2023-12-31T09:40:59.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ruedigergad","name":"Rüdiger Gad","path":"/ruedigergad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1520895?s=80&v=4"},"commit":{"message":"Fix quotation mark handling in entrypoint command.","shortMessageHtmlLink":"Fix quotation mark handling in entrypoint command."}},{"before":"7dba1329ac06e994d11893738e2fa5b86ccd32be","after":"bfa4da13b3b3f7c4262fcd685b52c41ca33dccc8","ref":"refs/heads/master","pushedAt":"2023-12-02T19:56:41.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"ruedigergad","name":"Rüdiger Gad","path":"/ruedigergad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1520895?s=80&v=4"},"commit":{"message":"Update CI Badges.\n\nRemove TravisCI and SemaphoreCI badge.\nThey used to work in the past but there seem to have been changes to the\nCI hosters that broke the build.\nAdd CircleCI, this still seems to work in other repositories.","shortMessageHtmlLink":"Update CI Badges."}},{"before":"7dba1329ac06e994d11893738e2fa5b86ccd32be","after":"444b26c965642b137598bcc76c15b7ec03a6003e","ref":"refs/heads/circleci-project-setup","pushedAt":"2023-12-02T19:47:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ruedigergad","name":"Rüdiger Gad","path":"/ruedigergad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1520895?s=80&v=4"},"commit":{"message":"Add .circleci/config.yml","shortMessageHtmlLink":"Add .circleci/config.yml"}},{"before":null,"after":"7dba1329ac06e994d11893738e2fa5b86ccd32be","ref":"refs/heads/circleci-project-setup","pushedAt":"2023-12-02T19:47:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ruedigergad","name":"Rüdiger Gad","path":"/ruedigergad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1520895?s=80&v=4"},"commit":{"message":"Revert to snapshot version.","shortMessageHtmlLink":"Revert to snapshot version."}},{"before":"21f498a31cb9f90ab43c17970d84cd5f6e3a9ac4","after":"7dba1329ac06e994d11893738e2fa5b86ccd32be","ref":"refs/heads/master","pushedAt":"2023-12-02T14:36:35.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"ruedigergad","name":"Rüdiger Gad","path":"/ruedigergad","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1520895?s=80&v=4"},"commit":{"message":"Revert to snapshot version.","shortMessageHtmlLink":"Revert to snapshot version."}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNS0xMVQyMDozMDozMC4wMDAwMDBazwAAAARHZOy-","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNS0xMVQyMDozMDozMC4wMDAwMDBazwAAAARHZOy-","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMi0wMlQxNDozNjozNS4wMDAwMDBazwAAAAO-RV1G"}},"title":"Activity · ruedigergad/bowerick"}