Skip to content

Releases: glazedlists/glazedlists

Glazed Lists 1.11.0

09 Sep 16:07
Compare
Choose a tag to compare

Glazed Lists 1.11.0 is a stable maintenance release suitable for production use.

The main focus was to replace the ANT build with a modernized build based on Gradle.

It also completes the migration from the java.net forge by using the Sonatype OSS Repository Hosting to publish new releases.

Furthermore, it features important bugfixes for SeparatorList and more.

It contains some changes that are not backwards compatible:

  • we dropped Java 1.6 support, Glazed Lists 1.11.0 is built against Java 1.7.
  • we deleted the quite old classes from the migrationkit package
    • ca.odell.glazedlists.migrationkit.AbstractFilterList
    • ca.odell.glazedlists.migrationkit.swing.TextFilterList
    • ca.odell.glazedlists.migrationkit.swt.TextFilterList

Download

Glazed Lists is distributed with support for Java 1.7 or higher.
Glazed Lists is deployed to the central Maven repository.

groupId com.glazedlists
artifactId glazedlists
version 1.11.0

Glazed Lists Features

Documentation

License

Issue Changelog

Commit Changelog

Glazed Lists 1.10.0

09 Sep 16:09
Compare
Choose a tag to compare

Glazed Lists 1.10.0 is a stable maintenance release suitable for production use.

It features a new extension for integration with JavaFX, blacklist- and whitelist-based filtering, important bugfixes for GroupingList and more

Also, source code and issue tracking moved to GitHub. Testing support was upgraded to JUnit 4.

It contains some changes that are not backwards compatible:

  • we dropped Java 1.5 support, Glazed Lists 1.10 is built against Java 1.6.
  • we dropped support of SwingX 1.0.x
  • we upgraded Hibernate support from 4.x to 5.0.x

Please see the Upgrade Notes for details.

Download

Glazed Lists is distributed with support for Java 1.6 or higher.
Glazed Lists is deployed to the central Maven repository.

groupId net.java.dev.glazedlists
artifactId glazedlists_java16
version 1.10.0

Glazed Lists Features

Documentation

License

Issue Changelog

Commit Changelog

Glazed Lists 1.9.1

09 Sep 16:09
Compare
Choose a tag to compare

Glazed Lists 1.9.1 is a stable maintenance release suitable for production use.

Download

Glazed Lists is distributed with support for Java 1.5 or higher.
Glazed Lists is deployed to the central Maven repository.

groupId net.java.dev.glazedlists
artifactId glazedlists_java15
version 1.9.1

Glazed Lists Features

Documentation

License

Issue Changelog

Commit Changelog

Glazed Lists 1.9.0

09 Sep 16:10
Compare
Choose a tag to compare

Glazed Lists 1.9.0 is a stable maintenance release suitable for production use.

It contains some changes that are not backwards compatible:

  • we dropped Java 1.4 support, Glazed Lists 1.9 is built against Java 1.5.
  • we deprecated the existing Swing and SWT model adapters and introduced new ones which do not wrap the source list in a thread proxy list anymore.
  • the SWT extension is now independent of JFace.

Please see the Upgrade Notes for details.

Download

Glazed Lists is distributed with support for Java 1.5 or higher.
Glazed Lists is deployed to the central Maven repository.

groupId net.java.dev.glazedlists
artifactId glazedlists_java15
version 1.9.0

Glazed Lists Features

Documentation

License

Issue Changelog

Commit Changelog

Glazed Lists 1.8.0

09 Sep 16:10
Compare
Choose a tag to compare

Glazed Lists 1.8.0 is a stable maintenance release suitable for production use.

The release has better integration with Swing, SWT, Hibernate, OSGi, Maven and SwingX. Filtering has been refined, with improved support for international languages and matching support for regex and search-engine style qualifiers. Some EventLists have new features, including runtime manipulation of the FunctionList function and GroupingList comparator. There are new classes for working with user input, including TransactionList and undo/redo support. The release fixes several bugs.

It contains some changes that are not backwards compatible:

  • The EvenList interface has a new dispose() method. Custom implementations of EventList must now implement this method.
  • TransformedList.isWritable() is now abstract. Subclasses must implement this method.
  • The system property GlazedLists.ListEventAssemblerDelegate used to select an event implementation is no honoured and can be removed.

Download

Glazed Lists is distributed with support for Java 1.5 or higher.
Glazed Lists is deployed to the central Maven repository.

groupId net.java.dev.glazedlists
artifactId glazedlists_java15
version 1.8.0

Glazed Lists Features

Documentation

License

Issue Changelog

Commit Changelog