Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f8d8f31
SetableModifiers
WimBast Dec 23, 2020
adf4031
automatic reformat by actions
Jan 5, 2021
71c98d3
override in interfaces because of proxymechanism
WimBast Jan 16, 2021
dc672a8
renaming exception handling
WimBast Jan 17, 2021
448e2dc
overriden default methods
WimBast Feb 3, 2021
41f2bc6
pre and post no super call
WimBast Feb 7, 2021
b147ab9
pre and post actions
WimBast Feb 8, 2021
df406b5
forwards for single newable references
WimBast Feb 17, 2021
cd34a92
orphan exceptions
WimBast Mar 10, 2021
cb75f63
max forward changes
WimBast Mar 10, 2021
89169b8
move to latest junit version
tombrus Mar 17, 2021
e68cf61
- introduce 'developer mode'
tombrus Mar 20, 2021
e954ac8
super call mutable observers
WimBast Mar 23, 2021
970826e
Directions
WimBast Apr 27, 2021
8da6621
No forward change count
WimBast Apr 27, 2021
65f6d59
No direction in transaction
WimBast May 11, 2021
db965b9
introduce a Config Class to set a pletora of config details
tombrus May 20, 2021
85c4ae2
update junit version
tombrus May 21, 2021
9a3af26
automatic reformat by actions
May 21, 2021
fed40cc
add dependencies on junit params
tombrus May 21, 2021
18a07d4
automatic reformat by actions
May 21, 2021
1b14de6
make SetableModifier an interface
tombrus May 27, 2021
e60955e
override for proxy
WimBast May 28, 2021
98aa8de
override for proxy
WimBast May 28, 2021
57d07c6
No obsolete administration
WimBast Jun 4, 2021
2915d99
refactored plumbing etc.
WimBast Jun 28, 2021
395a73b
prepare for release
tombrus Jul 28, 2021
00aa907
automatic reformat by actions
Jul 28, 2021
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
17 changes: 17 additions & 0 deletions .idea/libraries/gen__junit_jupiter_params.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
<include name="../Home!/jdk.management.agent"/>
<include name="../Home!/jdk.management.jfr"/>
<include name="../Home!/jdk.naming.dns"/>
<include name="../Home!/jdk.naming.ldap"/>
<include name="../Home!/jdk.naming.rmi"/>
<include name="../Home!/jdk.net"/>
<include name="../Home!/jdk.pack"/>
Expand Down Expand Up @@ -147,6 +148,9 @@
<path id="library.gen:_junit-jupiter-engine.classpath">
<pathelement location="${basedir}/lib/junit-jupiter-engine.jar"/>
</path>
<path id="library.gen:_junit-jupiter-params.classpath">
<pathelement location="${basedir}/lib/junit-jupiter-params.jar"/>
</path>
<path id="library.gen:_junit-platform-commons.classpath">
<pathelement location="${basedir}/lib/junit-platform-commons.jar"/>
</path>
Expand All @@ -159,6 +163,7 @@
<path id="library.gen:_opentest4j.classpath">
<pathelement location="${basedir}/lib/opentest4j.jar"/>
</path>
<!-- Global Libraries -->
<!-- Modules -->
<import file="${basedir}/dclare-for-java/module_dclare-for-java.xml"/>
<import file="${basedir}/ext/module_ext.xml"/>
Expand Down
7 changes: 4 additions & 3 deletions dclare-for-java/dclare-for-java.iml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$/../dclare-for-java">
<sourceFolder url="file://$MODULE_DIR$/../dclare-for-java/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/../dclare-for-java/tst" isTestSource="true" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/tst" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
Expand All @@ -17,5 +17,6 @@
<orderEntry type="library" scope="TEST" name="gen: apiguardian-api" level="project" />
<orderEntry type="library" scope="TEST" name="gen: junit-jupiter-engine" level="project" />
<orderEntry type="library" scope="TEST" name="gen: junit-platform-engine" level="project" />
<orderEntry type="library" scope="TEST" name="gen: junit-jupiter-params" level="project" />
</component>
</module>
2 changes: 2 additions & 0 deletions dclare-for-java/module_dclare-for-java.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<path refid="library.gen:_apiguardian-api.classpath"/>
<path refid="library.gen:_junit-jupiter-engine.classpath"/>
<path refid="library.gen:_junit-platform-engine.classpath"/>
<path refid="library.gen:_junit-jupiter-params.classpath"/>
</path>
<path id="dclare-for-java.runtime.module.classpath">
<pathelement location="${dclare-for-java.testoutput.dir}"/>
Expand All @@ -45,6 +46,7 @@
<path refid="library.gen:_apiguardian-api.classpath"/>
<path refid="library.gen:_junit-jupiter-engine.classpath"/>
<path refid="library.gen:_junit-platform-engine.classpath"/>
<path refid="library.gen:_junit-jupiter-params.classpath"/>
</path>
<patternset id="excluded.from.module.dclare-for-java">
<patternset refid="ignored.files"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// (C) Copyright 2018-2020 Modeling Value Group B.V. (http://modelingvalue.org) ~
// (C) Copyright 2018-2021 Modeling Value Group B.V. (http://modelingvalue.org) ~
// ~
// Licensed under the GNU Lesser General Public License v3.0 (the 'License'). You may not use this file except in ~
// compliance with the License. You may obtain a copy of the License at: https://choosealicense.com/licenses/lgpl-3.0 ~
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// (C) Copyright 2018-2020 Modeling Value Group B.V. (http://modelingvalue.org) ~
// (C) Copyright 2018-2021 Modeling Value Group B.V. (http://modelingvalue.org) ~
// ~
// Licensed under the GNU Lesser General Public License v3.0 (the 'License'). You may not use this file except in ~
// compliance with the License. You may obtain a copy of the License at: https://choosealicense.com/licenses/lgpl-3.0 ~
Expand Down
Loading