Releases: dkpro/dkpro-jwpl
Releases · dkpro/dkpro-jwpl
JWPL 2.0.0
What's Changed
- dkpro-jwpl-hibernate-5.2.1-spring-4.3.0-migration by @mawiesne in #137
- Fixed SAXParseException by @kunalsheth in #145
- Reduce drastically computation time by @jsubercaze in #149
- Upgrading Sweble and associated libs by @tgalery in #155
- Adding contributor by @tgalery in #157
- Fixes #163 - Extract classes in package '....parser.tutorial' to a separate Maven module by @mawiesne in #166
- Fixes #2 by introcution of embedded Hsqldb tests by @mawiesne in #162
- Fixes #167 - Move classes in package 'de.tudarmstadt.ukp.wikipedia.api.tuto… by @mawiesne in #168
- Fixes #169 - Raise test coverage of 'Wikipedia' (api) class to at least 60% (line & branch) by @mawiesne in #170
- Fixes #171 - Raise test coverage of 'Page' (api) class to at least 75% (line & branch) by @mawiesne in #172
- #174 - Query did not return a unique result for "existsPage(String title)" after introduction of HSQL-DB tests by @mawiesne in #175
- #176 - Modernize JWPL maven plugins and related tooling via update to dkpro-parent-pom version 19 by @mawiesne in #177
- #160 - Page.getPlainText broken -
PlainTextConverter
struggles to discriminate candidate methods and ends in 'VisitorException' by @mawiesne in #185 - #181 - Reduce duplicated code in
de.tudarmstadt.ukp.wikipedia.api.hibernate
package by @mawiesne in #182 - #183 - Raise test coverage of 'Category' (api) class to at least 75% (line & branch) by @mawiesne in #184
- #178 - Provide method to retrieve a page's categories by page title by @mawiesne in #179
- #186 - Switch to modern license header by @reckart in #192
- #193 - Fetching plain text throws visitNotFoundException by @mawiesne in #194
- Fixes #180 - Migrate 'PerformanceTest' to be a real integration test by @mawiesne in #196
- Fixes #197 - Fetching plain text with WtXmlEndTag fails with VisitNotFoundException by @mawiesne in #198
- Fixes #189 - Switch to SLF4J by @mawiesne in #191
- Fixes time relative tests by @tgalery in #203
- upgrading sweble by @tgalery in #202
- #229 - Switch from Jenkins to GH actions by @rzo1 in #228
- #24 - Automatically delete *.bin files after dump creation process by @mawiesne in #231
- Add GH build badge to README.md by @mawiesne in #232
- Resolves #226 "Transition from javax to jakarta" by @rzo1 in #227
- #165 - Switch to "org.dkpro" style by @mawiesne in #234
- Update CONTRIBUTORS.txt by @rzo1 in #236
- #237 - Modernize codebase towards modern Java by @mawiesne in #240
- #245 Remove unused method binding to commons.io dependency in API module by @mawiesne in #246
- #247 Update dependency commons-lang to version 3.x by @mawiesne in #248
- #249 Remove commons-codec dependency in favor of JDK's own Base64 codec by @mawiesne in #250
- #251 Fix inconsistent indentation and formatting of code by @mawiesne in #252
- #243 Update test framework JUnit to 5.x by @mawiesne in #244
- #241 Update dependency Spring to version 6.x by @mawiesne in #253
- #257 - Add issue templates by @reckart in #258
- Fixes #255: Missing license.txt files by @rzo1 in #256
- #254 Declare unused methods as deprecated by @mawiesne in #260
- #261 - Clean up POMs by @reckart in #262
- #164 - Introduce checkstyle by @reckart in #263
- #264 - Compiler error in Eclipse only by @reckart in #265
- #261 - Clean up POMs by @reckart in #266
- #269 Modernize handling of java.sql resources towards try-with-resources by @mawiesne in #270
- #267 Add new files to excludes section of apache-rat-plugin by @mawiesne in #268
- #124 PageQueryIterable doesn't escape special characters by @mawiesne in #272
- #274 Delete setting Hibernate dialects at compile-time in WikiHibernateUtil by @mawiesne in #275
- #136 UniversalDecompressor hard-codes configuration file location by @mawiesne in #273
- #82 ModularParser-getLanguages()-returns-null by @mawiesne in #276
- #277: Fix JavaDoc Errors preventing its generation by @rzo1 in #278
- Adds empty javadoc jar to maven shade artifact in order to meet OSS Sonatype requirements by @rzo1 in #279
- Resolves "Reviewer feedback for 2.0.0 RC1" by @rzo1 in #283
- Incorporates reviewer feedback of 2.0.0 RC2 by @rzo1 in #285
New Contributors
- @mawiesne made their first contribution in #137
- @kunalsheth made their first contribution in #145
- @jsubercaze made their first contribution in #149
- @tgalery made their first contribution in #155
- @reckart made their first contribution in #192
Full Changelog: de.tudarmstadt.ukp.wikipedia-1.1.0...dkpro-jwpl-2.0.0
JWPL 1.1.0
Now available under Apache License
Highlights
Issue #133: change parent-pom to dkpro-parent-pom v14
Issue #129: upgrade to Java 7
Issue #128: switch from GPL to ASL license
Bug Fixes
Fixed a bug in the workaraound for Talk page retrieval
RevisionIterator now loads all revision fields
Transformed System.out to logger messages
Other Changes
Added methods to retrieve PK of first revision of an article
Added retrieval method for revision timestamps between two dates
Issue #130: drop de.tudarmstadt.ukp.wikipedia.dist module
Issue #127: fixes in dependency management