What's new in Spring Data 2024.1?

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.พ. 2025

ความคิดเห็น • 4

  • @VerhoevenSimon
    @VerhoevenSimon หลายเดือนก่อน +1

    Thank you for the nice overview.

    • @coffeesoftware
      @coffeesoftware  27 วันที่ผ่านมา

      Happy New Year, Simon, from Josh and DaShaun!

  • @Boss-gr4jw
    @Boss-gr4jw หลายเดือนก่อน +4

    Not sure who asks for these features. Writing some magic placeholders inside plain SQL is really confusing. You have no clue at the end where the value comes from. All SQL parameters and inputs should always just be directly mapped and not magically appear or be injected from some custom extensions. What used to be simple interface for writing queries has turned into mess by allowing such behaviours. When testing this code now you always would have to provide additional context every time.

    • @coffeesoftware
      @coffeesoftware  27 วันที่ผ่านมา

      That's typically how open source software works. Someone shares a need, someone fills that need with a new feature, sometimes its the same person. Luckily, you don't have to use that feature if you don't want to!