• AggressivelyPassive@feddit.de
    link
    fedilink
    arrow-up
    7
    ·
    2 months ago

    Spring annotations in general. There’s a completely hidden bean context where every annotation seems to throw interceptors, filters, or some reflection crap into. Every stacktrace is 200 lines of garbage, every app somehow needs 500mb for just existing and if you add something with a very narrow scope, that suddenly causes something completely unrelated to stop working.

    Realistically, DI and all the Spring crap does not add anything but complexity.

    • Phunter@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 months ago

      Our Spring service was so simple until we decided we needed annotations to handle the fetching of settings. Now we are corrupted with needless reflection.