You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/10/09 18:50:05 UTC

[GitHub] [netbeans-website] hectorespert opened a new pull request #495: Update Jbake version to support Java 11

hectorespert opened a new pull request #495:
URL: https://github.com/apache/netbeans-website/pull/495


   Jbake doesn't work with Java 9 or higher: https://github.com/jbake-org/jbake/issues/408
   
   Based on https://github.com/apache/netbeans-website/pull/431
   
    


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans-website] hectorespert merged pull request #495: Update Jbake version to support Java 11

Posted by GitBox <gi...@apache.org>.
hectorespert merged pull request #495:
URL: https://github.com/apache/netbeans-website/pull/495


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans-website] vieiro commented on pull request #495: Update Jbake version to support Java 11

Posted by GitBox <gi...@apache.org>.
vieiro commented on pull request #495:
URL: https://github.com/apache/netbeans-website/pull/495#issuecomment-803265313


   In java 11 the error I'm getting is slightly different:
   
   ```
    class java.util.Date cannot be cast to class java.lang.String (java.util.Date and java.lang.String are in module java.base of loader 'bootstrap')
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans-website] hectorespert commented on pull request #495: Update Jbake version to support Java 11

Posted by GitBox <gi...@apache.org>.
hectorespert commented on pull request #495:
URL: https://github.com/apache/netbeans-website/pull/495#issuecomment-812624965


   > Any ideas of what could be the cause? I'll try to investigate as well.
   
   Any idea.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans-website] vieiro commented on pull request #495: Update Jbake version to support Java 11

Posted by GitBox <gi...@apache.org>.
vieiro commented on pull request #495:
URL: https://github.com/apache/netbeans-website/pull/495#issuecomment-805215613


   Hi @hectorespert ,
   
   I still see a bug [1] when rendering on both Windows and Linux. If were to merge then this would break the Jenkins job (and the rendering of the site).
   
   Any ideas of what could be the cause? I'll try to investigate as well.
   
   
   ```
   <stdin>: line 500: no callout found for <1>
   <stdin>: line 470: list item index: expected 1, got 6
   $ANSI{green {db=cache}} Error during comparision
   java.lang.ClassCastException: java.util.Date cannot be cast to java.lang.String
           at java.lang.String.compareTo(String.java:111)
           at com.orientechnologies.orient.core.sql.parser.OOrderByItem.compare(OOrderByItem.java:137)
           at com.orientechnologies.orient.core.sql.parser.OOrderBy.compare(OOrderBy.java:58)
           at com.orientechnologies.orient.core.sql.executor.OrderByStep.lambda$init$3(OrderByStep.java:150)
           at java.util.TimSort.countRunAndMakeAscending(TimSort.java:360)
           at java.util.TimSort.sort(TimSort.java:234)
           at java.util.Arrays.sort(Arrays.java:1512)
           at java.util.ArrayList.sort(ArrayList.java:1464)
           at com.orientechnologies.orient.core.sql.executor.OrderByStep.init(OrderByStep.java:150)
           at com.orientechnologies.orient.core.sql.executor.OrderByStep.lambda$syncPull$0(OrderByStep.java:40)
           at java.util.Optional.ifPresent(Optional.java:159)
           at com.orientechnologies.orient.core.sql.executor.OrderByStep.syncPull(OrderByStep.java:40)
           at com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlan.fetchNext(OSelectExecutionPlan.java:37)
           at com.orientechnologies.orient.core.sql.parser.OLocalResultSet.fetchNext(OLocalResultSet.java:39)
           at com.orientechnologies.orient.core.sql.parser.OLocalResultSet.<init>(OLocalResultSet.java:30)
           at com.orientechnologies.orient.core.sql.parser.OSelectStatement.execute(OSelectStatement.java:276)
           at com.orientechnologies.orient.core.sql.parser.OStatement.execute(OStatement.java:79)
           at com.orientechnologies.orient.core.db.document.ODatabaseDocumentEmbedded.query(ODatabaseDocumentEmbedded.java:538)
           at org.jbake.app.ContentStore.query(ContentStore.java:339)
           at org.jbake.app.ContentStore.getUnrenderedContent(ContentStore.java:311)
           at org.jbake.render.DocumentsRenderer.render(DocumentsRenderer.java:25)
           at org.jbake.app.Oven.renderContent(Oven.java:207)
           at org.jbake.app.Oven.bake(Oven.java:156)
           at org.jbake.app.Oven$bake$2.call(Unknown Source)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans-website] hectorespert commented on a change in pull request #495: Update Jbake version to support Java 11

Posted by GitBox <gi...@apache.org>.
hectorespert commented on a change in pull request #495:
URL: https://github.com/apache/netbeans-website/pull/495#discussion_r606423105



##########
File path: netbeans.apache.org/src/content/wiki/BuildSystemHowTo.asciidoc
##########
@@ -30,7 +30,6 @@
 :toc: left
 :toc-title:
 :experimental:
-:date: June 21, 2006

Review comment:
       @vieiro Seems that date exceptions are generated by this document metadata. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists