OpenHFT / Java-Thread-Affinity

Bind a java thread to a given core
http://chronicle.software/products/thread-affinity/
Apache License 2.0
1.78k stars 360 forks source link

support for java 11 #101

Closed mayur-who closed 1 year ago

mayur-who commented 1 year ago

does this library support java 11? if yes, how can I integrate it with my maven pom.xml ?

mayur-who commented 1 year ago

@JorgeMag96 looks like you had created/updated java11 branch recently, can you please help with how I should import this library into my maven project which uses java11?

JerryShea commented 1 year ago

@mayur-who please use stackoverflow for questions. Java 11 is supported - see https://github.com/OpenHFT/OpenHFT/blob/ea/docs/Java-Version-Support.adoc

mayur-who commented 1 year ago

sorry my bad, my repo was using older version and when I started using latest one 3.23.3, it just works.