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

Merged in #459 and addressed code review suggestions #529

Closed
wants to merge 68 commits into from

Conversation

jonbullock
Copy link
Member

See #459

manikmagar and others added 30 commits March 3, 2018 14:14
4.9 is the current. Maybe the whole 4.x works  but 3.x does not.
refactored Asset class. switching back to Key class with static string properties.

make tests green again

refactored Renderer, AbstractTemplateEngine and implementations

refactored Crawler

refactored Parser and MarkupEngines

cleanup

refactored RenderingTools

refactored launcher classes and Oven

moved option keys to JBakeConfiguration. fixed test.

removed last CompositeConfiguration couplings. refactored Oven. Added tests.
rebased with master. added default type to configuration.

rebased on master. Fixed broken tests.
Restore deprecated Asset constructor

Restore deprecated Crawler constructor

Restore deprecated RenderingTool and implementations and Renderer constructors

Restore deprecated Baker, BakeWatcher and Init

Restore deprecated MarkupEngine and ParserEngine

introduce deprecated DefaultJBakeConfiguration constructor

Restored deprecated AbstractTemplateEngine constructor and implementations
determine current sourcepath with user.dir system property
jonbullock and others added 20 commits August 14, 2018 13:24
…ory-leak

Lazy evaluation of extractor values for ThymeleafTemplateEngine
…aZizka/jbake into OndraZizka-oz03-refactorMarkdownEngine

# Conflicts:
#	jbake-core/src/main/java/org/jbake/parser/MarkdownEngine.java
https://docs.travis-ci.com/user/languages/java/#using-java-10-and-later

unfortunately openjdk11 fails at present in contrast to the
documentation
…bake into OndraZizka-oz17-usePlocalForIT

# Conflicts:
#	jbake-core/src/test/java/org/jbake/app/ContentStoreIntegrationTest.java
#	jbake-core/src/test/java/org/jbake/app/CrawlerTest.java
#	jbake-core/src/test/java/org/jbake/app/PaginationTest.java
#	jbake-core/src/test/java/org/jbake/app/template/AbstractTemplateEngineRenderingTest.java
#	jbake-core/src/test/java/org/jbake/app/template/GroovyTemplateEngineRenderingTest.java
…bake into OndraZizka-oz17-usePlocalForIT

# Conflicts:
#	jbake-core/src/test/java/org/jbake/app/ContentStoreIntegrationTest.java
#	jbake-core/src/test/java/org/jbake/app/CrawlerTest.java
#	jbake-core/src/test/java/org/jbake/app/PaginationTest.java
#	jbake-core/src/test/java/org/jbake/app/template/AbstractTemplateEngineRenderingTest.java
#	jbake-core/src/test/java/org/jbake/app/template/GroovyTemplateEngineRenderingTest.java
…ndraZizka/jbake into OndraZizka-oz11-fixFileNamesEncodingInUri

# Conflicts:
#	jbake-core/src/main/java/org/jbake/app/Crawler.java
@kwin
Copy link
Contributor

kwin commented Aug 27, 2018

Anything blocking this? We are pretty much suffering from the img src bug (i.e. not correctly detecting links not starting with "/" as relative links) which is solved with this PR? Can we expect a fixed release 2.6.2 in the next days?

manikmagar and others added 4 commits August 28, 2018 13:18
Changed so root path isn't used anymore.
…nikmagar-fix/issue455

# Conflicts:
#	jbake-core/src/main/java/org/jbake/app/ConfigUtil.java
#	jbake-core/src/main/java/org/jbake/util/HtmlUtil.java
#	jbake-core/src/test/java/org/jbake/util/HtmlUtilTest.java
@jonbullock
Copy link
Member Author

Delay has been in rebasing this to reflect recent changes in master. I'm going to cherry pick the changes onto a new PR as this has got messy now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

6 participants