I love the FusionReactor integration with Commandbox servers. It’s a huge help when developing apps. However, I met with David T at FusionReactor this morning and noticed that the Commandbox version of FR is 12.1.1, but the most current version is 2025.1.0.
I tried following the doc instructions and re-ran install commandbox-fusionreactor, but it seems to be stuck on version 12.
Is there a way to bump it to the next major version?
I’m waiting for someone to test it and send me a pull request to the module to update it. You’re about the 4th person to ask, but still no pull has been sent
No worries-- and for the record, the reason I set up the module to automatically grab new minor or patch versions of FR, but NOT to automatically grab new major versions is because major versions (per semantic version) rules can introduce breaking changes into a library. For a user with a given version of the CommandBox module installed, I don’t want them to restart their server one day and suddenly it’s broken in prod because FR rolled out a new major version overnight with breaking changes. FR tends to be pretty backwards compat, but I want to be safe. When a new major version of FR comes out, I’ll let people test it a bit before updating the module to use it, and I always do a major bump of the module version as well. So if you have an older version of the module, you’ll need to force the major update to “opt into” the new major version update of FusionReactor.