Skip to content

Releases: hakan-krgn/spigot-injection

spigot-injection | Version Upgrades

07 Sep 09:36
Compare
Choose a tag to compare
  • Upgraded basic dependency injection version. (e5ba8ec)

spigot-injection | Improvements

06 Sep 10:14
Compare
Choose a tag to compare
  • Changed workflow name and step names. (d4ef29c)
  • Added dependabot.yml. (01a0e0e)
  • Added ignore section for spigot dependency to dependabot.yml. (fd770be)
  • Added gitattributes file. (f89d68b)
  • Reformat build.gradle and upgrade basic-di version. (69beadc)

spigot-injection | Workflows and Upgrades

31 Aug 19:54
Compare
Choose a tag to compare
  • Added build workflow for pull request and pushes. (b9f860a)
  • Added .editorconfig for code style. (e8d3954)
  • Upgraded gradle wrapper and reformat codes. (7d13e8a)
  • Added test implementations of junit5. (f6feb7f)
  • Upgraded shadow plugin version. (bba2d8a)
  • Upgraded basic dependency injection version. (93ae0e1)
  • Removed tests. (90935a8)
  • Removed unnecessary test implementation. (fa197b9)

spigot-injection | Improvements

15 Aug 16:49
Compare
Choose a tag to compare
  • Updated basic dependency injection version. (66c47c9)
  • Improved connection creation for native database support. (fc61e6e)
  • Added parallel build and caching to improve build performance. (8b08067)

spigot-injection | Version Upgrades

27 Jul 13:05
Compare
Choose a tag to compare
  • Upgraded basic-dependency-injection version. (66c47c9)

spigot-injection | Hibernate Improvments

27 Jul 08:17
Compare
Choose a tag to compare
  • Changed jitpack build version as 11. (942343e)
  • Updated gradle wrapper version. (f813cbf)
  • Fixed source compatibility issue. (5be39bd)
  • Separated hibernate as java8 and upper. (7e453c1)

spigot-injection | Hibernate Improvments

25 Jul 13:47
cdb5eb0
Compare
Choose a tag to compare
  • Removed unnecessary credential and properties field from Repository annotation. (65cba36)
  • Created DbProperties class to handle hibernate properties. (65cba36)
  • Added new static creation methods for DbCredential and DbProperties. (65cba36)
  • Added new methods and fix transactional issues in DbConnection. (65cba36)

spigot-injection | Hibernate fixes

19 Jul 11:56
Compare
Choose a tag to compare
  • Added new exception messages for transactions. (30ab0f3)
  • Downgraded hibernate version for java 8 relocation. (bfc3758)
  • Changed mysql dialect as MySQL8Dialect. (eeb0d17)

spigot-injection | Maven publication

17 Jul 15:11
Compare
Choose a tag to compare
  • Updated basic-dependency-injection version. (e26f13e)
  • Removed unnecessary creation methods from ReflectionUtils. (0e3ab40)
  • Added scanner checks remove unused annotation. (b695c8c)
  • Added new error checks for bootstrap cache. (6e1b70f)
  • Fixed bootstrap execution issue because of scanner. (81cf685)

spigot-injection | Improvements

16 Jul 17:00
Compare
Choose a tag to compare
  • Added a cache system for bootstraps. (c29f197)
  • Added char and enum support for parameter suppliers. (a07261c)