${project.version} isn't replaced in core.js
See original GitHub issue1) Environment
- PrimeFaces version: 7.0 and 7.0.10 (6.2.2.6 is still OK)
- Does it work on the newest released PrimeFaces version? Version? No
- Does it work on the newest sources in GitHub? (Build by source -> https://github.com/primefaces/primefaces/wiki/Building-From-Source) N/A
- Application server + version: All
- Affected browsers: All
- Related issue: #2747
2) Expected behavior
Version should be substituted (by Maven).
3) Actual behavior
Version is not substituted.
4) Steps to reproduce
Use PrimeFaces.VERSION
in javascript.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
angular - Is not core-js needed anymore? - Stack Overflow
After you've upgraded your project and the CLI to angular 8, I would suggest you do this: replace the contents of polyfills.ts with...
Read more >Troubleshooting .NET Framework Targeting Errors - MSBuild
You have re-targeted a project to a different version of .NET and references do not resolve. If you retarget a project to a...
Read more >Angular versioning and releases
We update peer dependencies in minor versions by expanding the supported versions, but we do not require projects to update these dependencies.
Read more >Working with JavaScript in Visual Studio Code
json . Not all files should be in your JavaScript project (for example, you want to exclude some files from showing IntelliSense). This...
Read more >Configure JavaScript libraries | WebStorm Documentation
Note that a library is not a way to manage your project dependencies. ... Note that the Node.js Core library is version-specific.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
OK @mertsincan PR submitted.
Thanks a lot, @melloware 😉