{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":429250253,"defaultBranch":"main","name":"java-properties","ownerLogin":"codejive","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-11-18T01:00:41.000Z","ownerAvatar":"https://github.com/avatars/u/56220728?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1708521248.0","currentOid":""},"activityList":{"items":[{"before":"f03fe7e308dc169eb09f263486b901ea96800d01","after":"2d98a6467741a24ef23da0bc32667fdd97368a8a","ref":"refs/heads/main","pushedAt":"2024-07-09T17:31:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"quintesse","name":"Tako Schotanus","path":"/quintesse","primaryAvatarUrl":"https://github.com/avatars/u/778793?s=80&v=4"},"commit":{"message":"Fix `Properties.store(OutputStream os, String comment)`\n\nThis fixes the store method taking an `OutputStream` by flushing and closing the writer created to wrap it.","shortMessageHtmlLink":"Fix Properties.store(OutputStream os, String comment)"}},{"before":"2fd84688a04ff453569e991504ecd0a34fe7841b","after":"f03fe7e308dc169eb09f263486b901ea96800d01","ref":"refs/heads/main","pushedAt":"2024-07-09T09:37:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"quintesse","name":"Tako Schotanus","path":"/quintesse","primaryAvatarUrl":"https://github.com/avatars/u/778793?s=80&v=4"},"commit":{"message":"Bump actions","shortMessageHtmlLink":"Bump actions"}},{"before":"256287d5c522770ccee41522b3a2b8df2366df05","after":"2fd84688a04ff453569e991504ecd0a34fe7841b","ref":"refs/heads/main","pushedAt":"2024-07-09T00:27:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"quintesse","name":"Tako Schotanus","path":"/quintesse","primaryAvatarUrl":"https://github.com/avatars/u/778793?s=80&v=4"},"commit":{"message":"Introduce putAll(Properties)\n\n- This is useful when you need to copy all the values from a `java.util.Properties` to this structure","shortMessageHtmlLink":"Introduce putAll(Properties)"}},{"before":"8be30afc9dd2cfc245236dbda9230edb67c52c28","after":"256287d5c522770ccee41522b3a2b8df2366df05","ref":"refs/heads/main","pushedAt":"2024-07-03T21:28:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"quintesse","name":"Tako Schotanus","path":"/quintesse","primaryAvatarUrl":"https://github.com/avatars/u/778793?s=80&v=4"},"commit":{"message":"docs: updated README to reflect actual implementation\n\nThe explanation of comment blocks in tre README didn't match the actual\nimplementation, it now does.","shortMessageHtmlLink":"docs: updated README to reflect actual implementation"}},{"before":"e65274a16e1de448f55624ea6663bd14da2c0826","after":"8be30afc9dd2cfc245236dbda9230edb67c52c28","ref":"refs/heads/main","pushedAt":"2024-07-03T21:18:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"quintesse","name":"Tako Schotanus","path":"/quintesse","primaryAvatarUrl":"https://github.com/avatars/u/778793?s=80&v=4"},"commit":{"message":"docs: updated README to reflect actual implementation\n\nThe explanation of comment blocks in tre README didn't match the actual\nimplementation, it now does.","shortMessageHtmlLink":"docs: updated README to reflect actual implementation"}},{"before":"3d850a13d4b5d87b2d939721ffef841cc173d91f","after":"e65274a16e1de448f55624ea6663bd14da2c0826","ref":"refs/heads/main","pushedAt":"2024-02-21T14:07:15.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"quintesse","name":"Tako Schotanus","path":"/quintesse","primaryAvatarUrl":"https://github.com/avatars/u/778793?s=80&v=4"},"commit":{"message":"docs: updated README to reflect actual implementation\n\nThe explanation of comment blocks in tre README didn't match the actual\nimplementation, it now does.","shortMessageHtmlLink":"docs: updated README to reflect actual implementation"}},{"before":"7aa0ea4102cb9ee96c29293370505d6daccb0acf","after":"5012bfbe1102f9fc9257a06f87a90e221f226fec","ref":"refs/heads/fix_20","pushedAt":"2024-02-21T13:14:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"quintesse","name":"Tako Schotanus","path":"/quintesse","primaryAvatarUrl":"https://github.com/avatars/u/778793?s=80&v=4"},"commit":{"message":"[maven-release-plugin] prepare for next development iteration","shortMessageHtmlLink":"[maven-release-plugin] prepare for next development iteration"}},{"before":null,"after":"7aa0ea4102cb9ee96c29293370505d6daccb0acf","ref":"refs/heads/fix_20","pushedAt":"2024-02-21T13:14:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"quintesse","name":"Tako Schotanus","path":"/quintesse","primaryAvatarUrl":"https://github.com/avatars/u/778793?s=80&v=4"},"commit":{"message":"[maven-release-plugin] prepare release v0.0.7","shortMessageHtmlLink":"[maven-release-plugin] prepare release v0.0.7"}},{"before":"1c63d7297f7a8e9de29c0013d16d3d979e703be1","after":null,"ref":"refs/heads/fix_20","pushedAt":"2024-02-21T13:06:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"quintesse","name":"Tako Schotanus","path":"/quintesse","primaryAvatarUrl":"https://github.com/avatars/u/778793?s=80&v=4"}},{"before":"86f4a85bebad5532968e3d5b06883d76f68c672c","after":"3d850a13d4b5d87b2d939721ffef841cc173d91f","ref":"refs/heads/main","pushedAt":"2024-02-21T13:06:25.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"quintesse","name":"Tako Schotanus","path":"/quintesse","primaryAvatarUrl":"https://github.com/avatars/u/778793?s=80&v=4"},"commit":{"message":"fix: fixes problems with missing or multiple delimiters\n\nA missing delimiter would cause the parser to hang in a loop and cause\na OOM error, while multiple delimiters would cause the parser to\nincorrectly parse the line,\n\nFixes #20","shortMessageHtmlLink":"fix: fixes problems with missing or multiple delimiters"}},{"before":null,"after":"1c63d7297f7a8e9de29c0013d16d3d979e703be1","ref":"refs/heads/fix_20","pushedAt":"2024-02-21T12:51:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"quintesse","name":"Tako Schotanus","path":"/quintesse","primaryAvatarUrl":"https://github.com/avatars/u/778793?s=80&v=4"},"commit":{"message":"fix: fixes problems with missing or multiple delimiters\n\nA missing delimiter would cause the parser to hang in a loop and cause\na OOM error, while multiple delimiters would cause the parser to\nincorrectly parse the line,\n\nFixes #20","shortMessageHtmlLink":"fix: fixes problems with missing or multiple delimiters"}},{"before":"7eccceca000ddc7df3d88753e7bc1ec9c4208df0","after":"86f4a85bebad5532968e3d5b06883d76f68c672c","ref":"refs/heads/main","pushedAt":"2023-04-13T12:13:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"quintesse","name":"Tako Schotanus","path":"/quintesse","primaryAvatarUrl":"https://github.com/avatars/u/778793?s=80&v=4"},"commit":{"message":"docs: updated version info to maven and gradle usages","shortMessageHtmlLink":"docs: updated version info to maven and gradle usages"}},{"before":"2a4c6a2e7daf28e545b7bdc1b439a61b62cf24e8","after":null,"ref":"refs/heads/fix_cursor","pushedAt":"2023-03-20T12:49:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"quintesse","name":"Tako Schotanus","path":"/quintesse","primaryAvatarUrl":"https://github.com/avatars/u/778793?s=80&v=4"}},{"before":"72591e61ac8afd1029fcc6ead14e33fe12f0556a","after":"7eccceca000ddc7df3d88753e7bc1ec9c4208df0","ref":"refs/heads/main","pushedAt":"2023-03-20T12:49:05.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"quintesse","name":"Tako Schotanus","path":"/quintesse","primaryAvatarUrl":"https://github.com/avatars/u/778793?s=80&v=4"},"commit":{"message":"docs: updated version info to maven and gradle usages","shortMessageHtmlLink":"docs: updated version info to maven and gradle usages"}},{"before":null,"after":"2a4c6a2e7daf28e545b7bdc1b439a61b62cf24e8","ref":"refs/heads/fix_cursor","pushedAt":"2023-03-20T12:45:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"quintesse","name":"Tako Schotanus","path":"/quintesse","primaryAvatarUrl":"https://github.com/avatars/u/778793?s=80&v=4"},"commit":{"message":"docs: updated version info to maven and gradle usages","shortMessageHtmlLink":"docs: updated version info to maven and gradle usages"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEevD1OAA","startCursor":null,"endCursor":null}},"title":"Activity ยท codejive/java-properties"}