forked from pool/moditect
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
1dcbea8a75 | |||
2a09d6df39 | |||
ccd62d68ac | |||
73a9741174 | |||
1856524518 | |||
3a06ba1765 | |||
9b40fb9484 | |||
9c6ef2b26e |
3
1.3.0.Final.tar.gz
Normal file
3
1.3.0.Final.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8623c04c9a018ba8026f7ba55c86902315c501c5ec7b8fa27f66fdd54575021
|
||||
size 116391
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02d186e71967646803b9316b17ce7ac5a858a4690f4afe9e4af2a2f9e73b2bb3
|
||||
size 116950
|
@@ -1,3 +1,81 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 11 09:48:27 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Update to v1.3.0
|
||||
* Features
|
||||
+ Use maven-archiver to parse ouputTimestamp
|
||||
+ Reduce code duplication in AddModuleInfoTest
|
||||
* Fixes
|
||||
+ Generate multi-release directory JAR entries
|
||||
- Removed patch:
|
||||
* 0001-Use-maven-archiver-to-parse-ouputTimestamp.patch
|
||||
+ integrated in upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 16 14:59:10 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Do not shade dependencies
|
||||
- Added patch:
|
||||
* 0001-Use-maven-archiver-to-parse-ouputTimestamp.patch
|
||||
+ use MavenArchiver.parseBuildOutputTimestamp instead of custom
|
||||
outputTimestamp parser
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 4 19:22:02 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Update to v1.2.2
|
||||
* Changelog
|
||||
= 04bb13a Releasing version 1.2.2.Final
|
||||
= af42936 Only use inner class heuristic with class names
|
||||
= e06db30 Next version 1.3.0-SNAPSHOT
|
||||
= e070303 Releasing version 1.2.1.Final
|
||||
- Update to v1.2.1
|
||||
* Changelog
|
||||
= 8c6acb9 Releasing version 1.2.1.Final
|
||||
= 774e118 #244 Use temporary working file when adding
|
||||
module-info
|
||||
= 80c1c1d Fix indentation to 4 spaces
|
||||
= 8dbf0f4 Fix missing character in licenses
|
||||
= 27c1bd6 remove parent path and packaging since their value
|
||||
was the default one
|
||||
= 24031e4 Update Hibernate validator to Jakarta EE 10
|
||||
compatibility and fix the build
|
||||
= cdbffd6 Update last files without right license
|
||||
= 77e196e includes reviewer remark on opening all the module:
|
||||
changed it to an exports directive
|
||||
= 7c19d07 Change in plugin configuration and order of declared
|
||||
modules to obtain a fonctionning jlink image
|
||||
= 9bc4156 Add --ignore-missing-deps to Vertx pom to prevent
|
||||
modules error from optional dependencies
|
||||
= 25ef0e4 Correct License text indentation
|
||||
= 87b5463 Update various dependencies and plugins version to
|
||||
last stable non-breaking version
|
||||
= 0e9c9c4 Update license
|
||||
= fd47eaa update embedded maven version to 3.9.6, version
|
||||
before 3.9.0 had cause starnge dependecies issues while
|
||||
resolving module-path
|
||||
= da10098 Next version 1.3.0-SNAPSHOT
|
||||
= 92841ed Releasing version 1.2.0.Final
|
||||
- Update to v1.2.0
|
||||
* Changelog
|
||||
= 0f9da83 Releasing version 1.2.0.Final
|
||||
= 30fe752 Update project timestamp to git expression after
|
||||
release
|
||||
= e66d794 #95 Marking Maven plug-in goals with @threadsafe
|
||||
= e096f8e Update release configuration
|
||||
= a793af4 #216 create-runtime-image: Error message on missing
|
||||
artifact, closes #216
|
||||
= 4c39711 #213 Support additional values for compress when
|
||||
creating a runtime image, closes #123
|
||||
= 5d63f7b #222 Use ZipFile API to set timestamps, closes #222
|
||||
= be7d707 [#226] update to asm 9.6 for Java 22 support, closes
|
||||
#226
|
||||
= 7733129 [CHORE] update parent
|
||||
= 915bcec [#223] don't use directory plugin, closes #223
|
||||
= f32d851 Next version 1.2.0-SNAPSHOT
|
||||
= 8fa9fbb Releasing version 1.1.0
|
||||
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 23 12:32:10 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
@@ -70,7 +148,7 @@ Sun Apr 2 20:01:22 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
module-info.java
|
||||
= Dependencies
|
||||
~ Bump slfj4 to 1.7.36
|
||||
~ Bump jcommaned to 1.82
|
||||
~ Bump jcommander to 1.82
|
||||
~ Bump plexus to 3.5.0
|
||||
~ Bump maven-plugin-annotations to 3.8.1
|
||||
~ Bump several plugins defined by moditect-parent
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package moditect
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,17 +17,24 @@
|
||||
|
||||
|
||||
Name: moditect
|
||||
Version: 1.1.0
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Tooling for the Java Module System
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/Java
|
||||
URL: https://github.com/%{name}/%{name}
|
||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: %{url}/archive/refs/tags/%{version}.Final.tar.gz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(com.beust:jcommander)
|
||||
BuildRequires: mvn(com.github.javaparser:javaparser-core)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
|
||||
BuildRequires: mvn(org.apache.maven:maven-archiver)
|
||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||
BuildRequires: mvn(org.eclipse.aether:aether-util)
|
||||
BuildRequires: mvn(org.ow2.asm:asm)
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@@ -60,20 +67,25 @@ Group: Documentation/HTML
|
||||
API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{version}.Final
|
||||
|
||||
%pom_remove_parent parent
|
||||
|
||||
%pom_xpath_inject pom:project '<groupId>org.moditect</groupId>' parent
|
||||
|
||||
%pom_remove_plugin com.mycila:license-maven-plugin parent
|
||||
|
||||
%pom_disable_module integrationtest
|
||||
|
||||
%pom_change_dep org.jcommander:jcommander com.beust: core
|
||||
%pom_remove_plugin :maven-shade-plugin core
|
||||
|
||||
%build
|
||||
%{mvn_build} -f
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
%fdupes %{buildroot}%{_javadocdir}/%{name}
|
||||
|
||||
%files -f .mfiles
|
||||
%license LICENSE.txt
|
||||
|
Reference in New Issue
Block a user