2024-02-20 14:47:30 +01:00
|
|
|
-------------------------------------------------------------------
|
2024-04-10 16:17:39 +02:00
|
|
|
Wed Apr 10 14:08:25 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Update to version 2.1.
|
|
|
|
* Changes:
|
|
|
|
+ clarify getComment() javadoc with regards to Standard doclet
|
|
|
|
inline and
|
|
|
|
+ Require Java 8 to run QDox (#171)
|
|
|
|
+ Replace hamcrest with assertj (#173)
|
|
|
|
+ Upgrade to Mockito 4.11.0 with some small required code
|
|
|
|
changes (#174)
|
|
|
|
+ implement JavaWildcardType.getLowerBounds and
|
|
|
|
JavaWildcardType.getUpperBounds
|
|
|
|
+ Fix unittests
|
|
|
|
+ maven-gpg-plugin is not a managed plugin in oss-parent, move
|
|
|
|
it to build.plugins
|
|
|
|
+ Fix the bug that does not allow the use of permits as field
|
|
|
|
names (#202)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2024-02-20 14:47:30 +01:00
|
|
|
Tue Feb 20 13:46:33 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
|
|
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|
|
|
|
2023-09-21 07:55:19 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 21 05:55:13 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Build with java source/target levels 8
|
|
|
|
|
2023-05-12 22:35:17 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 12 20:33:29 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Update to version 2.0.3:
|
|
|
|
* Changes:
|
|
|
|
+ Update documentation #41
|
|
|
|
+ interface should be ignored as modifier #115
|
|
|
|
+ add byaccj 1.15 binaries for Mac OS on aarch64 (#109)
|
|
|
|
+ Correctly resolve types with SourceFolderLibrary (#105)
|
|
|
|
+ #99 Seems QDox 2.0.1 has issue parsing parameters names named
|
|
|
|
"recordList" and "record"
|
|
|
|
|
2022-03-12 07:11:00 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 12 06:06:28 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Add Automatic-Module-Name to the manifest
|
|
|
|
- Added patch:
|
|
|
|
* Port-to-JFlex-1.7.0.patch
|
|
|
|
+ Don't use deprecated inputstreamctor option
|
|
|
|
|
2022-01-13 12:49:56 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 13 11:45:28 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Update to version 2.0.1:
|
|
|
|
* Changes:
|
|
|
|
+ Support Lambda Expression
|
|
|
|
+ Add SEALED / NON_SEALED tokens
|
|
|
|
+ #75 CodeBlock for Annotation with FieldReference should prefix
|
|
|
|
field with canonical name
|
|
|
|
+ Add UnqualifiedClassInstanceCreationExpression
|
|
|
|
+ updating jflex-maven-plugin to 1.8.2
|
|
|
|
+ Add reference to grammar documentation and hints to transform
|
|
|
|
it
|
|
|
|
+ Support Text Blocks
|
|
|
|
+ Support Sealed Classes
|
|
|
|
+ #67 Support records
|
|
|
|
+ #76 test with an @@ in comment
|
|
|
|
+ #64 Get interface via javaProjectBuilder.getClassByName
|
|
|
|
- Generate ant build file from maven pom and build using ant
|
|
|
|
|
2019-04-08 13:23:54 +02:00
|
|
|
-------------------------------------------------------------------
|
2021-04-30 07:27:10 +02:00
|
|
|
Thu Apr 29 23:11:06 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
|
|
|
|
- Update to version 2.0.0:
|
|
|
|
* No upstream changelog provided
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-04-08 13:23:54 +02:00
|
|
|
Mon Apr 8 11:22:57 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Do not depend on the parent pom, since we are not building
|
|
|
|
using Maven.
|
|
|
|
|
2019-01-15 09:48:31 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 15 08:46:08 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
2019-01-15 10:11:13 +01:00
|
|
|
- BuildRequires: java-cup-bootstrap and jflex-bootstrap to avoid
|
|
|
|
build cycle (bsc#1121958)
|
2019-01-15 09:48:31 +01:00
|
|
|
|
2019-01-10 09:21:56 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 9 22:28:49 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Use noun phrase in summary, and trim bias from descriptions.
|
|
|
|
|
2019-01-01 13:48:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 1 12:48:23 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Update to version 2.0-M9
|
2019-01-10 17:23:52 +01:00
|
|
|
* Changed API to use Collections and Lists instead of Arrays
|
|
|
|
* No upstream changelog provided :/
|
2019-01-01 13:48:49 +01:00
|
|
|
|
2018-10-29 11:52:32 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 29 10:51:58 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Install and package the maven artifact
|
|
|
|
|
2018-04-05 08:13:22 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 5 06:12:32 UTC 2018 - fstrba@suse.com
|
|
|
|
|
|
|
|
- Build with java source and target version 6 in order to produce
|
|
|
|
bytecode understood by all supported java versions
|
|
|
|
|
2017-06-09 12:29:08 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 9 10:30:22 UTC 2017 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Remove maven conditionals
|
|
|
|
- Drop javadoc to bootstrap
|
|
|
|
|
2014-08-28 19:05:47 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 28 08:39:19 UTC 2014 - coolo@suse.com
|
|
|
|
|
|
|
|
- rename the conditional to junit_test and switch the default,
|
|
|
|
bootstrapping factory is more important than a single test
|
|
|
|
|
2014-08-12 13:44:54 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 12 08:44:32 UTC 2014 - lnussel@suse.de
|
|
|
|
|
|
|
|
- introduce %with java_bootstrap to allow bootstrapping without junit
|
|
|
|
|
2014-05-15 15:18:26 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 15 13:11:04 UTC 2014 - darin@darins.net
|
|
|
|
|
2019-01-15 09:48:31 +01:00
|
|
|
- Added xz build requirement for sles
|
2014-05-15 15:18:26 +02:00
|
|
|
- no bytecode check on sles
|
|
|
|
|
2013-09-09 14:00:18 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 9 11:06:17 UTC 2013 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Move from jpackage-utils to javapackage-tools
|
|
|
|
|
2012-12-03 11:25:21 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 30 18:11:00 UTC 2012 - cobexer@gmail.com
|
|
|
|
|
|
|
|
- update to 1.12.1
|
|
|
|
* bugfix release, see
|
|
|
|
* http://jira.codehaus.org/browse/QDOX/fixforversion/18944
|
|
|
|
|
2012-11-28 15:55:30 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 28 14:55:25 UTC 2012 - mvyskocil@suse.com
|
|
|
|
|
|
|
|
- require saxon9 for build
|
|
|
|
|
2012-11-02 07:31:09 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 24 12:41:58 UTC 2012 - mvyskocil@suse.com
|
|
|
|
|
|
|
|
- update to 1.12
|
|
|
|
* needed for the fop 1.1 update
|
|
|
|
* mostly bugfix release, see
|
|
|
|
* http://qdox.codehaus.org/changes-report.html
|
|
|
|
- disabled tests as they tends to randomly fails
|
|
|
|
|
2009-05-25 04:51:11 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 5 14:21:19 CEST 2009 - mvyskocil@suse.cz
|
|
|
|
|
2019-01-15 09:48:31 +01:00
|
|
|
- Initial build in SUSE. Version 1.6.1 from jpp 5.0
|
2009-05-25 04:51:11 +02:00
|
|
|
|