3
I Use This!
Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 10 hours ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Unify license notes, add copyright.
Uwe Schindler
as uschindler
More... over 11 years ago
update license notes
Uwe Schindler
as uschindler
More... over 11 years ago
Prepare release staging and autodetect correct staging target from version
Uwe Schindler
as uschindler
More... over 11 years ago
More thorough check for superclasses (do not rely on ctor calling super) and interfaces (did not work at all); class cache improvements (no unneeded stack traces generated all the time); test improvements (more thorough message checking, use full classpath)
Uwe Schindler
as uschindler
More... over 11 years ago
Better test that also works with Java 5 and is a well-known internal API use-case (btw, fixed in Java 8).
Uwe Schindler
as uschindler
More... over 11 years ago
Fix test bug with Java 5 (Java 5 from Oracle does not have HttpServer in com.sun.*)
Uwe Schindler
as uschindler
More... over 11 years ago
Adds implicit restriction to **/*.class, add dir= attribute to ant task, add javadocs
Uwe Schindler
as uschindler
More... over 11 years ago
Nuke JUnit completely (not needed or useable)
Uwe Schindler
as uschindler
More... over 11 years ago
Fix bug in Checker that does not accept solely checking for internal runtime calls without any other signatures. This also adds a test for internal runtime calls using a binary class file shipped with tests (source code as comment in tests, because it does not compile with Java 5 or non-Oracle JDKs).
Uwe Schindler
as uschindler
More... over 11 years ago
Add a crazy test, downgrade plexus-utils to the bug free, more slim-lined 1.1
Uwe Schindler
as uschindler
More... over 11 years ago
Add support for forbidden calls to internal runtime classes
Uwe Schindler
as uschindler
More... over 11 years ago
Add missing deprecated but protected APIs
Uwe Schindler
as uschindler
More... over 11 years ago
Install a stupid but slow Maven test
Uwe Schindler
as uschindler
More... over 11 years ago
Remove the jenkins hack
Uwe Schindler
as uschindler
More... over 11 years ago
Fix Java 5 compilation
Uwe Schindler
as uschindler
More... over 11 years ago
Restructure licenses, bundles,... Also add plexus-utils in newest version (jarjar'ed) as its not guaranteed to be shipped with Maven
Uwe Schindler
as uschindler
More... over 11 years ago
Add unsafe signatures for java 7 (clone of java 6)
Uwe Schindler
as uschindler
More... over 11 years ago
Enable sonatype snapshots!
Uwe Schindler
as uschindler
More... over 11 years ago
Add configureable check directory (defaults to classes output).
Uwe Schindler
as uschindler
More... over 11 years ago
Improve includes/excludes
Uwe Schindler
as uschindler
More... over 11 years ago
reduce to lowest plexus version
Uwe Schindler
as uschindler
More... over 11 years ago
Add support for patterns in Mojo, too. Fix exception formatting.
Uwe Schindler
as uschindler
More... over 11 years ago
Add required maven settings
Uwe Schindler
as uschindler
More... over 11 years ago
Make the maven pom a template and rename while copying templates
Uwe Schindler
as uschindler
More... over 11 years ago
Debug classpath
Uwe Schindler
as uschindler
More... over 11 years ago
Make the mojo behave like standard mojos: Dont complain when there are no class files. Only complain about wrong config like missing signatures.
Uwe Schindler
as uschindler
More... over 11 years ago
Don't add useless metadata. The maven-ant-tasks will stage those in any case!
Uwe Schindler
as uschindler
More... over 11 years ago
Fix Mojo, install shit locally
Uwe Schindler
as uschindler
More... over 11 years ago
Fix documentation
Uwe Schindler
as uschindler
More... over 11 years ago
Implement first version of Maven MOJO (untested). Remove incorrect classloader delegation, the ANT test already verified correctness (we use system classloader as parent)
Uwe Schindler
as uschindler
More... over 11 years ago