microstream-one / microstream

High-Performance Java-Native-Persistence. Store and load any Java Object Graph or Subgraphs partially, Relieved of Heavy-weight JPA. Microsecond Response Time. Ultra-High Throughput. Minimum of Latencies. Create Ultra-Fast In-Memory Database Applications & Microservices.
https://microstream.one/
Eclipse Public License 2.0
560 stars 44 forks source link

Zj/fix build also for javac 0923 #649

Closed zdenek-jonas closed 1 year ago

zdenek-jonas commented 1 year ago

The previous PR deactivated some warnings for the eclipse compiler. Unfortunately this has the effect that the Javac compiler is not compatible with this setting and exits with an error. So I have added a special setting for the eclipse profiler to the profile, which is activated automatically if the eclipse compiler is selected.