Skip to content
Success

Changes

Summary

  1. Fix compilation failure on woproject-ant-tasks (commit: fdc86a7) (details)
  2. Update the Ant dependency version in the pom.xml (commit: 5eb92a8) (details)
Commit fdc86a79a5408fd1e04f7779005efc1226ff4226 by hprange
Fix compilation failure on woproject-ant-tasks
This commit makes the constructors of `WOEnvironment` and  `WOVariables`
classes more flexible by replacing the parameterized type `Map<Object,
Object>` with the unbounded wildcard type `Map<?, ?>`; hence, supporting
old and new versions of Ant without errors.
(commit: fdc86a7)
The file was modifiedwoenvironment/src/java/org/objectstyle/woenvironment/env/WOVariables.java (diff)
The file was modifiedwoenvironment/src/java/org/objectstyle/woenvironment/env/WOEnvironment.java (diff)
Commit 5eb92a8c000228c69d0ff3ee2c95763162142e50 by hprange
Update the Ant dependency version in the pom.xml
(commit: 5eb92a8)
The file was modifiedwoproject-ant-tasks/pom.xml (diff)