Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 8f91e1: Fix running with Java versions > 11 failing tests

  Branch: refs/heads/next
  Home:   https://github.com/eclipse/ice
  Commit: 8f91e144c730586fac23fbdb152b956898723099
      https://github.com/eclipse/ice/commit/8f91e144c730586fac23fbdb152b956898723099
  Author: Daniel Bluhm <bluhmdj@xxxxxxxx>
  Date:   2020-10-02 (Fri, 02 Oct 2020)

  Changed paths:
    M org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/pom.xml
    M org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/test/java/org/eclipse/ice/tests/dev/annotations/processors/DataElementAnnotationTestHelper.java
    M org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/test/java/org/eclipse/ice/tests/dev/annotations/processors/DataElementProcessorTest.java
    R org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/test/java/org/eclipse/ice/tests/dev/annotations/processors/LoggingDataElementProcessor.java
    A org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/test/resources/simplelogger.properties

  Log Message:
  -----------
  Fix running with Java versions > 11 failing tests

DataElementProcessor tests loosened to not consider warnings a failure
condition. Removed LoggingDataElementProcessor in favor of just having a
standard logger during testing; leave it up to tester to determine if
warnings are serious or not.

Signed-off-by: Daniel Bluhm <bluhmdj@xxxxxxxx>


  Commit: d0c5995fb91a9409466a1d2b718b0e3807aa47d9
      https://github.com/eclipse/ice/commit/d0c5995fb91a9409466a1d2b718b0e3807aa47d9
  Author: Daniel Bluhm <bluhmdj@xxxxxxxx>
  Date:   2020-10-02 (Fri, 02 Oct 2020)

  Changed paths:
    M org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/test/java/org/eclipse/ice/tests/dev/annotations/processors/DataElementAnnotationTestHelper.java

  Log Message:
  -----------
  Remove now useless helpers

Signed-off-by: Daniel Bluhm <bluhmdj@xxxxxxxx>


  Commit: 78ca443c92a72eeb3b9e45d472a609835a881e29
      https://github.com/eclipse/ice/commit/78ca443c92a72eeb3b9e45d472a609835a881e29
  Author: Daniel Bluhm <bluhmdj@xxxxxxxx>
  Date:   2020-10-02 (Fri, 02 Oct 2020)

  Changed paths:
    M org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/pom.xml
    M org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/java/org/eclipse/ice/dev/annotations/processors/VelocitySourceWriter.java
    M org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/templates/DataElement.vm
    M org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/templates/common.vm
    A org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/tools.xml

  Log Message:
  -----------
  Add velocity tools and use esc tool for newlines

Having access to these tools should be quite helpful for future
templates. Current templates can likely be simplified as well.

Signed-off-by: Daniel Bluhm <bluhmdj@xxxxxxxx>


  Commit: 7ff432d03dcc07d16ae6d97206d22222a4af0e29
      https://github.com/eclipse/ice/commit/7ff432d03dcc07d16ae6d97206d22222a4af0e29
  Author: Jay Jay Billings <jayjaybillings@xxxxxxxxx>
  Date:   2020-10-06 (Tue, 06 Oct 2020)

  Changed paths:
    M org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/pom.xml

  Log Message:
  -----------
  Set source, target, and release versions.

Signed-off-by: Jay Jay Billings <jayjaybillings@xxxxxxxxx>


  Commit: 3bca337cc78860a5e3b5fbe2851bd1e02b41c0dd
      https://github.com/eclipse/ice/commit/3bca337cc78860a5e3b5fbe2851bd1e02b41c0dd
  Author: Jay Jay Billings <jayjaybillings@xxxxxxxxx>
  Date:   2020-10-06 (Tue, 06 Oct 2020)

  Changed paths:
    M org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/pom.xml

  Log Message:
  -----------
  Merge branch 'next' into fix/logging-processor-version


Compare: https://github.com/eclipse/ice/compare/2f8357879373...3bca337cc788


Back to the top