Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jaxb-impl-dev] JAXB RI 3.x development
  • From: Thomas J Johnson <tjjohnso@xxxxxxxxxx>
  • Date: Mon, 18 Sep 2023 22:13:23 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=us.ibm.com; dmarc=pass action=none header.from=us.ibm.com; dkim=pass header.d=us.ibm.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=8R8LHh0fpJgezGeTVIVWG+JrVxWQSkHp7aMjggjQxQI=; b=BVykr3a9zp5TGbscPZDvnaBMzx3d02KdvogyF9kbNxLjNIOIsmqzwVyMHlAIKnePvI7yUF1bcm0DKREa6+a+rbmMycozm4NeqL18y1D4yHni4K+wGuyV4CwUCEg+TUEHMSxtnqSGHTLb9Tw4mD/r0n7ZfYr+0VwxccsOO+vZpRSrA4Pi32fVcNrGN8R+ACyXJweNM8ol6v6DU3SgcvyFF/EY1yHj/pPaWVjQ96bD2xXKhc0p5K+b7SdyEVCgwiifNkQjeGzINFl4BBVJeCB38YqBWIKOZWosYaEy99MLvgjpfDkvwcNpGfdOHEMu1Tk2fFyYjV6g81B+TOQTm8gKEQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=P8jasEaeNvUyhPAmUp+R4D70eeQ9PPc5t4OLRrA6CFxy43i+YAnfYRhxxYvgjc+9dqAc6SmwzhyZtGCAELZ7XnvjUeVt1FDnv/BsFsYKvDuyAM8ArOw6Dyjd68rfzMXK+tcWGuPN8ui6hSssYNU2gcWRc4PXYgxcnXu9Krtw4S3goM4zS/65zDLePwYpM0xxnrWqTRyfnwvXOZSA6cWvT+3/ifQ4kzK4WALUeKSke2W4hxkug7kviPs76mI7/MQlYERR/E2E9IQQT2LRftjJfruMQwqbUu0DPq+2Uce04c9sWRBDDC0dKg7MiAPKt+Ykp4x45fqY86ZXvdo97klP5g==
  • Delivered-to: jaxb-impl-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jaxb-impl-dev/>
  • List-help: <mailto:jaxb-impl-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jaxb-impl-dev>, <mailto:jaxb-impl-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jaxb-impl-dev>, <mailto:jaxb-impl-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHZ6nwUd4RrLC/7YUqZamYc0E1t8rAhJZpZ
  • Thread-topic: JAXB RI 3.x development

Hi!

 

I wanted to try to resolve some TCK failures my team is seeing when running EE 9.x TCK tests.  It looks like a fix for this was already applied to both the 4.x and 2.3.x versions of the RI (https://github.com/eclipse-ee4j/jaxb-ri/pull/1661) . I was hoping to open a PR with a cherry-pick of this commit (https://github.com/eclipse-ee4j/jaxb-ri/commit/5cf25dc4e67d3c063447df7d8c62daa16395b099) against whatever 3.x branch would be used for the next release, but looking at the branches there doesn’t seem to be a clear 3.x branch that’s intended for any new fixes.  Does anyone know which branch can be used for new fixes or backports for 3.x?

 

Thanks for your help!

 

Thomas


Back to the top