Hibernate's Best Logging Configuration (2022 Edition)

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024

Комментарии • 3

  • @julianlagg6559
    @julianlagg6559 6 месяцев назад

    Does slow-query-logging create noticeable overhead when queries are not slow and nothing gets logged?
    It seems useful to have it activated in prod, and when a request is slow because of a truly slow query than I don't care much if it gets a tiny additional slowdown from writing a log-message.

  • @lorddarthvader1768
    @lorddarthvader1768 2 года назад

    Is hibernate core 6.0.0 compatible with springframework 5.3.18 or above ?
    Javax to jakarta upgradation is messing with SpringSessionContext.
    If there is any possible way or guide would be very helpful .

    • @Thorben-Janssen
      @Thorben-Janssen  2 года назад +1

      As of now, Spring isn't compatible with Hibernate 6. But the Spring team is working on it.