Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] AspectJ versioning question
  • From: "Mclachlan, Alan" <alan.mclachlan@xxxxxxxxxxxxxxxx>
  • Date: Tue, 30 Apr 2024 11:13:39 +0000
  • Accept-language: en-ZA, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=aciworldwide.com; dmarc=pass action=none header.from=aciworldwide.com; dkim=pass header.d=aciworldwide.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=zA72elPbvjfWM0zqq/AfZqd0SPvrurmPa2ZUnMvxeCE=; b=GdLZ6wKifP6tkkMoS7oUoK2zannr1yXb0juPOVFQ8b07p609NE56tov092vkBgFCKfqV6oOvToCRCJfDbqK2NDBlw1kK4gEEtBWroAOJZpUt0RMxQanXC/QeXpfv4Sx2atFIysUU+g406KsNA+u+Lwh9UFqmkfVH5LhBgiUJlS279j58g2dRvPfcyyhDSgnoc2EM6VGl2SNiZX0g/d79ku8ZuZBj8l8m1lgR2usaoOS/BKD5YduG7OvwvjOlGFqklK6ucHyr0lWiwoRgrj3RHakyPJLXwIqvbWdp0qGBDq7+buQLtygdp3oPVKmcvHhSsZJTaJcgqTORNZwM4h6WoQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Vnp/3WrerHBs+KtUhwcUOHHTBvziPj+pED8Vrw+B4KQdhP621OPJMuNJmzUYk7ZDwbr9UI6d8N5zGOoWOPchLcojCgjMxAniRs/CIan8Zws6eMs3sXpSx81tYWBSjpPKRD2i54tlbj1SnVpAYFTuAyjo1vf8+odafjfYKwpnmQKfZAt/jYvsqvUAQO5h6lssRyXh3vEJ5zG9oy2q4NwY1rCOOI4slAcLdM4NABDrOa3a64ZLQNs/NETfkEFFiiSUzjprWQrVO4aYKLQ6icnBR1AE11KIrIYiS3HoMsVNLwZxUcLdUBnoK4mJ5DMDl8X2PUOCwPO8LqtRXkFuP6V/ZQ==
  • Delivered-to: aspectj-users@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/aspectj-users/>
  • List-help: <mailto:aspectj-users-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/aspectj-users>, <mailto:aspectj-users-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/aspectj-users>, <mailto:aspectj-users-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Adqa7bx3/11C5gypS2WWeSvbHZ+J/w==
  • Thread-topic: AspectJ versioning question

Hi folks

I read up on the supported Java versions situation on the github issue tracker.
I have some related questions around the v1.8.x line:

1. Is the project still releasing fixes on the 1.8.x line, at least while Java 8 is still in support?
I ask because I think the last one was 1.8.14 in 2019. Say a CVE shows up, would you be likely to release a 1.8.15 with a fix?

2. Are the 1.8.x minor releases compatible, in the semantic-versioning sense of the word?
i.e would a hypothetical 1.8.15 be a drop-in replacement?
I ask because this project doesn't explicitly follow semantic versioning, although I suspect it may have back in the 1.8 days?

Apologies if these are answered elsewhere, if so I didn't manage to find them on the website.

The context of my ask is OWASP A06 analysis of our SBOM, not to motivate for any project action.

regards

Alan McLachlan
ACI Worldwide
www.aciworldwide.com

________________________________
 [https://go.aciworldwide.com/rs/030-ROK-804/images/aci-footer.jpg] <http://www.aciworldwide.com>
This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely for the designated recipient(s). If an addressing or transmission error has misdirected this email, please notify the sender immediately and destroy this email. Any review, dissemination, use or reliance upon this information by unintended recipients is prohibited. Any opinions expressed in this email are those of the author personally.


Back to the top