-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module-info are added; structrure is updated to conform M2 #1004
module-info are added; structrure is updated to conform M2 #1004
Conversation
bootstrap-sass/pom.xml
Outdated
<antlr.version>3.5.2</antlr.version> | ||
</properties> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>ua.kasta</groupId> | ||
<groupId>io.bit3</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we moved from bit3
to kasta
because bit3
was abandoned and it does not support Mac ARM64.
See #986
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mainly because of ARM - I believe it continues being abandoned in any case. The native library that is being wrapped here is no longer developed as far as I remember...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll revert this change
BUT according to https://mvnrepository.com/artifact/ua.kasta/jsass ua.kasta:jsass
seems to be dead as well :(((
It is "one-release-repo" :((((
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is little point in maintaining a java wrapper for a library which is dead. See notice on jsass repo:
libsass has been declared deprecated and there will be no further development! This also ends the further development of jsass. It is not yet clear whether there will ever be an implementation based on the Sass embedded protocol. I recommend switching to Webpack or similar technologies! This project will continue to be maintained for the time being and compatibility with newer Java versions will be ensured. But please do not expect any further development on my part.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fwiw I have switched to using sass with the maven-frontend-plugin some time back.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have switched to using sass with the maven-frontend-plugin
I did the same :)
@solomax Anything else you want to add here or it is ready to be merged ? |
Let's wait for the M2 release to drop |
This will make it easier to release. Currently WB depends on WS-Annotation, and some other WS projects depend on WB. Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
@solomax Ready to go ? |
I wonder whether we need to add |
I'll try to check later this week or early next week :) |
yes IMO this one can be released (so people can test it :))) |
@@ -93,7 +111,7 @@ public void init() { | |||
|
|||
optimizeForWebPerformance(); | |||
|
|||
new AnnotatedMountScanner().scanPackage("de.agilecoders.wicket.samples.pages").mount(this); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually this class wasn't dropped: https://github.com/wicketstuff/core/blob/master/annotation/src/main/java/org/wicketstuff/annotation/scan/AnnotatedMountScanner.java
my local build is green ... :(
I can run bootstrap-samples
using mvn jetty:run
Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
Maven home: /opt/maven
Java version: 17.0.8.1, vendor: Private Build, runtime: /usr/lib/jvm/java-17-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.0-86-generic", arch: "amd64", family: "unix"
On Thu, 19 Oct 2023 at 19:11, Maxim Solodovnik ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In
bootstrap-samples/src/main/java/de/agilecoders/wicket/samples/WicketApplication.java
<#1004 (comment)>
:
> @@ -93,7 +111,7 @@ public void init() {
optimizeForWebPerformance();
- new AnnotatedMountScanner().scanPackage("de.agilecoders.wicket.samples.pages").mount(this);
Actually this class wasn't dropped:
https://github.com/wicketstuff/core/blob/master/annotation/src/main/java/org/wicketstuff/annotation/scan/AnnotatedMountScanner.java
my local build is green ... :(
Why green build is a bad thing ? :-)
I just removed the usage of AnnotatedMountScanner in WB.
Now there is no dependency to wicketstuff.
I can run bootstrap-samples using mvn jetty:run
…
Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
Maven home: /opt/maven
Java version: 17.0.8.1, vendor: Private Build, runtime: /usr/lib/jvm/java-17-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.0-86-generic", arch: "amd64", family: "unix"
—
Reply to this email directly, view it on GitHub
<#1004 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABYUQTUJRNP6RXXAGYVHS3YAFGMTAVCNFSM6AAAAAA6AYZRQGVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTMOBYGE2TENBVGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
green build is not so bad :) |
Ah, you meant the issue with |
Done! |
No description provided.