Skip to content

Commit 6793e90

Browse files
author
Zihlu Wang
authored
Merge pull request #74 from onixbyte/release/2.4.0
Release 2.4.0
2 parents 81f6acb + a2b4cef commit 6793e90

File tree

32 files changed

+44
-2517
lines changed

32 files changed

+44
-2517
lines changed

.editorconfig

Lines changed: 2 additions & 1298 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# JDevKit
1+
# OnixByte Toolbox
22

33
![Static Badge](https://img.shields.io/badge/dynamic/xml?url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fonixbyte%2Fdevkit-bom%2Fmaven-metadata.xml&query=%2F%2Fmetadata%2Fversioning%2Flatest&label=version)
44
![Static Badge](https://img.shields.io/badge/licence-Apache_2.0-green)
55
![Static Badge](https://img.shields.io/badge/JDK-%E2%89%A517-blue)
66

77

8-
JDevKit is a Java Development Kit that offers a set of convenient tools for writing code efficiently.
8+
OnixByte Toolbox is a Java Development Kit that offers a set of convenient tools for writing code efficiently.
99

1010
## Installation and Usage
1111

@@ -40,4 +40,4 @@ This project is licensed under the [Apache License 2.0](LICENSE).
4040
## Contact
4141
If you have any suggestions, ideas, don't hesitate contacting us via [GitHub Issues](https://github.com/CodeCraftersCN/jdevkit/issues/new) or [Discord Community](https://discord.gg/NQK9tjcBB8).
4242

43-
If you face any bugs while using our library and you are able to fix any bugs in our library, we would be happy to accept pull requests from you on [GitHub](https://github.com/CodeCraftersCN/jdevkit/compare).
43+
If you face any bugs while using our library and you are able to fix any bugs in our library, we would be happy to accept pull requests from you on [GitHub](https://github.com/CodeCraftersCN/jdevkit/compare).

devkit-bom/build.gradle.kts

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,13 @@ repositories {
3737

3838
dependencies {
3939
constraints {
40-
api("com.onixbyte:devkit-core:$artefactVersion")
4140
api("com.onixbyte:devkit-utils:$artefactVersion")
4241
api("com.onixbyte:guid:$artefactVersion")
4342
api("com.onixbyte:key-pair-loader:$artefactVersion")
44-
api("com.onixbyte:map-util-unsafe:$artefactVersion")
4543
api("com.onixbyte:num4j:$artefactVersion")
4644
api("com.onixbyte:simple-jwt-facade:$artefactVersion")
4745
api("com.onixbyte:simple-jwt-authzero:$artefactVersion")
4846
api("com.onixbyte:simple-jwt-spring-boot-starter:$artefactVersion")
49-
api("com.onixbyte:property-guard-spring-boot-starter:$artefactVersion")
50-
api("com.onixbyte:simple-serial-spring-boot-starter:$artefactVersion")
5147
}
5248
}
5349

@@ -59,8 +55,8 @@ publishing {
5955
version = artefactVersion
6056

6157
pom {
62-
name = "DevKit BOM"
63-
description = "Using BOM could use unified OnixByte JDevKit."
58+
name = "OnixByte Version Catalogue"
59+
description = "OnixByte DevKit BOM is designed to manage dependency versions centrally."
6460
url = projectUrl
6561

6662
licenses {
@@ -71,8 +67,8 @@ publishing {
7167
}
7268

7369
scm {
74-
connection = "scm:git:git://github.com:OnixByte/devkit-bom.git"
75-
developerConnection = "scm:git:git://github.com:OnixByte/devkit-bom.git"
70+
connection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git"
71+
developerConnection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git"
7672
url = projectGithubUrl
7773
}
7874

@@ -93,8 +89,6 @@ publishing {
9389
}
9490
}
9591

96-
print(components)
97-
9892
from(components["javaPlatform"])
9993

10094
signing {
@@ -113,4 +107,4 @@ publishing {
113107
}
114108
}
115109
}
116-
}
110+
}

devkit-core/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

devkit-core/build.gradle.kts

Lines changed: 0 additions & 126 deletions
This file was deleted.

devkit-core/src/main/java/com/onixbyte/devkit/core/exceptions/NotImplementedException.java

Lines changed: 0 additions & 93 deletions
This file was deleted.

devkit-core/src/main/resources/logback.xml

Lines changed: 0 additions & 34 deletions
This file was deleted.

devkit-core/src/test/java/com/onixbyte/devkit/core/exceptions/NotImplementationExceptionTest.java

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)