-
Bug
-
Resolution: Fixed
-
Low
-
9.5.1, 9.4.3, 8.19.15
-
None
-
3
-
Severity 3 - Minor
-
11
-
Issue Summary
Warning of less transformer web resource deprecation in atlassian-bitbucket.log.
Steps to Reproduce
Install Bitbucket 8.19.15 and the warning will be logged in atlassian-bitbucket.log file for every page visit.
Expected Results
The deprecation warning is expected to log only dev mode i.e. for plugin developers using amps, etc.).
Actual Results
The below warning is thrown in the atlassian-bitbucket.log file:
2025-02-26 15:25:52,713 WARN [http-nio-7990-exec-10] @1GOTNZDx925x168x1 v61uje 172.29.213.252,10.229.141.168 "GET /s/a895d3d5a2d60ac571a91db1c8d61e4a-CDN/-832381851/8a09456/n1cn5w/503d3423e2296de61dbdfb11257394ad/_/download/contextbatch/css/bitbucket.page.project.create,atl.general,bitbucket.layout.base,bitbucket.layout.focused,bitbucket.internal.feature.theme,bitbucket.internal.feature.whats.new,zdu-banner-all,-_super/batch.css HTTP/1.1" c.a.p.l.LessWebResourceTransformer Use of less web resource transformer is deprecated. Consider switching to the `less` compiler from npmjs at build time, or converting the LESS files to CSS. 2025-02-26 15:25:52,714 WARN [http-nio-7990-exec-10] @1GOTNZDx925x168x1 v61uje 172.29.213.252,10.229.141.168 "GET /s/a895d3d5a2d60ac571a91db1c8d61e4a-CDN/-832381851/8a09456/n1cn5w/503d3423e2296de61dbdfb11257394ad/_/download/contextbatch/css/bitbucket.page.project.create,atl.general,bitbucket.layout.base,bitbucket.layout.focused,bitbucket.internal.feature.theme,bitbucket.internal.feature.whats.new,zdu-banner-all,-_super/batch.css HTTP/1.1" c.a.p.l.LessWebResourceTransformer Use of less web resource transformer is deprecated. Consider switching to the `less` compiler from npmjs at build time, or converting the LESS files to CSS. 2025-02-26 15:25:52,714 WARN [http-nio-7990-exec-10] @1GOTNZDx925x168x1 v61uje 172.29.213.252,10.229.141.168 "GET /s/a895d3d5a2d60ac571a91db1c8d61e4a-CDN/-832381851/8a09456/n1cn5w/503d3423e2296de61dbdfb11257394ad/_/download/contextbatch/css/bitbucket.page.project.create,atl.general,bitbucket.layout.base,bitbucket.layout.focused,bitbucket.internal.feature.theme,bitbucket.internal.feature.whats.new,zdu-banner-all,-_super/batch.css HTTP/1.1" c.a.p.l.LessWebResourceTransformer Use of less web resource transformer is deprecated. Consider switching to the `less` compiler from npmjs at build time, or converting the LESS files to CSS.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available