Beatrice Dellacà bea
bea pushed to main at bea/HidekoBot 2023-01-16 03:53:55 +01:00
546637c188 Improve various small code quality issues
bea opened issue bea/HidekoBot#14 2023-01-16 02:41:50 +01:00
Implement maven-release-plugin
bea commented on issue bea/HidekoBot#13 2023-01-16 02:36:06 +01:00
Improve final Objects handling

This was partially addressed in 94037b252f. More checks are due.

bea pushed to main at bea/HidekoBot 2023-01-16 02:32:49 +01:00
d315b3f38a Bump to development version
bea pushed to main at bea/HidekoBot 2023-01-16 02:31:14 +01:00
94037b252f Improve final fields naming
bea commented on issue bea/HidekoBot#13 2023-01-16 02:22:51 +01:00
Improve final Objects handling

Keep in mind that not all final constants are required to be uppercase. Non-static fields and local variables are often left in camel case.

See: [Link 1](https://softwareengineering.stackexc…

bea pushed to main at bea/HidekoBot 2023-01-16 02:18:27 +01:00
d62d6bdfdd Bump to stable version 0.5.19
bea opened issue bea/HidekoBot#13 2023-01-16 02:16:36 +01:00
Fix final variables treatment
bea pushed to main at bea/HidekoBot 2023-01-16 02:11:19 +01:00
7f73d4fb23 Fix shutdown method no longer shutting down when invocated directly
bea pushed to main at bea/HidekoBot 2023-01-16 02:07:30 +01:00
383b09a53e Register shutdown hook without relying on Sun proprietary method
bea pushed to main at bea/HidekoBot 2023-01-16 01:48:01 +01:00
c9d69c512c Enable arm64 for Drone CI
bea pushed to main at bea/HidekoBot 2023-01-16 00:41:49 +01:00
8b1c1b4d04 Make repository URL a property
bea pushed to main at bea/HidekoBot 2023-01-16 00:33:56 +01:00
a28781b806 Update repo URLs
bea commented on issue bea/HidekoBot#10 2023-01-15 23:08:49 +01:00
Use JDA's provided logger

We switched to SLF4J and the internal Logger is now deprecated.

bea closed issue bea/HidekoBot#10 2023-01-15 23:08:49 +01:00
Use JDA's provided logger
bea commented on issue bea/HidekoBot#12 2023-01-15 23:07:58 +01:00
Update Random seed updater task

Fixed. Now, the seed is only updated periodically if the Random.org integration is enabled. Otherwise, we rely on SecureRandom by letting it self-seed.

bea closed issue bea/HidekoBot#12 2023-01-15 23:07:58 +01:00
Update Random seed updater task
bea pushed to main at bea/HidekoBot 2023-01-15 23:02:47 +01:00
78bdadad06 Add info about random.org
a5b9f9d993 Add basic development info to readme
Compare 2 commits »
bea pushed to main at bea/HidekoBot 2023-01-15 22:21:24 +01:00
64f0b611ca Bump to stable version 0.5.18
bea pushed to main at bea/HidekoBot 2023-01-15 22:14:11 +01:00
f87d461b89 Update README.md