issues
search
policeman-tools
/
forbidden-apis
Policeman's Forbidden API Checker
Apache License 2.0
339
stars
34
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
add commons-io-unsafe-2.16.txt and commons-io-unsafe-2.16.1.txt
#250
mariemat
closed
2 months ago
3
Support commons-io 2.16
#249
janhoy
closed
2 months ago
4
Use Gradle toolchains to avoid signature parsing errors
#248
tbroyer
opened
4 months ago
0
Fix deprecations in Gradle 8.7
#247
uschindler
closed
8 months ago
0
Address gradle deprecations #245
#246
dweiss
closed
8 months ago
2
compatibility with Gradle 9.x
#245
sdavids
closed
8 months ago
11
Add commons-io 2.15, 2.15.1
#244
janhoy
closed
9 months ago
5
Clarify what retention scope is required for forbiddenapis suppression annotations
#243
laurentgo
closed
8 months ago
3
"Parsing signatures failed" if class is not found on classpath
#242
huxi
closed
8 months ago
3
Add new (default) signatures
#241
rmannibucau
opened
11 months ago
0
Add commons-io 2.15.1
#240
janhoy
closed
9 months ago
1
Please publish PGP signature for the plugin at Gradle Plugin Portal
#239
vlsi
opened
1 year ago
6
For static method calls and field accesses do not look into superclasses
#238
uschindler
closed
1 year ago
0
static method hiding produces false positives when original method is forbidden
#237
hossman
closed
1 year ago
28
Require at least Maven 3.2.5
#236
bmarwell
closed
1 year ago
3
Add support for commons-io 2.14.0
#235
uschindler
closed
1 year ago
0
Remove jdk.jfr from non portable exceptions list
#234
dreab8
closed
1 year ago
1
Check fails with "Bundled signatures resource not found: jdk-unsafe-21" despite failOnUnsupportedJava/failOnViolation disabled
#233
kohlschuetter
closed
1 year ago
7
Support commons-io-unsafe v2.12.0 and v2.13.0
#232
janhoy
closed
1 year ago
1
Consider JEP 400 for jdk-unsafe Bundled Signatures
#231
kwin
closed
1 year ago
1
Use Maven Resolver API
#230
kwin
closed
1 year ago
2
Improve javadoc of "includes" and "excludes"
#229
kwin
closed
1 year ago
1
Clarify Maven configuration parameter "includes" and "excludes"
#228
kwin
closed
1 year ago
2
Restore the previous missing classes logging using DEBUG level
#227
uschindler
closed
1 year ago
0
Provide option to enabled DEBUG level logging when using the CLI
#226
mark-vieira
closed
1 year ago
12
Remove HttpResponse.BodyHandlers.ofFile(Path) from banned method list in Java 21 signatures
#225
uschindler
closed
1 year ago
2
Add support for Java 20
#224
uschindler
closed
1 year ago
1
build warning about parameter "localRepository" after upgrading to maven 3.9.1
#223
XN137
closed
1 year ago
28
Forbidding constructors doesn't always work
#222
snuyanzin
closed
1 year ago
2
Remove plugin-init.groovy in resources and compile the plugin code with groovyc
#221
uschindler
closed
1 year ago
0
Improve messsages in the bundled signatures so they are actionable
#220
vlsi
opened
1 year ago
1
Allow to ignore failures for some signature files only
#219
guillerodriguez
opened
1 year ago
3
Unable to suppress violation in a field declaration
#218
mttjj
closed
1 year ago
3
(Gradle) How to avoid creation of a forbiddenApisTest task
#217
guillerodriguez
closed
1 year ago
2
idea: check proper use of declaration-site type variance
#216
vlsi
opened
1 year ago
8
Startup issues on Java 20
#215
pjfanning
closed
1 year ago
14
Add HttpResponse.BodyHandlers.ofFile(Path) to banned method lists (buggy)
#214
dweiss
closed
1 year ago
2
Project Loom does not play well with synchronized, so WDYT of adding support for "forbid use of synchronized"?
#213
vlsi
opened
1 year ago
4
Annotate task with `@CacheableTask` so that the build cache can be used
#212
hakanai
opened
2 years ago
2
[JDK-19] Method not found while parsing signature: java.text.NumberFormat#getCompactNumberInstance()
#211
reta
closed
2 years ago
1
If FAIL_ON_MISSING_CLASSES is disabled only log a summary of classes with WARN level
#210
uschindler
closed
2 years ago
0
Fix Signatures URLs added to any task are actually applied to all tasks
#209
uschindler
closed
2 years ago
0
Add limited support for bundled signatures of a later JDK version than currently executing
#208
uschindler
closed
2 years ago
1
Do not log message about missing classes (while parsing class files; not signatures) multiple times
#207
uschindler
closed
2 years ago
2
Add DEBUG level logging and report classpath and JDK type to allow debugging of classpath/JDK related problems
#206
uschindler
closed
2 years ago
0
Update to ASM 9.3 to support Java 19 bytecode
#205
uschindler
closed
2 years ago
0
Add support for Java 19
#204
Danny02
closed
2 years ago
3
Signatures URLs added to any task are actually applied to all tasks
#203
hakanai
closed
2 years ago
5
Report the current classpath when failing due to not finding a class on the classpath
#202
hakanai
closed
2 years ago
8
Since Java 18 uses UTF-8 by default should some methods now be considered as safe?
#201
aspan
closed
2 years ago
3
Next