Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orb-dev] Please review PRs
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Sat, 3 Dec 2022 13:37:32 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; 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=seb2ArrpKNaNZpw1v12ubSJgCraaqSp/jlFRdMKkz4w=; b=dokgzM9bn6f/AAVtf9Cc83jrAreVzSO2+RwGNgD+0NIOH0TmGtclW9IVZzTDsSQalJGmvzg9HaTRGFYpyIFDpnRxdzqLMI3Sh9NmyxSRDakUUJBjHcbhowNuKahtOEoj1azOusjOZ+Lig2IkeeGLM6xL8y+dGb6cd2NxuVVDqHDH+8o5Zrnih7INeRZM2ib6soEeA+cfKAQe3pBMue1bkQxfil3BKjrBY1nQWdrEnCddqBmEzug8FEctUgn44jEwYBl6y1stuAA2QQacrXN8BwUHK7eCS2NfV2xYrfuqTXWL2w134q5lcYN9ZV490G3ee/DeB0VZg3+4QS8cOjTJyQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=VbfRCGj6/5pqQsKB57JWlq+3/dsszXUKXSVdmnRv9iuwsRbTSJlUOkaiH71YPbfQ0DU/Hz2f2UkNQWMqBUO6FYxeVA8fuBn4JQVV6lbebES2TGzo4NdFlyTPhJNR9sRxXnlJFriP76Xllv+4nHlR7WXTjuO1iPlw4NT2Vjt3N1dv0R2zmyLlMpVmtGceAMjLEnfBsWNJv7mpa2gDJFVzD7U0ENHmbCT4x7FASC4fmqEqHfqdDcstF4XKIciuKHZ3G3h+/b1EnwMnQg0tR7I3TGAWtf+HutyQ6G5koxwzw2K6/ouLpBkaVtk7R2n3HeuJejf2pqq7MrxuMaxGglHc/Q==
  • Delivered-to: orb-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/orb-dev/>
  • List-help: <mailto:orb-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/orb-dev>, <mailto:orb-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/orb-dev>, <mailto:orb-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHZBwqbfeLQoIxdBEi/uctBNJOFUK5cKkvK
  • Thread-topic: [orb-dev] Please review PRs

I will take a look this weekend. The project isn't very active and needs automatic PR testing configured.


From: orb-dev <orb-dev-bounces@xxxxxxxxxxx> on behalf of Piotr Żygieło <piotr.zygielo@xxxxxxxxx>
Sent: Saturday, December 3, 2022 11:29:28 AM
To: orb-dev@xxxxxxxxxxx <orb-dev@xxxxxxxxxxx>
Subject: Re: [orb-dev] Please review PRs
 
Hello ORB Team

There are open PRs that I'd like to have reviewed:

- bugfix - [134] - Do not overwrite putFields field in accessor
  this now has reference to original bug reported for and solved in SE CORBA

- build - [137] - Configure m-compiler-p to use --release flag when
JDK > 8 is used
  e.g. for incompatible change related to ByteBuffer.flip that is used
in the project

- build - [138] - Remove temporary directories after tests
  fix resource leak Currently a lot of directories are left in filesystem

- cosmetic - [140] - Synchronize IDLJ version
  if it is put in the output, perhaps it should be valid value

134.   https://github.com/eclipse-ee4j/orb/pull/134
137.   https://github.com/eclipse-ee4j/orb/pull/137
138.   https://github.com/eclipse-ee4j/orb/pull/138
140.   https://github.com/eclipse-ee4j/orb/pull/140


Thanks,
--
Piotrek
_______________________________________________
orb-dev mailing list
orb-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/orb-dev

Back to the top