Browse our Products

Aspose.Tasks for Java 24.9 Release Notes

All Changes

KeySummaryIssue Type
TASKSNET-11283Add support for rendering RectangleBottom, LineMiddle, LineTop task bars middle shapesEnhancement
TASKSNET-11278Add TaskUid to TaskValidationExceptionEnhancement
TASKSNET-11280Fix indents are included to task names when rendering bar texts in Gantt chartBug
TASKSNET-11274Fix calculation of assignments peak unitsBug
TASKSNET-11273Fix calculation of ActualDuration and Duration by work for resource assignments with non-flat work contourBug
TASKSNET-11245Add baseline bars rendering in Gantt chartBug
TASKSNET-11240Fix rendering of Gantt chart barsBug
TASKSJAVA-2310Resource Usage Actuals wrongly importedBug

Public API and Backwards Incompatible Changes

The following public methods were added:Description
com.aspose.tasks.TaskValidationException.getTask()Gets the task which caused the exception.
com.aspose.tasks.BarStyle.getStartShapeType()Gets a type of the start shape.
com.aspose.tasks.BarStyle.setStartShapeType( int )Sets a type of the start shape.
com.aspose.tasks.BarStyle.getEndShapeType()Gets a type of the end shape.
com.aspose.tasks.BarStyle.setEndShapeType( int )Sets a type of the end shape.
com.aspose.tasks.BarStyle.getFrom()Gets a start point position of the gantt bar.
com.aspose.tasks.BarStyle.setFrom( int )Sets a start point position of the gantt bar.
com.aspose.tasks.BarStyle.getTo()Gets a finish point position of the gantt bar.
com.aspose.tasks.BarStyle.setTo( int )Sets a finish point position of the gantt bar.
The following public enumerations were added:Description
com.aspose.tasks.BarShape.HalfHeightBottomIndicates bottom-aligned half height rectangle bar shape.
com.aspose.tasks.BarShape.LineTopIndicates top-aligned line shape.
com.aspose.tasks.Shape.CircleIndicates Circle shape.