test(cache): 修复CacheConfigTest边界值测试
- 修改 shouldVerifyCacheManager_withMaximumIntegerTtl 为 shouldVerifyCacheManager_withMaximumAllowedTtl - 使用正确的最大TTL值(10080分钟,7天)而不是 Integer.MAX_VALUE - 新增 shouldThrowException_whenTtlExceedsMaximum 测试验证边界检查 - 所有1266个测试用例通过 - 覆盖率: 指令81.89%, 行88.48%, 分支51.55% docs: 添加项目状态报告 - 生成 PROJECT_STATUS_REPORT.md 详细记录项目当前状态 - 包含质量指标、已完成功能、待办事项和技术债务
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sat Jan 31 09:39:21 CST 2026
|
||||
jna-platform-5.7.0.pom>aliyunmaven=
|
||||
jna-platform-5.7.0.jar>aliyunmaven=
|
||||
@@ -0,0 +1 @@
|
||||
7b3683e4fceb28433c1365250dbc1f58e4c1df2c
|
||||
@@ -0,0 +1,61 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
|
||||
http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>jna-platform</artifactId>
|
||||
<version>5.7.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Java Native Access Platform</name>
|
||||
<description>Java Native Access Platform</description>
|
||||
<url>https://github.com/java-native-access/jna</url>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>LGPL, version 2.1</name>
|
||||
<url>http://www.gnu.org/licenses/licenses.html</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License v2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:https://github.com/java-native-access/jna</connection>
|
||||
<developerConnection>scm:git:ssh://git@github.com/java-native-access/jna.git</developerConnection>
|
||||
<url>https://github.com/java-native-access/jna</url>
|
||||
</scm>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>twall</id>
|
||||
<name>Timothy Wall</name>
|
||||
<roles>
|
||||
<role>Owner</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<email>mblaesing@doppel-helix.eu</email>
|
||||
<name>Matthias Bläsing</name>
|
||||
<url>https://github.com/matthiasblaesing/</url>
|
||||
<roles>
|
||||
<role>Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>jna</artifactId>
|
||||
<version>5.7.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
@@ -0,0 +1 @@
|
||||
fd9502456793c8cbc42247849225291942e58470
|
||||
4
.m2/net/java/dev/jna/jna/5.12.1/_remote.repositories
Normal file
4
.m2/net/java/dev/jna/jna/5.12.1/_remote.repositories
Normal file
@@ -0,0 +1,4 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sat Jan 31 09:39:05 CST 2026
|
||||
jna-5.12.1.pom>aliyunmaven=
|
||||
jna-5.12.1.jar>aliyunmaven=
|
||||
1
.m2/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar.sha1
Normal file
1
.m2/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar.sha1
Normal file
@@ -0,0 +1 @@
|
||||
b1e93a735caea94f503e95e6fe79bf9cdc1e985d
|
||||
63
.m2/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom
Normal file
63
.m2/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom
Normal file
@@ -0,0 +1,63 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
|
||||
http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>jna</artifactId>
|
||||
<version>5.12.1</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Java Native Access</name>
|
||||
<description>Java Native Access</description>
|
||||
<url>https://github.com/java-native-access/jna</url>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>LGPL-2.1-or-later</name>
|
||||
<url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1</url>
|
||||
<distribution>repo</distribution>
|
||||
<comments>
|
||||
Java Native Access (JNA) is licensed under the LGPL, version 2.1 or
|
||||
later, or the Apache License, version 2.0. You can freely decide which
|
||||
license you want to apply to the project.
|
||||
</comments>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache-2.0</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
<comments>
|
||||
Java Native Access (JNA) is licensed under the LGPL, version 2.1 or
|
||||
later, or the Apache License, version 2.0. You can freely decide which
|
||||
license you want to apply to the project.
|
||||
</comments>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:https://github.com/java-native-access/jna</connection>
|
||||
<developerConnection>scm:git:ssh://git@github.com/java-native-access/jna.git</developerConnection>
|
||||
<url>https://github.com/java-native-access/jna</url>
|
||||
</scm>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>twall</id>
|
||||
<name>Timothy Wall</name>
|
||||
<roles>
|
||||
<role>Owner</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<email>mblaesing@doppel-helix.eu</email>
|
||||
<name>Matthias Bläsing</name>
|
||||
<url>https://github.com/matthiasblaesing/</url>
|
||||
<roles>
|
||||
<role>Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
</project>
|
||||
1
.m2/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom.sha1
Normal file
1
.m2/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom.sha1
Normal file
@@ -0,0 +1 @@
|
||||
28b38eb06d49cc01a0d779101788b0fe46d0973b
|
||||
4
.m2/net/java/dev/jna/jna/5.7.0/_remote.repositories
Normal file
4
.m2/net/java/dev/jna/jna/5.7.0/_remote.repositories
Normal file
@@ -0,0 +1,4 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sat Jan 31 09:39:21 CST 2026
|
||||
jna-5.7.0.pom>aliyunmaven=
|
||||
jna-5.7.0.jar>aliyunmaven=
|
||||
1
.m2/net/java/dev/jna/jna/5.7.0/jna-5.7.0.jar.sha1
Normal file
1
.m2/net/java/dev/jna/jna/5.7.0/jna-5.7.0.jar.sha1
Normal file
@@ -0,0 +1 @@
|
||||
a04e3db7cf0011d1b6a4bcfaee30ab20f077014b
|
||||
53
.m2/net/java/dev/jna/jna/5.7.0/jna-5.7.0.pom
Normal file
53
.m2/net/java/dev/jna/jna/5.7.0/jna-5.7.0.pom
Normal file
@@ -0,0 +1,53 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
|
||||
http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>jna</artifactId>
|
||||
<version>5.7.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Java Native Access</name>
|
||||
<description>Java Native Access</description>
|
||||
<url>https://github.com/java-native-access/jna</url>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>LGPL, version 2.1</name>
|
||||
<url>http://www.gnu.org/licenses/licenses.html</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License v2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:https://github.com/java-native-access/jna</connection>
|
||||
<developerConnection>scm:git:ssh://git@github.com/java-native-access/jna.git</developerConnection>
|
||||
<url>https://github.com/java-native-access/jna</url>
|
||||
</scm>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>twall</id>
|
||||
<name>Timothy Wall</name>
|
||||
<roles>
|
||||
<role>Owner</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<email>mblaesing@doppel-helix.eu</email>
|
||||
<name>Matthias Bläsing</name>
|
||||
<url>https://github.com/matthiasblaesing/</url>
|
||||
<roles>
|
||||
<role>Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
</project>
|
||||
1
.m2/net/java/dev/jna/jna/5.7.0/jna-5.7.0.pom.sha1
Normal file
1
.m2/net/java/dev/jna/jna/5.7.0/jna-5.7.0.pom.sha1
Normal file
@@ -0,0 +1 @@
|
||||
3c0db2b70071be481d92b5fc60bdc4327c016d82
|
||||
Reference in New Issue
Block a user