This commit is contained in:
parent
853a143b41
commit
a01a967746
BIN
qdox-2.0.3-project.tar.bz2
(Stored with Git LFS)
BIN
qdox-2.0.3-project.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
qdox-2.1.0-project.tar.bz2
(Stored with Git LFS)
Normal file
BIN
qdox-2.1.0-project.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -9,7 +9,7 @@
|
|||||||
<property file="build.properties"/>
|
<property file="build.properties"/>
|
||||||
|
|
||||||
<property name="project.artifactId" value="qdox"/>
|
<property name="project.artifactId" value="qdox"/>
|
||||||
<property name="project.version" value="2.0.3"/>
|
<!-- <property name="project.version" value="2.1.0"/> -->
|
||||||
|
|
||||||
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
||||||
<property name="build.dir" value="target"/>
|
<property name="build.dir" value="target"/>
|
||||||
|
19
qdox.changes
19
qdox.changes
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 20 13:46:33 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Tue Feb 20 13:46:33 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qdox
|
# spec file for package qdox
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: qdox
|
Name: qdox
|
||||||
Version: 2.0.3
|
Version: 2.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool to extract class/interface/method definitions from sources
|
Summary: Tool to extract class/interface/method definitions from sources
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -76,7 +76,7 @@ jflex -d src/main/java/com/thoughtworks/qdox/parser/impl src/grammar/commentlexe
|
|||||||
byaccj -v -Jnorun -Jnoconstruct -Jclass=Parser -Jimplements=CommentHandler -Jsemantic=Value -Jpackage=com.thoughtworks.qdox.parser.impl -Jstack=500 ../../../../../../../grammar/parser.y
|
byaccj -v -Jnorun -Jnoconstruct -Jclass=Parser -Jimplements=CommentHandler -Jsemantic=Value -Jpackage=com.thoughtworks.qdox.parser.impl -Jstack=500 ../../../../../../../grammar/parser.y
|
||||||
)
|
)
|
||||||
|
|
||||||
%ant jar javadoc
|
%ant -Dproject.version=%{version} jar javadoc
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# jar
|
# jar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user