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

52 displayparagraphif doesnt work inside table with repeattablerow master javax #124

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
734b0ca
fix: custom property resolvers not used in repeatDocPart
msiegenthaler Apr 9, 2021
ac22d1b
fixed unit test template for reservoirs
AL1047088 Aug 16, 2022
634f4e9
disabled stopping on evaluation errors
AL1047088 Aug 16, 2022
b49469c
added comment on the spot
AL1047088 Aug 17, 2022
f645379
try implementation of generating a template in memory for the repeatD…
AL1047088 Aug 18, 2022
c054ee3
calling docx stamper for subtemplate :)
AL1047088 Aug 18, 2022
99ebbe4
accumulating generated sub documents to commit everything at once
AL1047088 Aug 18, 2022
5230c60
fixed comments not inserted in submemo
AL1047088 Aug 19, 2022
758c46a
removed orphan commentrangeend in repeatElements
AL1047088 Aug 19, 2022
01fd356
try inserting generated submemos
AL1047088 Aug 19, 2022
acd7bde
try copying sub template before stamping
AL1047088 Aug 19, 2022
005b634
fixed some bugs
AL1047088 Aug 19, 2022
dba6960
removed P as insertable parent
AL1047088 Aug 19, 2022
4fb6d32
debugged the whole thing
AL1047088 Aug 19, 2022
4b42fc6
enhanced exception handling
AL1047088 Aug 19, 2022
c9df054
Update pom.xml
AL1047088 Aug 22, 2022
a43714a
fixed excluded placeholder issue in repeatDocPart
AL1047088 Aug 30, 2022
b7e57f6
Improve Processor tolerance to non valued fields in context
AL1047088 Sep 7, 2022
5926603
bootstrap maintenance tooling
caring-coder Sep 7, 2022
78f61e9
Bump junit from 4.4 to 4.13.2 (#11)
dependabot[bot] Sep 7, 2022
ac04ac3
Bump commons-io from 2.5 to 2.11.0 (#12)
dependabot[bot] Sep 8, 2022
24979b6
Bump spring-expression from 4.3.6.RELEASE to 5.3.22 (#10)
dependabot[bot] Sep 8, 2022
7e4c00a
Fix/null values in processors (#13)
AL1047088 Sep 8, 2022
b77b94a
Improve maven build setup (#14)
caring-coder Sep 9, 2022
9c7a2c6
Bump pitest-maven from 1.7.2 to 1.9.5 (#16)
dependabot[bot] Sep 12, 2022
44d9881
Bump maven-project-info-reports-plugin from 3.3.0 to 3.4.1 (#20)
dependabot[bot] Sep 12, 2022
84c8920
Bump maven-resources-plugin from 3.2.0 to 3.3.0 (#18)
dependabot[bot] Sep 12, 2022
e478e0c
Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M7 (#21)
dependabot[bot] Sep 12, 2022
b1f1791
Bump javassist from 3.21.0-GA to 3.29.1-GA (#17)
dependabot[bot] Sep 12, 2022
978013f
fix: #32 (some components not deleted due to wrong offset value)
bflorat Nov 18, 2021
4b9a587
setup jacoco reports
caring-coder Sep 12, 2022
d2991c4
add pages setup
caring-coder Sep 12, 2022
bc902c0
skipping malformed comments in CommentUtil.getComments to avoid NullP…
AL1047088 Sep 15, 2022
de0208e
fixed RepeatProcessor not using the configuration settings
AL1047088 Sep 15, 2022
359102e
ci deploy to maven central
Sep 15, 2022
d0ddd0b
bump version
Sep 15, 2022
fbd3a6a
fix ci (#28)
caring-coder Sep 15, 2022
968d1a4
Bump maven-javadoc-plugin from 3.3.1 to 3.4.1 (#31)
dependabot[bot] Sep 15, 2022
d6680d5
Bump maven-surefire-report-plugin from 3.0.0-M5 to 3.0.0-M7 (#30)
dependabot[bot] Sep 15, 2022
c367b91
Bump spring-expression from 5.3.22 to 5.3.23 (#29)
dependabot[bot] Sep 15, 2022
997ed62
Bump maven-site-plugin from 3.9.1 to 3.12.1 (#33)
dependabot[bot] Sep 15, 2022
c42a23e
Bump javassist from 3.29.1-GA to 3.29.2-GA (#32)
dependabot[bot] Sep 15, 2022
e36b00d
Fix for issue #34 (#37)
ynaciri Sep 23, 2022
d076fdf
make manual publish possible (#38)
caring-coder Sep 23, 2022
a923ddc
fixed introduced regression in 1.4.7-SNAPSHOT (#39)
ynaciri Sep 23, 2022
e1329d9
1.4.7 (#41)
caring-coder Sep 23, 2022
2100d6c
Feature: Replace text in text-boxes (#36)
t-oster Sep 23, 2022
fc1ab14
Fix/context method access (#112)
caring-coder Jan 10, 2023
8eee1a8
Update pom.xml
caring-coder Jan 10, 2023
3ca0f5c
added unit test for the failing use case (#116)
ynaciri Jan 19, 2023
e3395b0
ported NoNException PR #100 to master-javax
ynaciri Jan 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "maven" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
38 changes: 38 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: "CodeQL"

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: '39 9 * * 5'

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: [ 'java' ]

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@v2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
26 changes: 26 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: Java CI with Maven

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn --batch-mode --no-transfer-progress package
42 changes: 42 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Deploy static content to Pages

on:
push:
branches: ["master"]
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: true

jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn --batch-mode --no-transfer-progress package site
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: 'target/site'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
29 changes: 29 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Publish package to the Maven Central Repository
on:
release:
types: [created]
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Maven Central Repository
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: 'maven'
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- id: install-secret-key
name: Install gpg secret key
run: |
cat <(echo -e "${{ secrets.GPG_SECRET_KEY }}") | gpg --batch --import
gpg --list-secret-keys --keyid-format LONG
- name: Publish package
run: mvn --batch-mode --no-transfer-progress clean deploy -Dgpg.passphrase=${{ secrets.GPG_SECRET_PASS }}
env:
MAVEN_USERNAME: ${{ secrets.OSS_SONATYPE_NAME }}
MAVEN_PASSWORD: ${{ secrets.OSS_SONATYPE_PASS }}
2 changes: 0 additions & 2 deletions .settings/.gitignore

This file was deleted.

35 changes: 0 additions & 35 deletions .travis.yml

This file was deleted.

Loading