- 1f0dd86 Add missing Apache 2.0 license headers by Georg Kallidis · 4 days ago trunk
- 22c3091 Ignore .claude and .specify folders by Georg Kallidis · 4 days ago
- d888efa Update deps commons-configuration to 2.15.1, yauaa to 8.1.1 (from 7.x), added collections4 as test in ObjectUtilsTest, jaxb-runtime to v4.0.9, add inline comment, remove deprecated status attribute in test/log4j*.xml, cft. https://logging.apache.org/log4j/2.x/manual/status-logger.html#config by Georg Kallidis · 4 days ago
- 8228be6 Make log4j2 implementations optional; adding profile log4j2 to activate it again, and exclude transitively log4j deps from Torque, Thanks to David Maffit. by Georg Kallidis · 6 days ago
- 2674a87 Merge branch 'trunk' of github.com:apache/turbine-core into trunk by Georg Kallidis · 3 weeks ago
- be7a6fc Fix yaml test to be more robust. by Georg Kallidis · 3 weeks ago
- 1e09379 Merge pull request #13 from apache/infrastructure-ruleset-bot/default-branch-protection by G M Kallidis · 8 weeks ago
- a4ede9c Set up default protection ruleset for default and release branches by The Apache Software Foundation · 8 weeks ago infrastructure-ruleset-bot/default-branch-protection
- 8ac1d03 Use fulcrum parser v4.0.1-SNAPSHOT by Georg Kallidis · 3 months ago
- 967a570 Merge pull request #12 from apache/system-logger by Thomas Vandahl · 5 months ago
- a538675 Deprecate unused log constants by Thomas Vandahl · 6 months ago
- 706d7f4 Remove explicit log4j configuration, by Thomas Vandahl · 6 months ago
- cb32e7f Update to log4j-slf4j2-impl, fix dependency scope by Thomas Vandahl · 6 months ago
- 5814bef Proposal for System.Logger by Thomas Vandahl · 6 months ago
- a153016 Some modernization, improved tests by Thomas Vandahl · 6 months ago
- e1bdece Use java.time.format.DateTimeFormatter by Thomas Vandahl · 6 months ago
- 982b5a8 Document changes by Thomas Vandahl · 6 months ago
- 09beefe Remove explicit declared transitive dependencies not used directly by Thomas Vandahl · 6 months ago
- fc81545 Rely on library cache by Thomas Vandahl · 6 months ago
- db39340 Use Base64 from JDK, removing commons-codec dependency by Thomas Vandahl · 6 months ago
- b5f51e1 Fix log message by Thomas Vandahl · 6 months ago
- 0c44072 Remove useless double check by Thomas Vandahl · 6 months ago
- 31d9a1b Document changes by Thomas Vandahl · 6 months ago
- 30386a4 Dependency version update by Thomas Vandahl · 6 months ago
- d736266 Move WorkerThread into private Lambda function by Thomas Vandahl · 6 months ago
- f143578 Organize imports by Thomas Vandahl · 6 months ago
- 44f0dfb Add some convenience methods to PipelineData by Thomas Vandahl · 6 months ago
- ed8cddd WIP: Further code reduction in the PipelineData/RunData class hierarchy by Thomas Vandahl · 7 months ago
- 84e3cdb Merge branch 'trunk' of https://gitbox.apache.org/repos/asf/turbine-core.git into trunk by Thomas Vandahl · 7 months ago
- 3ab0272 WIP: Refactor RunData by Thomas Vandahl · 7 months ago
- b2579be Parametrize ApplicationTool to reduce number of instanceof checks by Thomas Vandahl · 7 months ago
- 33ff611 Fix typo, link and naming by Georg Kallidis · 7 months ago
- 37fc0b8 Switch from site to project schema (decoration 1.8.0) in site.xml and update favicon to new (dynamic) Apache logo. by Georg Kallidis · 10 months ago
- 3e863a9 Further clean up, modernize instanceof by Thomas Vandahl · 7 months ago
- b2ce45d Clean up by Thomas Vandahl · 7 months ago
- dac5095 Ignore VSCode settings by Thomas Vandahl · 7 months ago
- faa1d8a Use ConcurrentMap by Thomas Vandahl · 7 months ago
- 5c17490 Better try-with-resources by Thomas Vandahl · 7 months ago
- 689299d Use PipelineData instead of RunData by Thomas Vandahl · 7 months ago
- 21567ea Typos by Thomas Vandahl · 7 months ago
- 839d611 Remove InitableBroker and use default interface methods where possible by Thomas Vandahl · 7 months ago
- 796d917 Use default interface methods by Thomas Vandahl · 7 months ago
- 7ca360c Clean up deprecations, organize imports by Thomas Vandahl · 7 months ago
- 0f7883f Merge branch 'trunk' of https://gitbox.apache.org/repos/asf/turbine-core.git into trunk by Thomas Vandahl · 10 months ago
- cabf705 Merge pull request #11 from apache/dependabot/maven/org.apache.commons-commons-lang3-3.18.0 by G M Kallidis · 12 months ago
- 17fb83d Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.18.0 by dependabot[bot] · 1 year ago
- d8f1439 Merge branch 'trunk' of https://gitbox.apache.org/repos/asf/turbine-core.git into trunk by Thomas Vandahl · 1 year, 1 month ago
- 8a6536d [maven-release-plugin] prepare for next development iteration by Georg Kallidis · 1 year, 1 month ago
- f45f897 [maven-release-plugin] prepare release turbine-7.0-candidate by Georg Kallidis · 1 year, 1 month ago turbine-7.0
- 7b6e73e Merge pull request #10 from apache/dependabot/maven/commons-beanutils-commons-beanutils-1.11.0 by G M Kallidis · 1 year, 1 month ago
- ed66a15 Bump commons-beanutils:commons-beanutils from 1.9.4 to 1.11.0 by dependabot[bot] · 1 year, 2 months ago
- 2c2a1bb Fix site remove elements, which are already defined in parent pom site.xml, if no need to override. Add info about more Torque configuration parameters by gk · 1 year, 2 months ago
- f0dcda6 Add changes, fix url in pom.xml, update readme, fix table view by gk · 1 year, 2 months ago
- f05c20d Fix .asf.yaml notifications and add description and homepage by gk · 1 year, 3 months ago
- 082abcd Fix indentation in .asf.yaml by gk · 1 year, 3 months ago
- 68cc4cd Use Turbine parent 14, update changes, site and javadoc with reference to jakarta servlet api by gk · 1 year, 3 months ago
- ab36159 Static compile pattern, explain key check in more details (in javadoc), reformat log messages by gk · 1 year, 5 months ago
- 3b697f0 Fix for security check to prevent XSS for default Turbine keys from parameters, which might be set or not and e.g. sed in templates and other places. by gk · 1 year, 5 months ago
- 73fdd2e Update Fulcrum Cache by gk · 1 year, 5 months ago
- ca35149 Update deps: Fulcrum Quartz to 2.0.0, Jackson2 to 2.18.2, Testcontainers to 1.20.4, refactor BaseInitBroker extract buildCircularDependencyMessage method, adjust log lvel in DateTimeFormattermake instance vars Logger and ConcurrentMap final in AnnotationProcessor, add hints for jira in .asf.yaml by gk · 1 year, 5 months ago
- dec2005 Merge branch 'trunk' of https://gitbox.apache.org/repos/asf/turbine-core.git into trunk by Thomas Vandahl · 1 year, 6 months ago
- 473d2b1 Try to fix pool object lifecycle by Thomas Vandahl · 1 year, 6 months ago
- a0096b4 Update fulcrum deps (5 of 6) to released versions by gk · 1 year, 6 months ago
- bbd6a26 Deleted xdocs moved to src/site/xdoc and update to parent 14-SNAPSHOT and update to released yaafi Fulcrum component by Georg Kallidis · 1 year, 9 months ago
- 82e3d78 Use released parent v13 and rat version, adapt rat execution and add check goal. Fix NPE in DefaultUserManager. Update to site 2.0 moving xdocs to site/xdoc, fix warning for center tag, add custom configuration from parent and adapt site.xml, fix javadoc by gemkall · 1 year, 10 months ago
- 5318819 Fixed javadoc erros in DateTime* classes, activated jacoco, use properties for fulcrum components, update external deps commons-email2-jakarta to release, jackson to 2.17.2 by gemkall · 2 years ago
- c25cb8d Update dependencies: Use jakarte servlet compatible jabsorb 2.0.0, add json dependency explicitely (which is optional, but required for Turbine xml rpc service to work), remove commons-configuration (includes commons lang), update commons-configuration 2.11.2, -logging 1.3.2, -text 1.12.0 and yauaa to 7.26.1 by gemkall · 2 years ago
- b6ed82f Replace javax servlet-api 3.1.0 with jakarta servlet-api 6.1.0, use jakarta dependendies commons-email2-jakarta, log4j-jakarta-web and update fulcrum-localization and fulcrum-quartz to 2.0.0-SNAPSHOT, fulcrum-intake, fulcrum-security and fulcrum-parser to 3.0.1-SNAPSHOT, fulcrum-testcontainer to 2.0.1-SNAPSHOT. Set Turbine core version to 7-SNAPSHOT by Georg Kallidis · 2 years ago
- 412afb3 Update deps parent to 13-SNAPSHOT, use torque 6.0, minor updates for yauaa 7.25.0, jackson2 2.17.1 by Georg Kallidis · 2 years, 1 month ago
- c421b79 New configuration option "session.objectinputfilter" by Thomas Vandahl · 2 years, 1 month ago
- fc65c2d Merge pull request #9 from apache/dependabot/maven/org.apache.commons-commons-configuration2-2.10.1 by G M Kallidis · 2 years, 4 months ago
- faf3502 Update Torque to v.2-SNAPSHOT by Georg Kallidis · 2 years, 4 months ago
- 271eb7a Bump org.apache.commons:commons-configuration2 from 2.8.0 to 2.10.1 by dependabot[bot] · 2 years, 4 months ago
- aa18295 update jakarta.xml.bind-api to v4.0.1, update changes.xml by Georg Kallidis · 2 years, 5 months ago
- bb60b4a [maven-release-plugin] prepare for next development iteration by Georg Kallidis · 2 years, 6 months ago
- 41cb8a1 [maven-release-plugin] prepare release turbine-6.0-candidate by Georg Kallidis · 2 years, 6 months ago turbine-6.0
- 20cd934 Reset to turbine-6.0-SNAPSHOT again by Georg Kallidis · 2 years, 6 months ago
- c45bb20 Update changes.xml by Georg Kallidis · 2 years, 6 months ago
- 71cdc39 [maven-release-plugin] prepare for next development iteration by Georg Kallidis · 2 years, 6 months ago
- 13ee25a [maven-release-plugin] prepare release turbine-6.0-candidate by Georg Kallidis · 2 years, 6 months ago
- 9c40886 Revert to 6.0-SNAPSHOT, add missing license headers to java files, fix rat report generation by manually updating version from 0.14 to 0.15 and add configuration to rat plugin by Georg Kallidis · 2 years, 6 months ago
- 3c1b3cf [maven-release-plugin] prepare for next development iteration by Georg Kallidis · 2 years, 6 months ago
- 8e19909 [maven-release-plugin] prepare release turbine-6.0 by Georg Kallidis · 2 years, 6 months ago
- 4bf6b37 Update minor versions of deps commons-poo2 to 2.12.0, jaxb-runtime to 4.0.4, slf4j-api to 2.0.11, update changes.xml by Georg Kallidis · 2 years, 6 months ago
- 6d48382 remove javadoc errors and warnings by Georg Kallidis · 2 years, 6 months ago
- 31acc8b Allow reproducible builds with profile rv-builds, remove torque comment by Georg Kallidis · 2 years, 6 months ago
- f3a84ed Exclude build meta data to be in VC by Georg Kallidis · 2 years, 6 months ago
- 69c165d Update jackson to v.2.15.3, suppress CVE-2021-37533 commons-net 3.9.0 for (some) dependencies, update feature information. by Georg Kallidis · 2 years, 7 months ago
- 306fff6 Ignore eclipse annotation generated folders. by Georg Kallidis · 2 years, 8 months ago
- 557dd58 Update changes.xml and javadoc, add debug logging by Georg Kallidis · 2 years, 8 months ago
- 84d70b6 Turbine Services annotation: allow class level declaration as an alternative to set the service identifier and the ability to 'inherit' turbine services in fields and methods. by Georg Kallidis · 2 years, 8 months ago
- ba1d39c Refactored and Fixed Date time formatter: extend with zoneId, use locale in tool, if available, add debug log in RundataLocalizationService by Georg Kallidis · 2 years, 8 months ago
- 29a6875 Fix Date time service, tool and test. Allow Instant as argument to formatting. Integrate with Turbine Localization Utils and Tool. by Georg Kallidis · 2 years, 8 months ago
- 54579d7 Update deps in pom by Georg Kallidis · 2 years, 8 months ago
- a92bba4 Fix deprecated reflection without default constructor by Georg Kallidis · 2 years, 8 months ago
- 1758780 add rundata based locale setting in session (temp storage), integrated in LocalizationTool + test, update yauaa to 7.22.0 by Georg Kallidis · 2 years, 10 months ago
- 30be333 Fix in user manager method retrieveList: delegate instead of getAllUsers to retrieveUserList by Georg Kallidis · 2 years, 10 months ago
- ca30ac5 Convert package.html to package-info.java by Thomas Vandahl · 2 years, 11 months ago
- dedd12b Organize imports by Thomas Vandahl · 2 years, 11 months ago
- b6bd441 Use ReentrantLock instead of synchronized methods + lock for service by Georg Kallidis · 2 years, 11 months ago