2
I Use This!
Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 16 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update documentation. More... about 1 month ago
Bump testng. More... about 1 month ago
Fix test using work from @jpwilhelms. Disable extension are still not working on JDK11. More... about 1 month ago
Comment out broken tests and include sub-modules. More... about 1 month ago
Merge pull request #38 from UISpec4J/dependabot/maven/addressbook/junit-junit-4.13.1 More... about 1 month ago
Merge pull request #37 from UISpec4J/dependabot/maven/calculator/junit-junit-4.13.1 More... about 1 month ago
Remove legacy versions. More... about 1 month ago
Fix pom versions More... about 1 month ago
Add JDK11 based build More... about 1 month ago
Merge pull request #41 from BulkSecurityGeneratorProjectV2/fix/JLL/use_https_to_resolve_dependencies_maven More... about 1 month ago
vuln-fix: Use HTTPS instead of HTTP to resolve deps CVE-2021-26291 More... 4 months ago
Bump junit from 4.12 to 4.13.1 in /addressbook More... over 3 years ago
Bump junit from 4.12 to 4.13.1 in /calculator More... over 3 years ago
Merge pull request #16 from nebulorum/master More... about 9 years ago
Fix hang of test on JDK8 update 40 on Mac. More... about 9 years ago
Clean code to 1.6 standards. Removed ArrayUtils.java that was no longer user. Remove unneeded boxing, varargs, and other warnings. More... about 9 years ago
Adjusted parameters for surefire. Added rerun to handle flaky tests. More... about 9 years ago
Moved assertions from junit.framework.Assert to org.junit.Assert and fixed other deprecated methods. Required moving all assertion checks from junit.framework.AssertionFailedError to java.lang.AssertionError. Fixed all windows show() and hide() methods, to setVisible. Corrected some other deprecated methods. More... about 9 years ago
Removed support for JDK 1.5. Moved source and generated code to 1.6. Removed old JDK 1.5 profiles. More... about 9 years ago
Moved code base to JUnit 4.12 and TestNG 6.8.21. More... about 9 years ago
Bumped version of all plugins and some libraries. More... about 9 years ago
Create release profile and add SonaType release plugin and requirements. More... about 9 years ago
Fixed minor Javadoc linting errors. More... about 9 years ago
Removed parent relation between the UISpec4J project the root project. This relation was introduced after the last release and break the artifacts on the repository. Added ci-headless profile to uispec4j, this is needed because it no longer inherits it from the parent project. Remove JDK6 test from travis, project cacio-tta was build on JDK7, so will it fail on JDK6. More... about 9 years ago
Make travis build on all JDKs. More... about 9 years ago
Move ci-headless to parent pom. More... about 9 years ago
Fixed build problem of addressbook sample. The original scope was test, but the production code uses some of UISpec4J's features. More... about 9 years ago
Remove install step from Travis configuration. More... about 9 years ago
Enable project for Travis headless build. Added a maven profile for ci-headless build using caciotta. Added .travis.yml to build to main target JDKs using the ci-headless profile. More... about 9 years ago
Fix issue of GitHub #14: JDK8 U31 introduces the method getDataTransferer to Toolkit. More... about 9 years ago