aktin / aktin/dwh-prefs

Incorrect "Letzter erfolgreicher Import" Date Displayed on Status Page After Restart

Aberta
#5 0 comentários 0 reações 0 responsáveis Ver no GitHub
bug enhancement
Linguagem predominante
Java
Estrelas
0
Forks
0
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

After restarting the application, the status page incorrectly shows the "Letzter erfolgreicher Import" date as `1 Jan. 1970, 01:00:00`, rather than the actual last successful import time. This issue occurs because the `ImportSummaryImpl` class, which is responsible for storing this information, is only application-scoped and is not saved to a database. As a result, it resets to a default state on application restart. The status page should display the actual last successful import timestamp after a restart, not a default date.

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.