diff --git a/LICENSE b/LICENSE index 3003fda..5d240f5 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 CodeCrafters (CN) + Copyright 2023-2024 OnixByte (HK) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/devkit-core/src/main/java/com/onixbyte/devkit/core/exceptions/NotImplementedException.java b/devkit-core/src/main/java/com/onixbyte/devkit/core/exceptions/NotImplementedException.java index 3d6a060..3c88b7c 100644 --- a/devkit-core/src/main/java/com/onixbyte/devkit/core/exceptions/NotImplementedException.java +++ b/devkit-core/src/main/java/com/onixbyte/devkit/core/exceptions/NotImplementedException.java @@ -18,14 +18,12 @@ package com.onixbyte.devkit.core.exceptions; /** - * The {@code NotImplementedException} class is a custom runtime exception - * that represents a situation where a particular method or functionality is - * not implemented or is currently unavailable in the codebase. + * The {@code NotImplementedException} class is a custom runtime exception that represents a situation where a + * particular method or functionality is not implemented or is currently unavailable in the codebase. *
- * This exception is typically thrown when developers need to indicate that a - * specific part of the code is incomplete or requires further implementation. - * It serves as a placeholder to highlight unfinished sections of the - * application during development and testing phases. + * This exception is typically thrown when developers need to indicate that a specific part of the code is incomplete + * or requires further implementation. It serves as a placeholder to highlight unfinished sections of the application + * during development and testing phases. *
* Usage Example: *
@@ -54,15 +52,13 @@ package com.onixbyte.devkit.core.exceptions;
public class NotImplementedException extends RuntimeException {
/**
- * Creates a new {@code NotImplementedException} with no specific error
- * message.
+ * Creates a new {@code NotImplementedException} with no specific error message.
*/
public NotImplementedException() {
}
/**
- * Creates a new {@code NotImplementedException} with the provided error
- * message.
+ * Creates a new {@code NotImplementedException} with the provided error message.
*
* @param message the error message associated with this exception
*/
@@ -71,8 +67,7 @@ public class NotImplementedException extends RuntimeException {
}
/**
- * Creates a new {@code NotImplementedException} with the specified error
- * message and a cause for this exception.
+ * Creates a new {@code NotImplementedException} with the specified error message and a cause for this exception.
*
* @param message the error message associated with this exception
* @param cause the cause of this exception
@@ -91,8 +86,8 @@ public class NotImplementedException extends RuntimeException {
}
/**
- * Creates a new {@code NotImplementedException} with the specified error
- * message, cause, suppression flag, and stack trace writable flag.
+ * Creates a new {@code NotImplementedException} with the specified error message, cause, suppression flag, and
+ * stack trace writable flag.
*
* @param message the error message associated with this
* exception
diff --git a/devkit-core/src/main/resources/logback.xml b/devkit-core/src/main/resources/logback.xml
index f229a7e..6d26440 100644
--- a/devkit-core/src/main/resources/logback.xml
+++ b/devkit-core/src/main/resources/logback.xml
@@ -1,6 +1,6 @@
+
+
+
+
+
+
+
+
+ ${COLOURFUL_OUTPUT}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/num4j/src/main/resources/logback.xml b/num4j/src/main/resources/logback.xml
new file mode 100644
index 0000000..1cf5a50
--- /dev/null
+++ b/num4j/src/main/resources/logback.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+ ${COLOURFUL_OUTPUT}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/property-guard-spring-boot-starter/src/main/resources/logback.xml b/property-guard-spring-boot-starter/src/main/resources/logback.xml
index f229a7e..6d26440 100644
--- a/property-guard-spring-boot-starter/src/main/resources/logback.xml
+++ b/property-guard-spring-boot-starter/src/main/resources/logback.xml
@@ -1,6 +1,6 @@