We have a "previous.stable" property in the root pom that presumably is used to detect API/SPI breaks. Unfortunately, it's currently not up-to-date, meaning we don't detect breaks accurately (for instance an API introduced recently probably won't be checked). Maybe we could find some way to update this property automatically? For instance in the release scripts? |