Yes, as long as you stick with 1.7 as byte code target level: https://github.com/apache/apex-core/blob/v3.4.0/apex-app-archetype/src/main/resources/archetype-resources/pom.xml#L36
On Wed, Oct 5, 2016 at 9:14 AM, Feldkamp, Brandon (CONT) < [email protected]> wrote: > So is it safe to say that JDK 1.8 is supported to the same extent that 1.7 > is? > > > > We’re not running into any issues currently (that I know of…feel free to > chime back in Alex) but we’re making design decision and were curious about > being able to use Java 8 features. > > > > Thanks! > > Brandon > > > > *From: *Vlad Rozov <[email protected]> > *Organization: *DataTorrent > *Reply-To: *"[email protected]" <[email protected]> > *Date: *Monday, October 3, 2016 at 11:43 PM > *To: *"[email protected]" <[email protected]> > *Subject: *Re: Apex and Malhar Java 8 Certified > > > > We do test on Java 8 - both Apex Core and Malhar Apache Jenkins builds use > JDK 1.8 to run tests. > > Thank you, > > Vlad > > On 10/3/16 15:45, Thomas Weise wrote: > > Apex is built against Java 7 and expected to work as is on Java 8 (Hadoop > distros still support 1.7 as well). Are you running into specific issues? > > > > Thanks, > > Thomas > > > > On Mon, Oct 3, 2016 at 12:06 PM, McCullough, Alex < > [email protected]> wrote: > > Hey All, > > > > I know there were talks about this at some point but is Apex and/or Malhar > Java 8 certified? If not, is there a current plan and date to be so? > > > > Thanks, > > Alex > > > ------------------------------ > > The information contained in this e-mail is confidential and/or > proprietary to Capital One and/or its affiliates and may only be used > solely in performance of work or services for Capital One. The information > transmitted herewith is intended only for use by the individual or entity > to which it is addressed. If the reader of this message is not the intended > recipient, you are hereby notified that any review, retransmission, > dissemination, distribution, copying or other use of, or taking of any > action in reliance upon this information is strictly prohibited. If you > have received this communication in error, please contact the sender and > delete the material from your computer. > > > > > > > ------------------------------ > > The information contained in this e-mail is confidential and/or > proprietary to Capital One and/or its affiliates and may only be used > solely in performance of work or services for Capital One. The information > transmitted herewith is intended only for use by the individual or entity > to which it is addressed. If the reader of this message is not the intended > recipient, you are hereby notified that any review, retransmission, > dissemination, distribution, copying or other use of, or taking of any > action in reliance upon this information is strictly prohibited. If you > have received this communication in error, please contact the sender and > delete the material from your computer. >
