Skip to content

Commit

Permalink
Merge pull request #255 from geoblacklight/ewlarson-patch-1
Browse files Browse the repository at this point in the history
Update releases.md
  • Loading branch information
karenmajewicz authored Mar 13, 2024
2 parents d54dc4f + f60982f commit 12c10a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ GeoBlacklight release and technology dependency matrix.

| | GBL v3 LTS | GBL v4 • Current Major Release | GBL v5 • Next Major Release |
| ------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| Support Status | Released 2020; Ends 2025 | Released 2022; Ends 2026 | ETA 2024 |
| Support Status | Released 2020; Ends 2025 | Released 2022; Ends 2026 | ETA 2024/2025 |
| [Metadata](https://opengeometadata.org/) | [GBL 1.0](https://opengeometadata.org/gbl-1.0) | [Aardvark](https://opengeometadata.org/ogm-aardvark) | [Aardvark](https://opengeometadata.org/ogm-aardvark) |
| [Ruby](https://www.ruby-lang.org/en/) | v3+ | v3+ | v3.2+ |
| [Ruby on Rails](https://rubyonrails.org/) | v6-v7 | v6-v7 | v7.0+ |
| [Ruby](https://www.ruby-lang.org/en/) | v3+ | v3+ | v3.3+ |
| [Ruby on Rails](https://rubyonrails.org/) | v6-v7 | v6-v7 | v8+ |
| [Blacklight](http://projectblacklight.org/) | v7 | v7 | v8+ |
| [Bootstrap](https://getbootstrap.com/) | [v4](https://getbootstrap.com/docs/4.6/getting-started/introduction/) | [v4](https://getbootstrap.com/docs/4.6/getting-started/introduction/) | [v5](https://getbootstrap.com/docs/5.3/getting-started/introduction/) |
| [ViewComponents](https://viewcomponent.org/) | Few | Few | Many |
| [](https://developer.mozilla.org/en-US/docs/Web/JavaScript)[JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) (JS) | [jQuery](https://jquery.com/) / ES5 | [jQuery](https://jquery.com/) / ES5 | ES6 (Modern JavaScript) Published to [NPM](https://www.npmjs.com/) |
| JS Map Library | [Leaflet](https://leafletjs.com/) | [Leaflet](https://leafletjs.com/) | TBD |
| [Asset Management](https://guides.rubyonrails.org/asset_pipeline.html) | Sprockets | Sprockets | Import Maps + Bundling |
| [Asset Management](https://guides.rubyonrails.org/asset_pipeline.html) | Sprockets | Sprockets | Vite Ruby / Import Maps + Bundling |
| [Apache Solr](https://solr.apache.org/) | <= v8 | v8-v9+ | v9+ |
| Production RDBMS | N/A | N/A | [PostgreSQL](https://www.postgresql.org/) |
| [Background Queue](https://guides.rubyonrails.org/active_job_basics.html) | N/A | N/A | [Sidekiq](https://sidekiq.org/) + [Redis](https://redis.io/) |
| Production RDBMS | N/A | N/A | Recommended [PostgreSQL](https://www.postgresql.org/) |
| [Background Queue](https://guides.rubyonrails.org/active_job_basics.html) | N/A | N/A | Solid Queue |
| [GeoServer](https://geoserver.org/) | Optional | Optional | Optional |

0 comments on commit 12c10a3

Please sign in to comment.