Skip to content

Releases: Commonjava/indy

Indy 1.8.0

11 Sep 21:21
Compare
Choose a tag to compare
indy-parent-1.8.0

[maven-release-plugin]  copy for tag indy-parent-1.8.0

Indy 1.7.7

20 Jun 18:16
Compare
Choose a tag to compare

This update fixes a SSL bug when proxying repositories that use a wildcard in the certificate CN. It also adds filtering (for btype == maven) to result handling when proxying Koji builds.

Indy 1.7.6

12 Apr 07:29
Compare
Choose a tag to compare
  • Support jdbc store of folo-sealed cache
  • Allow workflow like promotion to bypass readonly flag
  • Add configurable envars under mdc logging
  • Some fix and enhancement for promotion validation to optimize performance
  • Fix maven group level metadata merging problem from indy group level (like maven plugins metadata)
  • Add flag to bypass version check for koji remote path mask repairing.

Indy 1.7.5

15 Mar 07:31
Compare
Choose a tag to compare
  • Fix a ConcurrentModificationException from weft lib.

Indy 1.7.4

14 Mar 11:31
Compare
Choose a tag to compare
  • Fixed temporary remote repo in promotion process not deleted problem
  • Added some new metrics: cpu, physical mem, path promotion files
  • JNDI datasource now is supported in indy container

Improvements to heap usage in cached content storage layer

26 Feb 01:23
Compare
Choose a tag to compare

Factored out caching map of Transfer instances (in Galley layer) which were causing a memory leak due to Transfer value that had a field holding the ConcreteResource, which was also the key of the map. Also factored out a similar map that held path-to-ReentrantLock entries, and is likely to have caused similarly large heap usage spikes.

The new code uses mark/sweep logic to handle both cases, expelling obsolete / stale entries and reclaiming heap space more smoothly than simply depending on the GC.

indy-parent-1.7.2

20 Feb 03:21
Compare
Choose a tag to compare
[maven-release-plugin]  copy for tag indy-parent-1.7.2

indy-parent-1.7.1

15 Feb 22:56
Compare
Choose a tag to compare
[maven-release-plugin]  copy for tag indy-parent-1.7.1