Skip to main content

GGCE 2026.2

· 4 min read

2026.2 focuses on mobility, precision, and workflow efficiency. This release introduces the Offline Fieldbook for scoring crop traits and managing data without an internet connection. It also includes updated Geographic Region management with a new API and UI, and a System Action Log for administrative transparency.

See upgrading instructions for more details.

Update: The latest patch release is 2026.2.2.

Introducing Saved Filters

· 2 min read

Managing large datasets can often involve repeating the same search criteria multiple times. To make this process more efficient, we have introduced Saved Filters.

This feature allows you to save specific combinations of filters that you use frequently, such as filtering for particular accession varieties or inventory items, so you can access them instantly at a later stage.

Using electronic balances

· 2 min read

Accurate data collection is critical for genebank operations. Manual entry can lead to transcription errors and procedural delays.

To improve efficiency and data integrity, GGCE supports Bluetooth-enabled electronic balances. This feature allows you to capture weight measurements directly from your scale into GGCE, reducing manual entry errors and saving time in the field or lab.

Is GGCE for you?

· 6 min read

The GRIN-Global Community Edition (GGCE) is a modern open-source information system designed to strengthen the management, tracking, and documentation of plant genetic resources in genebanks. As collections grow and international standards evolve, GGCE provides a comprehensive framework for what genebanks must consider when adopting digital solutions for germplasm management.

GGCE 2026.1

· 3 min read

2026.1 is a major update that completes the migration to Java 17 and Spring Boot, replaces JSP with Thymeleaf, and introduces comprehensive monitoring with Prometheus. The UI features a revamped Welcome Page, improved security with httpOnly cookies, and faster loading through precaching.

See upgrading instructions and the extra step!

Update: The latest patch release is 2026.1.2.

DATA_DIR

Make sure you have the line DATA_DIR: /data/gringlobal in the API container section of your compose file. See the Installer.

Note that with 2026.1.3 this is no longer required!

GGCE 2025.3

· 4 min read

2025.3 provides rapid Inventory registration for genebanks just starting with GGCE. We added a new tool to add trait observations to individual inventories, the possibility to assign DOIs to physical inventories, and upgraded the In vitro section.

It removes support for API v1, enhances the integration with GLIS DOI registry with progenitor DOIs and the assignment of DOIs to individual inventories, improves integration with Genesys for uploading images, and introduces a new mechanism that determines the backup sites of accessions based on actual inventory data, and also includes the enhancements developed in the palmira branch.

Update: The latest patch release is 2025.3.3.

GGCE 2025.2

· 4 min read

2025.2 comes with many improvements and new features, focusing primarily on securing access to data at different sites, allows using ZPL and PDF label templates, adds an image browser and uploading of images to Genesys, support for custom menu items on the main page, unit conversion between seed/gram/count in distribution, and a Harvest tool which is a key part of seed multiplication process in genebanks.

Database driver configuration

The updated MSSQL driver requires the trustServerCertificate=true option. Please update DB_URL in your ggce.yml file. Example:
DB_URL=jdbc:sqlserver://sqlexpress;DatabaseName=ggce-test;trustServerCertificate=true

Update: The latest patch release is 2025.2.3.