Skip to content

nicksguru/commons-feature-toggle-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nicks.Guru Commons Feature Toggle Starter

Latest version 🚀 Release date

Starter for making Spring beans functional/non-functional depending on feature states.

Versioning

The version format is inspired by Scalver and looks like M.yymmdd.N (in UTC timezone), where:

  • M - major version, same as in SemVer: starts from 0, increments in case of backwards incompatibility
  • yy - year minus 2000: 25 for 2025, 100 for 2100
  • mm - month (zero-padded): 01 = Jan, 02 = Feb, 12 = Dec
  • dd - day of month (zero-padded): 01 to 31
  • N - incremental build number, starts from 0 every day

Usage

See full version history on Maven Central, use as follows:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>guru.nicks.commons</groupId>
            <artifactId>bom</artifactId>
            <version>100.260218.0</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

<dependencies>
  <dependency>
      <groupId>guru.nicks.commons</groupId>
      <artifactId>feature-toggle-starter</artifactId>
  </dependency>
</dependencies>

Documentation

To browse the API documentation, click here.

This software adheres to the BDD (Behavior-Driven Development) approach. See module usage examples in Cucumber test scenarios and steps.

AI Tip

Grab a 10% discount on GLM 4.7 Coding Plan model.

🚀 Full support for 10+ top coding tools such as Claude Code, Cursor, Cline, Kilo Code, Roo Code, Sweep AI - starting at just $3 per month. Subscribe now and take advantage of the limited-time offer.

score

Disclaimer

THIS CODE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. USE AT YOUR OWN RISK.

Copyright © 2025-2026 nicks.guru. All rights reserved.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published