No Results
v4.8.5

edgeCore™ 4.8.5 Release Notes

Production date: March 13, 2026

Enhancements

Checkhealth Criteria Expanded

Checkhealth results have been expanded to include pageStatus, jobStatus, and vmStats.
To view them filled out, you need to copy checkhealth.edgejsp from [INSTALL_HOME]/tomcat/webapps/ROOT/WEB-INF/jsp/checkhealth.edgejsp to [INSTALL_HOME]/jsp/ and edit:

if (false) {
to:
if (true) {

Example:

{ “status”: “server initialized”, “statusCode”: 200, “licensed”: true, “cacheDbHealthy”: true, “clustered”: false, “initialized”: true, “pageStatus”: {“/Process Info”: “error”}, “jobStatus”: {“gmail”: “Error”, “metrics_entitlement_7days”: “Skipped”, “Top 5 States”: “Skipped”, “ScrapeWiki”: “Skipped”, “kpi1000passthroughSubscribed”: “Updated”, “Travel “: “Updated”, “region_summary”: “Skipped”, “usage_writer”: “Skipped”, “kpi10raw”: “Updated”, “WAS and DB2 Transactions Calulated”: “ErrorUpstream”, “card transactions”: “Updated”, “company income”: “Updated”, “states”: “Updated”, “Wind Data”: “Updated”, “States”: “Updated”, “NationalParks”: “Updated”, “Filter2”: “Skipped”, “scrape git”: “Updated”, “SearchItems”: “Updated”, “Topology Child Nodes”: “ErrorUpstream”, “Monitor Threshold And Alert”: “ErrorUpstream”, “SalesFeed”: “Updated”, “FixTypes”: “Skipped”, “top programming languages”: “Updated”, “income and costs”: “Updated”, “prices”: “Updated”, “Process Topo Information”: “Updated”, “FoodPricesWithDataTypes”: “Updated”, “realtime”: “Error”, “ChartData”: “Updated”, “WAS and DB2 Transactions Randomizer”: “Error”, “FoodPrices”: “Updated”, “entitlement”: “Updated”, “metrics_entitlement”: “Updated”, “kpi1000indexedSubscribed”: “Updated”, “realtime test”: “Updated”, “kpi1000raw”: “Updated”, “Process Topology Model”: “ErrorUpstream”, “Filter2_Clone”: “Skipped”, “FoodPricesLimiter”: “Updated”, “GetArticlesByAPI”: “Updated”, “Add Topology Status”: “ErrorUpstream”, “edge_usage”: “Updated”, “Topology Root Node”: “ErrorUpstream”, “metrics_server_load”: “Updated”}, “vmStats”: {“process.uptime”: 1414.24, “system.cpu.usage”: 0.633887349953832, “process.cpu.usage”: 0.03048074121700113, “jvm.threads.live”: 169.0, “jvm.threads.daemon” :121.0, “jvm.memory.used”: 4.9401712E7, “jvm.memory.max”: 1.22908672E8} }

HTML Template: Custom Popup Options Supported in Switch to Page Snippet

When inserting the Switch to Page snippet into the HTML Template, the snippet can now show the page as a popup.
To show the page as a popup, you need to add the following into the JavaScript tab:

undefined,  ‘junk’,  { size: “custom”, position: “center”, height: ‘30%’, width: ‘30%’  });

Note: When Popup Options are used, the breadCrumbStrategy and customBreadCrumbLabel are not applied.

ECP Extension Upgraded

The Edge Client Proxy extension has been upgraded to version 2.2.0.

Security Updates

  • Tomcat has been upgraded to version 10.1.52
  • Spring Boot has been upgraded to version 3.5.11
  • Spring Security has been upgraded to version 6.5.8
  • Spring Data(commons | jpa) has been upgraded to version 3.5.9
  • Spring Session has been upgraded to version 3.5.5
  • Hibernate has been upgraded to version 6.6.42.Final
  • Micrometer has been upgraded to version 1.15.9
  • httpclient has been upgraded to version 5.5.2

Resolved Issues

  • The issue where the tooltip action on the Small Multiples visualization did not display all attributes assigned to it if the date attribute was set to be first/top has been resolved.
  • The issue that resulted in users not being able to turn off Shared Credential or Endpoint Enabled setting has been resolved.
  • The issue where customAuth was not running correctly off of the base path (only /login) has been resolved.
  • The issue where Shared Credentials were preventing users from creating a visualization has been resolved.
  • The issue where Table search filter used Attribute Name instead of Column Label has been resolved.

Terms | Privacy