Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from jbake-org:master #26

Open
wants to merge 41 commits into
base: master
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 6, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

jonbullock and others added 8 commits December 22, 2021 21:24
…releaser-737

# Conflicts:
#	gradle/github-releases.gradle
#	jbake-dist/build.gradle
Avoid:
Exception in thread Thread-7 java.lang.IllegalStateException: Queue full
        at java.base/java.util.AbstractQueue.add(AbstractQueue.java:98)
        at java.base/java.util.concurrent.ArrayBlockingQueue.add(ArrayBlockingQueue.java:326)
        at org.jbake.maven.util.DirWatcher.onUpdated(DirWatcher.java:57)
        at org.jbake.maven.util.DirWatcher.accessbash00(DirWatcher.java:17)
        at org.jbake.maven.util.DirWatcher.onFileChange(DirWatcher.java:40)
        at org.apache.commons.io.monitor.FileAlterationObserver.doMatch(FileAlterationObserver.java:410)
        at org.apache.commons.io.monitor.FileAlterationObserver.checkAndNotify(FileAlterationObserver.java:333)
        at org.apache.commons.io.monitor.FileAlterationObserver.checkAndNotify(FileAlterationObserver.java:334)
        at org.apache.commons.io.monitor.FileAlterationObserver.checkAndNotify(FileAlterationObserver.java:303)
        at org.apache.commons.io.monitor.FileAlterationMonitor.run(FileAlterationMonitor.java:183)
        at java.base/java.lang.Thread.run(Thread.java:829)
which stops further processing of changed files.
@pull pull bot added the ⤵️ pull label Jan 6, 2022
jonbullock and others added 21 commits March 3, 2022 22:53
Fix for data files being referenced from Pebble templates
Use blocking method rather than the throwing one
Force the OrientDB type rather than let OrientDB decide.
As adoptopenjdk is deprecated the dependencies should be adopted to its successor adoptium/temurin
Change DuplicatesStrategy from EXCLUDE to INCLUDE
Resolves #747 - OTrackedMap returned for contents of data file
Upgraded OrientDB to 3.1.20.
Updated tests as OrientDB v3.1.x doesn't allow DB name to be a path.
Groovy template test was flaky, so removed override which made it more reliable.
Upgrade to OrientDB v3.1.20 to allow JBake to run on Apple Silicon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants