Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
672 commits
Select commit Hold shift + click to select a range
e83c5e6
Merge pull request #410 from xvik/dependabot/gradle/io.dropwizard-dro…
xvik Nov 28, 2024
37a4388
fixed scope accuracy for linked bindings in guice bindings report
xvik Nov 14, 2024
2acba5a
Bump io.dropwizard.modules:dropwizard-testing-junit4
dependabot[bot] Dec 3, 2024
c604347
Merge pull request #411 from xvik/dependabot/gradle/io.dropwizard.mod…
xvik Dec 3, 2024
d11f3c3
add snapshots publication into github repo
xvik Dec 10, 2024
dc4282d
fix snapshots repo
xvik Dec 10, 2024
d891b05
fix snapshot publication
xvik Dec 10, 2024
ffc6d53
fix snapshot publication
xvik Dec 10, 2024
8b1a7bb
examples use just published snapshot;
xvik Dec 10, 2024
6d4b233
examples ci fix attempt
xvik Dec 10, 2024
54ae81c
examples ci fix attempt
xvik Dec 10, 2024
cedac94
fix snapshot usage instruction
xvik Dec 10, 2024
e96ee3b
fix snapshot usage instruction
xvik Dec 10, 2024
11e08ad
fix ci for pull requests
xvik Dec 11, 2024
13c0d67
Bump net.researchgate.release from 3.0.2 to 3.1.0
dependabot[bot] Dec 23, 2024
919575a
Merge pull request #413 from xvik/dependabot/gradle/net.researchgate.…
xvik Dec 24, 2024
806e5d0
Bump io.dropwizard:dropwizard-dependencies
dependabot[bot] Jan 15, 2025
b2e7c49
Bump org.cyclonedx.bom from 1.10.0 to 2.0.0
dependabot[bot] Jan 15, 2025
58cb2f1
Merge pull request #414 from xvik/dependabot/gradle/io.dropwizard-dro…
xvik Jan 16, 2025
92c1255
Merge pull request #415 from xvik/dependabot/gradle/org.cyclonedx.bom…
xvik Jan 16, 2025
ac0bf28
Bump io.dropwizard.modules:dropwizard-testing-junit4
dependabot[bot] Jan 16, 2025
ce9e0b4
Merge pull request #416 from xvik/dependabot/gradle/io.dropwizard.mod…
xvik Jan 17, 2025
51adee4
add link to github token creation guide
xvik Jan 19, 2025
1d9c35c
Bump com.github.ben-manes.versions from 0.51.0 to 0.52.0
dependabot[bot] Jan 23, 2025
7008ba0
Merge pull request #418 from xvik/dependabot/gradle/com.github.ben-ma…
xvik Jan 24, 2025
7d9afc8
bump rc version
xvik Jan 26, 2025
028c6e2
[Gradle Release Plugin] - pre tag commit: '8.0.0-rc.1'.
xvik Jan 26, 2025
b570184
[Gradle Release Plugin] - new version commit: '8.0.0-rc.2-SNAPSHOT'.
xvik Jan 26, 2025
887ad78
classpath scan could detect package-private and protected extensions …
xvik Jan 28, 2025
7016169
bump snapshot version in examples
xvik Jan 28, 2025
43e000b
fix examples link
xvik Jan 30, 2025
a4f1f7b
fix typo
xvik Jan 30, 2025
9091d03
fix sources loading in idea
xvik Jan 30, 2025
cc28268
fix guice bindings report: show missed exposed linked bindings for p…
xvik Jan 31, 2025
210530e
update disable extensions javadoc: mention removed bindings
xvik Feb 2, 2025
c58e0ae
add private modules analysis: extensions searched in private module b…
xvik Feb 2, 2025
a9618d8
Un-deprecate HK2 support (removed deprecation annotations, but soft d…
xvik Feb 3, 2025
db891a2
suppress unchecked cast
xvik Feb 3, 2025
52a8ba2
track guicey test extensions time (would appear when debug option ena…
xvik Feb 5, 2025
3284d1e
add injectOnce option into test extensions to call injectMemebers onc…
xvik Feb 6, 2025
48245f3
add getJunitContext() method for TestEnvironmentSetup (@EnableSetup) …
xvik Feb 6, 2025
6d3f434
add extensions scan filters: GuiceBundle.builder().autoScanFilter(cls…
xvik Feb 6, 2025
6e64918
Bump org.cyclonedx.bom from 2.0.0 to 2.1.0
dependabot[bot] Feb 6, 2025
a168510
Merge pull request #420 from xvik/dependabot/gradle/org.cyclonedx.bom…
xvik Feb 7, 2025
8ef76b4
add test lifecycle listeners: could be registered with TestEnvironmen…
xvik Feb 7, 2025
e53a784
add test stub fields: @StubBean(Service.class) ServiceStub (use guic…
xvik Feb 8, 2025
e7c44a3
fix javadoc;
xvik Feb 8, 2025
db8efb6
stubs support nested tests;
xvik Feb 9, 2025
42cfaf8
refactor stubs support to extract base class for field-based support …
xvik Feb 19, 2025
39e59c7
add lambda-based listener methods for TestEnvironmentSetup (alternati…
xvik Feb 20, 2025
f29b2cf
add ability to disable managed objects lifecycle for lightweight gui…
xvik Feb 22, 2025
2949501
add WebInstaller marker interface to identify web extensions (extensi…
xvik Feb 21, 2025
dc72c69
predicates for exact type (module, bundle etc.) in Disables now raise…
xvik Feb 22, 2025
a055bd4
fix quality violations
xvik Feb 24, 2025
cca3608
preserve application events with disebled managed lifecycle in guicey…
xvik Feb 24, 2025
fcedfae
add additional filters to simplify guicey info selection
xvik Feb 24, 2025
e8d6fbd
add shortcut listeners in GuiceBundle and GuiceyBundle (bootstrap and…
xvik Feb 24, 2025
66603e4
support inlined contexts when measuring internal guicey time (to supp…
xvik Feb 25, 2025
c535833
add REST stub (@StubRest): ability to start rest (or part of rest ser…
xvik Feb 26, 2025
82f5d11
fix CI tests for github actions
xvik Feb 26, 2025
b1deefb
Bump org.cyclonedx.bom from 2.1.0 to 2.2.0
dependabot[bot] Feb 26, 2025
9f4f040
Merge pull request #421 from xvik/dependabot/gradle/org.cyclonedx.bom…
xvik Feb 27, 2025
4b73b85
add BeforeInit guicey event (the first point with available Bootstrap…
xvik Feb 28, 2025
fe037c2
add logs testing support (@RecordLogs): record required logs for vali…
xvik Feb 28, 2025
5c63c25
add automatic setup objects (TestEnvironmentSetup) loading with servi…
xvik Mar 3, 2025
ca451fa
add configuration modifiers - an alternative for limited configuratio…
xvik Mar 5, 2025
169e77d
optimize adding arrays to collections
xvik Mar 5, 2025
a43880b
add manual configuration object creation support for junit 5 extensio…
xvik Mar 5, 2025
b29df32
javadoc fixes
xvik Mar 5, 2025
eec6a1e
add custom configuration block for junit5 extensions and TestEnvironm…
xvik Mar 5, 2025
891f1ff
add configOverride(String, String) for extensions and setup object
xvik Mar 5, 2025
6a7937c
improve test debug report: do not show lambda classes, instead show c…
xvik Mar 7, 2025
5b1c5f2
test performance (debug) report now logs incrementally (instead of al…
xvik Mar 7, 2025
0de960b
add application startup (and shutdown) time detalization report: .pri…
xvik Mar 11, 2025
a15b5ea
remove hooks and listeners auto recognition in setup objects to avoid…
xvik Mar 11, 2025
ba5764f
fix ci tests
xvik Mar 11, 2025
3dc7140
add listener events time to startup report;
xvik Mar 12, 2025
8466d29
support extensions registration in GuiceyBundle run;
xvik Mar 16, 2025
1e56eb8
keep original context for delayed configuration to differentiate appl…
xvik Mar 16, 2025
7a18e52
fix startup report: mention extensions recognition time in run phase
xvik Mar 16, 2025
875656e
add jersey startup time in the startup report, indicate lifecycle sim…
xvik Mar 16, 2025
cb3da4d
add no managed lifecycle test for startup time report
xvik Mar 16, 2025
161196a
add .listenJersey() method for the main builder and GuiceyEnvironment
xvik Mar 17, 2025
eb2880b
fix compilation warnings
xvik Mar 17, 2025
486b5c6
add reacive shared state access: .whenReady();
xvik Mar 17, 2025
f2c88d0
(breaking) tie a shared state key to the stored object type to simpli…
xvik Mar 18, 2025
7239c4f
transitive guicey bundles initialize immediately after registration (…
xvik Mar 18, 2025
aa9f4c8
fix guicey bundles run order (must be the same as initialization);
xvik Mar 18, 2025
cb33dea
fix test configuration source tracking for groovy tests
xvik Mar 20, 2025
fed32a4
add shared state usage report: .printSharedStateUsage();
xvik Mar 21, 2025
b79a8bc
add throws Exception for GuiceyConfigurationHook#configure(), GuiceyB…
xvik Mar 21, 2025
f0e80b6
fix deprecated Charsets usage
xvik Mar 21, 2025
3312b8c
add Options object (read only accessor) into shared state: state.getO…
xvik Mar 21, 2025
cfc3ff1
fix startup diagnostic for application error (don't hide original error)
xvik Mar 24, 2025
e39117f
add guice provision time report (time of guice beans creation): .prin…
xvik Mar 25, 2025
f80985c
organize changelog
xvik Mar 26, 2025
24b5735
update spock
xvik Mar 26, 2025
8780a96
add spock2 tests for new field extensions;
xvik Mar 26, 2025
e0d7b80
update to dropwizard 5-rc2
xvik Mar 28, 2025
2b2a900
add ClassFilters utility with common predicates for autoConfigFilter()
xvik Mar 28, 2025
06016a5
Bump io.dropwizard.modules:dropwizard-testing-junit4
dependabot[bot] Apr 1, 2025
5dd6532
Merge pull request #424 from xvik/dependabot/gradle/io.dropwizard.mod…
xvik Apr 1, 2025
c49aa2c
add throws Exception for test lifecycle listeners
xvik Mar 31, 2025
97b3e7f
add isDebug() method for test lifecycle listener events
xvik Mar 31, 2025
4367285
RestClient.reset() could chain with other calls
xvik Apr 1, 2025
f54b6ba
add release notes
xvik Apr 1, 2025
005f541
javadoc fixes
xvik Apr 2, 2025
6becb1c
fix javadoc
xvik Apr 2, 2025
0c03a52
fix tests
xvik Apr 2, 2025
85fd97d
fix flicker test
xvik Apr 2, 2025
cdf48f1
[Gradle Release Plugin] - pre tag commit: '8.0.0-rc.2'.
xvik Apr 2, 2025
f681ab6
[Gradle Release Plugin] - new version commit: '8.0.0-rc.3-SNAPSHOT'.
xvik Apr 2, 2025
e0cc99c
update docs version
xvik Apr 3, 2025
d3b91f0
fix release notes
xvik Apr 3, 2025
b5a5c8f
switch examples to new snapshot
xvik Apr 3, 2025
312695a
fix win test flickering
xvik Apr 3, 2025
f49340d
fix win test flickering
xvik Apr 3, 2025
6348ba3
Bump uk.org.webcompere:system-stubs-jupiter from 2.1.7 to 2.1.8
dependabot[bot] Apr 8, 2025
3cd9856
Merge pull request #426 from xvik/dependabot/gradle/uk.org.webcompere…
xvik Apr 8, 2025
dbae92a
Bump org.cyclonedx.bom from 2.2.0 to 2.3.0
dependabot[bot] Apr 29, 2025
de44ca5
Merge pull request #427 from xvik/dependabot/gradle/org.cyclonedx.bom…
xvik Apr 29, 2025
ea77d9d
extract general rest stubs support from junit extension
xvik Apr 21, 2025
4bf7564
fix restMapping option compatibility with manual config
xvik Apr 25, 2025
7446647
add new listeners for TestEnvironmentSetup: starting, stopping;
xvik May 4, 2025
d841157
add openapi client/server generation example
xvik May 7, 2025
1de1c47
show client logs by default for rest stubs client;
xvik May 10, 2025
4ef74e6
rewrite test docs;
xvik May 10, 2025
8241486
merge enableAutoConfig() with enableAutoConfig(String...) method in G…
xvik May 10, 2025
736c7d6
add new reports;
xvik May 10, 2025
d7ba82b
fix javadoc warnings
xvik May 11, 2025
52f8e6c
actualize docs
xvik May 11, 2025
5b9ad49
fix javadoc and update doc
xvik May 11, 2025
f5137ba
fix missed report in docs
xvik May 11, 2025
edc24d3
update changelog
xvik May 11, 2025
c3c9c94
[Gradle Release Plugin] - pre tag commit: '8.0.0-rc.3'.
xvik May 11, 2025
e09630b
[Gradle Release Plugin] - new version commit: '8.0.0-rc.4-SNAPSHOT'.
xvik May 11, 2025
0e50b6c
fix history
xvik May 11, 2025
3ae18e4
update docs
xvik May 11, 2025
7aba2a4
fix NoClassDefFoundError on guicey startup due to junit classes leak …
xvik May 12, 2025
99edb4e
update examples to actual snapshot
xvik May 12, 2025
c3a923f
update docs
xvik May 12, 2025
f26558d
[Gradle Release Plugin] - pre tag commit: '8.0.0-rc.4'.
xvik May 12, 2025
701a6e4
[Gradle Release Plugin] - new version commit: '8.0.0-rc.5-SNAPSHOT'.
xvik May 12, 2025
fa418af
switch examples to new snapshot
xvik May 12, 2025
d05358f
Bump org.cyclonedx.bom from 2.3.0 to 2.3.1
dependabot[bot] May 22, 2025
4347b05
Merge pull request #429 from xvik/dependabot/gradle/org.cyclonedx.bom…
xvik Jun 30, 2025
18419d4
update to dropwizard 5-rc.3, update dropwizard-test-junit4 to dropwiz…
xvik Jul 1, 2025
760142b
fix javadoc warnings
xvik Jul 1, 2025
b6614b0
fix maven central publication, remove github package publication
xvik Jul 17, 2025
18414ef
publish snapshots into maven central, use maven central snapshot in e…
xvik Jul 17, 2025
7bc5213
update docs
xvik Jul 17, 2025
be8794d
[Gradle Release Plugin] - pre tag commit: '8.0.0-rc.5'.
xvik Jul 18, 2025
5fce4bd
[Gradle Release Plugin] - new version commit: '8.0.0-rc.6-SNAPSHOT'.
xvik Jul 18, 2025
b196a05
update doc
xvik Jul 18, 2025
3982ed1
use dynamic guicey version for examples CI
xvik Jul 21, 2025
29d9b61
fix examples standalone startup
xvik Jul 24, 2025
de39965
update to dropwizard 5.0-rc.4;
xvik Jul 24, 2025
d9d23d7
Bump io.dropwizard.modules:dropwizard-testing-junit4
dependabot[bot] Jul 24, 2025
39e8bff
Merge pull request #434 from xvik/dependabot/gradle/io.dropwizard.mod…
xvik Jul 25, 2025
731e4f5
update to dropwizard 5.0.0-rc.5
xvik Aug 26, 2025
3c1b85b
update ci actions
xvik Aug 26, 2025
e97b407
Bump io.dropwizard.modules:dropwizard-testing-junit4
dependabot[bot] Aug 27, 2025
aebc8f5
Merge pull request #436 from xvik/dependabot/gradle/io.dropwizard.mod…
xvik Aug 27, 2025
d6e5d74
update quality plugin
xvik Aug 28, 2025
48b4b92
temporrary disable SBOM generation (until plugin or dependency got fi…
xvik Aug 28, 2025
172ecff
Bump com.github.spotbugs from 6.2.5 to 6.2.6
dependabot[bot] Aug 28, 2025
bd2dc0f
Merge pull request #438 from xvik/dependabot/gradle/com.github.spotbu…
xvik Aug 29, 2025
e30fd96
add github actions updates with dependabot
xvik Sep 2, 2025
936d0d2
Bump actions/checkout from 4 to 5
dependabot[bot] Sep 3, 2025
8f513fd
Merge pull request #440 from xvik/dependabot/github_actions/actions/c…
xvik Sep 3, 2025
2a70c88
Bump actions/setup-java from 4 to 5
dependabot[bot] Sep 3, 2025
4028949
Merge pull request #439 from xvik/dependabot/github_actions/actions/s…
xvik Sep 3, 2025
96aa7ac
Bump ru.vyarus.quality from 6.0.0 to 6.0.1
dependabot[bot] Sep 4, 2025
e626c9b
Merge pull request #443 from xvik/dependabot/gradle/ru.vyarus.quality…
xvik Sep 4, 2025
aa7e300
Bump com.github.spotbugs from 6.2.6 to 6.2.7
dependabot[bot] Sep 4, 2025
4174108
Merge pull request #444 from xvik/dependabot/gradle/com.github.spotbu…
xvik Sep 4, 2025
4b95ac0
Bump com.github.spotbugs from 6.2.7 to 6.3.0
dependabot[bot] Sep 5, 2025
9dc294d
Merge pull request #445 from xvik/dependabot/gradle/com.github.spotbu…
xvik Sep 6, 2025
a3cf253
Bump com.google.truth:truth from 1.4.4 to 1.4.5
dependabot[bot] Sep 10, 2025
61dfa54
Merge pull request #446 from xvik/dependabot/gradle/com.google.truth-…
xvik Sep 11, 2025
648dc51
add sample project reference
xvik Sep 12, 2025
70348ac
customizable DefaultTestClientFactory: it is now possible to use defa…
xvik Sep 12, 2025
6dfdfd8
Bump com.github.spotbugs from 6.3.0 to 6.4.1
dependabot[bot] Sep 15, 2025
496b699
Merge pull request #447 from xvik/dependabot/gradle/com.github.spotbu…
xvik Sep 16, 2025
c35f365
add patch methods for stub RestClient
xvik Sep 12, 2025
a959e9d
object stored in shared state, implementing AutoClosable, would be c…
xvik Sep 16, 2025
ed1114d
fix quality violations
xvik Sep 16, 2025
f862101
update to dropwizard 5 release
xvik Sep 16, 2025
4530433
fix examples build
xvik Sep 17, 2025
611454a
fix examples build
xvik Sep 17, 2025
1030ebe
bump version
xvik Sep 17, 2025
581ab7f
add snapshot badge
xvik Sep 17, 2025
ef45fa0
update snapshot badge link
xvik Sep 17, 2025
855d241
Bump com.github.spotbugs from 6.4.1 to 6.4.2
dependabot[bot] Sep 17, 2025
3fc0946
Bump com.github.ben-manes.versions from 0.52.0 to 0.53.0
dependabot[bot] Sep 24, 2025
ee8fb09
Bump com.h2database:h2 from 2.3.232 to 2.4.240
dependabot[bot] Sep 24, 2025
f0d60fa
Merge pull request #450 from xvik/dependabot/gradle/com.h2database-h2…
xvik Sep 25, 2025
6c00345
Merge pull request #449 from xvik/dependabot/gradle/com.github.ben-ma…
xvik Sep 25, 2025
b58a84e
fix tests for different locale
xvik Sep 30, 2025
bb00267
Bump io.dropwizard.modules:dropwizard-testing-junit4
dependabot[bot] Sep 30, 2025
728eaf3
Merge pull request #451 from xvik/dependabot/gradle/io.dropwizard.mod…
xvik Oct 1, 2025
9293baa
Merge pull request #448 from xvik/dependabot/gradle/com.github.spotbu…
xvik Oct 1, 2025
729aa39
fix test flickering
xvik Oct 1, 2025
aa86c0e
Bump gradle/actions from 4 to 5
dependabot[bot] Oct 6, 2025
9a41840
Merge pull request #452 from xvik/dependabot/github_actions/gradle/ac…
xvik Oct 6, 2025
933f734
Add a utility to simplify building application urls: AppUrlBuilder (p…
xvik Oct 3, 2025
f434dc0
hide spotbugs internal warnings
xvik Oct 14, 2025
b810543
Unify ClientSupport and StubRest client APIs
xvik Oct 14, 2025
966d3ab
fix tests for windows
xvik Oct 14, 2025
a2494d6
add direct entity parameter support in rest client
xvik Oct 15, 2025
715bc97
support resource methods without Path annotation in rest client
xvik Oct 15, 2025
a836454
fix test
xvik Oct 15, 2025
7df5891
merge TestRestClient into TestClient to simplify usage;
xvik Oct 15, 2025
33081ff
add ApplicationStartingEvent (thrown just before managed and web serv…
xvik Oct 16, 2025
38f57d0
add java 25 build on CI
xvik Oct 16, 2025
de86300
remove java 25 build from CI
xvik Oct 17, 2025
40bd101
fix test
xvik Oct 17, 2025
bb93e35
use guice version without bundled asm
xvik Oct 17, 2025
c52fdaa
add test web client field injection:
xvik Oct 17, 2025
8cc0f1a
fix tests
xvik Oct 17, 2025
2ae2a5e
support field injections in application (to use injected services in …
xvik Oct 18, 2025
bf3ff7f
rename client configurer
xvik Oct 18, 2025
073b8f7
javadoc fixes
xvik Oct 18, 2025
a6f0f88
simplify form builder date format methods
xvik Oct 18, 2025
5d54c9a
add release notes
xvik Oct 18, 2025
fb0858f
rename useApacheClient option to apacheClient
xvik Oct 20, 2025
5bbea75
Bump com.github.spotbugs from 6.4.2 to 6.4.4
dependabot[bot] Oct 20, 2025
33f793b
Merge pull request #454 from xvik/dependabot/gradle/com.github.spotbu…
xvik Oct 21, 2025
709e321
update docs
xvik Oct 21, 2025
1b7b2d3
enable multipart requests logging for stubs rest
xvik Oct 22, 2025
a48b3c6
update docs
xvik Oct 22, 2025
6ac89d8
update docs
xvik Oct 22, 2025
c684dea
re-activate sbom generation
xvik Oct 24, 2025
61f8c35
update docs for release
xvik Oct 24, 2025
2d02185
[Gradle Release Plugin] - pre tag commit: '8.0.0'.
xvik Oct 24, 2025
ed239a7
[Gradle Release Plugin] - new version commit: '8.0.1-SNAPSHOT'.
xvik Oct 24, 2025
7756a18
update default version in examples
xvik Oct 25, 2025
a8a8eec
update sponsor links
xvik Oct 25, 2025
6c3fcf5
improve transferRequest scope doc;
xvik Nov 9, 2025
f42a5c4
Bump com.github.spotbugs from 6.4.4 to 6.4.5
dependabot[bot] Nov 11, 2025
7b91ac4
Merge pull request #457 from xvik/dependabot/gradle/com.github.spotbu…
xvik Nov 12, 2025
e5d6957
Bump org.cyclonedx.bom from 3.0.1 to 3.0.2
dependabot[bot] Nov 14, 2025
db402fa
Merge pull request #458 from xvik/dependabot/gradle/org.cyclonedx.bom…
xvik Nov 16, 2025
afc6e5c
Bump actions/checkout from 5 to 6
dependabot[bot] Nov 24, 2025
867c74b
Merge pull request #460 from xvik/dependabot/github_actions/actions/c…
xvik Nov 24, 2025
694c999
Bump com.github.spotbugs from 6.4.5 to 6.4.6
dependabot[bot] Nov 26, 2025
0e5ebc7
Merge pull request #462 from xvik/dependabot/gradle/com.github.spotbu…
xvik Nov 27, 2025
51223d9
Bump org.cyclonedx.bom from 3.0.2 to 3.1.0
dependabot[bot] Nov 27, 2025
393e3ce
Merge pull request #463 from xvik/dependabot/gradle/org.cyclonedx.bom…
xvik Nov 27, 2025
be9f418
Merge upstream
Dec 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
19 changes: 7 additions & 12 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,12 @@ version: '{build}'

environment:
matrix:
- job_name: Java 8
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
PYTHON: "C:\\Python34-x64"
- job_name: Java 11
JAVA_HOME: C:\Program Files\Java\jdk11
PYTHON: "C:\\Python34-x64"
- job_name: Java 17
appveyor_build_worker_image: Visual Studio 2019
JAVA_HOME: C:\Program Files\Java\jdk17
PYTHON: "C:\\Python36-x64"

install:
- set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
- pip install codecov --user
- job_name: Java 21
appveyor_build_worker_image: Visual Studio 2022
JAVA_HOME: C:\Program Files\Java\jdk21

build_script:
- ./gradlew assemble --no-daemon
Expand All @@ -24,7 +16,10 @@ test_script:

on_success:
- ./gradlew jacocoTestReport --no-daemon
- python -m codecov -f build\reports\jacoco\test\jacocoTestReport.xml -F windows
- ps: |
$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest -Uri https://uploader.codecov.io/latest/windows/codecov.exe -Outfile codecov.exe
.\codecov.exe -f build\reports\jacoco\test\jacocoTestReport.xml -F windows

cache:
- C:\Users\appveyor\.gradle\caches
Expand Down
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
patreon: guicey
custom: https://boosty.to/xvik
57 changes: 10 additions & 47 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,49 +1,12 @@
version: 2
updates:
- package-ecosystem: gradle
directory: "/"
schedule:
interval: daily
time: "23:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: org.codehaus.groovy:groovy
versions:
- ">= 3.a, < 4"
- dependency-name: org.codehaus.groovy:groovy-json
versions:
- ">= 3.a, < 4"
- dependency-name: org.codehaus.groovy:groovy-macro
versions:
- ">= 3.a, < 4"
- dependency-name: org.codehaus.groovy:groovy-nio
versions:
- ">= 3.a, < 4"
- dependency-name: org.codehaus.groovy:groovy-sql
versions:
- ">= 3.a, < 4"
- dependency-name: org.codehaus.groovy:groovy-templates
versions:
- ">= 3.a, < 4"
- dependency-name: org.codehaus.groovy:groovy-test
versions:
- ">= 3.a, < 4"
- dependency-name: org.codehaus.groovy:groovy-xml
versions:
- ">= 3.a, < 4"
- dependency-name: org.glassfish.hk2:guice-bridge
versions:
- "> 2.6.1"
- dependency-name: ru.vyarus.mkdocs
versions:
- 2.1.0
- 2.1.1
- dependency-name: org.ow2.asm:asm
versions:
- "9.1"
- dependency-name: ru.vyarus.quality
versions:
- 4.5.0
- dependency-name: org.junit.platform:junit-platform-testkit
versions:
- 1.7.1
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
- package-ecosystem: gradle
directory: "/"
schedule:
interval: daily
time: "23:00"
open-pull-requests-limit: 10
147 changes: 0 additions & 147 deletions .github/pom.xml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/CI.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,6 @@ $RECYCLE.BIN/

# Used by previous versions of JEnv
.jenv-version

# maven wrapper
target
Loading